
Hej folks, I try to get OpenFlipper running under MacOS with XCode. However compilation always fails. I try to compile scheme ALL_BUILD, and in *fixbundle* in get an error *"Fixup_bundle: not a valid bundle"*. However I doubt that for debugging it is necessary to create a bundle at all. Is there a way to supress bundle creation completely?? I use XCode 4.2, CMake 2.8.8 and the latest SVN version of OpenFlipper. Thanks in advance for your help, André

On 30.04.2012 10:12, André Kempe wrote:
Hej folks,
I try to get OpenFlipper running under MacOS with XCode. However compilation always fails. I try to compile scheme ALL_BUILD, and in *fixbundle* in get an error *"Fixup_bundle: not a valid bundle"*. However I doubt that for debugging it is necessary to create a bundle at all. Is there a way to supress bundle creation completely?? Hi,
there is no cmake flag for that yet. But you can modify the toplevel CMakeLists.txt file and remove the if(APPLE) block at the bottom of the file. Regards, Jan Möbius -- Dipl.Inform. Jan Möbius Department of Computer Science VIII Aachen University of Technology (RWTH) Ahornstrasse 55, 52074 Aachen, Germany Phone ++49 (0)241 80-21817 Fax ++49 (0)241 80-22899 mailto:moebius@cs.rwth-aachen.de http://www.rwth-graphics.de

On 30.04.2012 17:11, Jan Möbius wrote:
On 30.04.2012 10:12, André Kempe wrote:
Hej folks,
I try to get OpenFlipper running under MacOS with XCode. However compilation always fails. I try to compile scheme ALL_BUILD, and in *fixbundle* in get an error *"Fixup_bundle: not a valid bundle"*. However I doubt that for debugging it is necessary to create a bundle at all. Is there a way to supress bundle creation completely?? Hi,
there is no cmake flag for that yet. But you can modify the toplevel CMakeLists.txt file and remove the if(APPLE) block at the bottom of the file.
Regards, Jan Möbius
Hi, the svn now contains a version which has the cmake flag: OPENFLIPPER_CALL_FIX_BUNDLE which can be used to enable/disable the bundle creation step on Mac. Best, Jan Möbius -- Dipl.Inform. Jan Möbius Department of Computer Science VIII Aachen University of Technology (RWTH) Ahornstrasse 55, 52074 Aachen, Germany Phone ++49 (0)241 80-21817 Fax ++49 (0)241 80-22899 mailto:moebius@cs.rwth-aachen.de http://www.rwth-graphics.de
participants (2)
-
André Kempe
-
Jan Möbius