NxOgre 1.0 and Linux

xabila

09-12-2008 08:04:30

Hi all,
I have started to port on linux the NxOgre 1.0, but it's not easy as there are some cross header inclusion.

BetajaenCC.h is including NxOgreAllocator.h and NxOgreAllocator.h is including BetajaenCC.h

The probleme is that everything on BetajaenCC is using the NxOgre::Allocator including SharedList
And NxOgre::Allocator is using a SharedList itself...

So ...
I have tried to add the code of a SharedList on NxOgreAllocation.h but SharedList is using Flat wich is using NxOgre::Allocation...

Maybe i' m gonna use a std::list on NxOgre::Allocator to see if it work...
But if you have any other ideas
Thanks

spacegaier

09-12-2008 11:10:53

@xabila: I would not start porting NxOgre 1.0 because it is already outdated (or at least woun't be developed any further). The new upcoming version is NxOgre 1.5 (BloodyMess). First versions are already available for download. Pick one up and port them. Will be of greater use for the future.

xabila

09-12-2008 12:43:34

Ok, perhaps it's more simple ;)
thanks