On 8. Dec 2008, at 16:43, Pierre P. wrote: > 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:
Yes, X11 puts ingeniously various definitions in the global namespace. :-/ You can also put the undef after including eq.h, that way you won't have to modify the Equalizer source code. Cheers, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

