[eq-dev] Compiling eqOgre on Linux
Stefan Eilemann
eilemann at gmail.com
Mon Dec 8 16:46:35 CET 2008
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.
More information about the eq-dev
mailing list