Hi All, I have problem compiling EQ on OSX using boost because I have boost compiled only for x86_64, so I get linking errors.
It seems that the only way to force EQ to compile for x86_64 is to set CMAKE_OSX_ARCHITECTURES = x86_64 EQUALIZER_PREFER_AGL = FALSE (since AGL in 32bit it seems reasonable) However in libs/co/CMakeLists.txt, CMAKE_OSX_ARCHITECTURES is reset, ignoring the actual parameters, so if I set those values through CMake GUI, I'm getting: ----------------------------------- Building Collage for i386;x86_64 Supported Features: RSP GLX [x86_64] ----------------------------------- Is there a reason for always building collage for both architectures? Why not, at least, check if it was set externally or not? Best regards, Max _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

