Eyescale/Equalizer

GLEW conflicts with GL of OSG

lxq opened this issue · 2 comments

lxq commented

My eq cmakes with GLEW and OSG. When compiling , the image.cpp file of Equalizer project will conflict with GL of OSG. The information is that image.cpp file used:
#ifdef EQUALIZER_USE_OPENSCENEGRAPH
# include <osgDB/WriteFile>
#endif
So, OSG has its own GL extensions. But equalizer is coming with glew. so it Conflicts.
Can anyone help me ?

lxq commented

Thank you very much,Eile.