[eq-dev] Compiling eqOgre on Linux
Pierre P.
pierrepr at aec.at
Mon Dec 8 16:43:41 CET 2008
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.
More information about the eq-dev
mailing list