Thanks, defining EQ_HAVE_VOID_PTR_HASH solved this conflict. The next error I got was a problem with a prior Status #define conflicting with an enum Status in OgreResourceGroupManager.h
I got around this by adding an #undef Status at the end of the GLX #define in lib/client/windowSystem.h: #ifdef GLX # include <X11/Xlib.h> # include <GL/glx.h> # undef Status #endif -- View this message in context: http://n2.nabble.com/Compiling-eqOgre-on-Linux-tp1629040p1629492.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

