Latest OgreOde with latest Ogre - doesn't compile [SOLVED]

bartiss

05-02-2009 14:49:43

Hi,

I have just downloaded latest Ogre source pack and dependencies. It complied well.
So I'm porting my current project to the latest Ogre and the first (and only so far) problem is:

fatal error C1083: Cannot open include file: 'OgreNoMemoryMacros.h': No such file or directory

it is used by OgreOdePreReqs.h, but both OgreNoMemoryMacros.h and OgreMemoryMacros.h are missing in the latest version.

Would it be wise to simply copy both of those files from the older Ogre to the latest one?
Or is latest OgreOde incompatible with latest Ogre?

[Edit] I guess the latest SDK link is not valid. SVN version doesn't seem to use those files anymore...
[Edit 2] Yes, latest SVN version of Ogre and latest OgreOde are compiling well.