Thanks for the reply Stefan! As a followup, is it possible to get 64-bit OSX binaries for Equalizer and Collage? It doesn't seem like the current distribution on the site includes them since when compiling for x64, Xcode complains:
ld: warning: ignoring file /usr/lib/libEqualizer.dylib, file was built for unsupported file format which is not the architecture being linked (x86_64) ld: warning: ignoring file /usr/lib/libCollage.dylib, file was built for unsupported file format which is not the architecture being linked (x86_64) Additionally, you might want to change the installers from throwing the headers and libs to /usr/local/include and /usr/local/lib instead of /usr/include and /usr/lib. For some reason, the OSX SDK does not symlink /usr/include to the SDK directory but it does symlink /usr/local/include and /usr/local/lib, making it much easier for xcode to pick up the headers and lib files (CMAKE/Xcode was being EXTREMELY stubborn in actually allowing me to force it to search for headers in /usr/include and I had to move them manually to /usr/local/include). -- View this message in context: http://software.1713.n2.nabble.com/OSX-Lion-distribution-installation-paths-and-CMAKE-integration-tp7057040p7062115.html Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

