No subject
Tue Nov 18 23:06:56 CET 2008
t
available for Ogre running under GLX in version 1.4. I'm not sure if this i=
s
the problem but it's one of the many issues I'm looking into.
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
=E2=80=98struct __gnu_cxx::hash<void*>=E2=80=99|
This is clashing with /lib/base/stdExt.h in equalizer.
The Ogre definition reads:
namespace __gnu_cxx
{
=09template <> struct hash< void* >
=09{
=09=09size_t operator()( void* const & ptr ) const
=09=09{
=09=09=09return (size_t)ptr;
=09=09}
=09};
}
I'm not sure how to proceed with this...any suggestions?
--=20
View this message in context: http://n2.nabble.com/Compiling-eqOgre-on-Linu=
x-tp1629040p1629040.html
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble=
.com.
More information about the eq-dev
mailing list