On 5. Feb 2014, at 4:28, "ben simons [via Software]" <[email protected]> wrote:
> Maybe the [-Werror,-Wunused-parameter] flags aren't right for this platform? > ... We will fix these once Mavericks is officially supported. Feel free to submit a pull request. > Linking CXX executable ../bin/eVolveConverter > ld: warning: ignoring file /usr/local/lib/libstdc++.dylib, file was built for > x86_64 which is not the architecture being linked (i386): > /usr/local/lib/libstdc++.dylib This is not a standard XCode compiler, and your custom installation does not have 32 bit support. Either use a lib with 32/64 bit or set CMAKE_OSX_ARCHITECTURES in cmake. HTH, Stefan. signature.asc (858 bytes) <http://software.1713.n2.nabble.com/attachment/7584804/0/signature.asc> -- View this message in context: http://software.1713.n2.nabble.com/Building-on-OSX-10-9-with-XCode-5-tp7584315p7584804.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

