On 8. Dec 2008, at 14:30, Pierre P. wrote: > From what I've been able to gather, specifying an external GL > context is not > available for Ogre running under GLX in version 1.4. I'm not sure if > this is > the problem but it's one of the many issues I'm looking into.
One option to solve this is to create a subclass of GLXWindowIF and use Ogre's context in this class. Using Ogre 1.6 is better, though. > Currently I'm trying to compile eqOgre with the latest Ogre version, > 1.6. > However I'm getting a compile error due to a duplicate definition: > > /usr/local/include/OGRE/OgreMemoryTracker.h|46|error: redefinition of > ‘struct __gnu_cxx::hash<void*>’| > > I'm not sure how to proceed with this...any suggestions? I've added EQ_HAVE_VOID_PTR_HASH to the trunk - define this before including eq.h. <http://equalizer.svn.sourceforge.net/equalizer/?rev=2423&view=rev> HTH, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

