I'm having an issue with compiling EQ 1.2.0 for OSX. In the middle of lib/eq/config.cpp fabric/config.ipp is included. The compiler will then complain that:
"Static declaration of '_acceptImpl' follows non-static declaration" I can fix it by moving the config.ipp include above config.h. A similar issue occurs in a couple of other places around the source. Additionally, in viewEqualizer.h, on this line: friend std::ostream& operator << ( std::ostream& os, const ViewEqualizer::Listener& ); The compiler will complain about ViewEqualizer::Listener being defined private...Defining it public obviously fixes this. These errors are present also when I try to compile 1.1.7 (from the Developer section under Downloads). The resulting binaries SEEM to work but I figured I'd bring it up. -- View this message in context: http://software.1713.n2.nabble.com/Compilation-issue-EQ-1-3-1-Master-GIT-Hub-branch-Xcode-4-2-config-cpp-viewEqualizer-h-tp7306386p7306386.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

