OGREBULLET fails compilation (OgreFontManager.h missing)

OGREHEAD

01-06-2013 16:28:46

I can not seem to compile ogrebullet.

I use OGRE 1.9 and BULLET 2.81.

When I compile I get this error:
OGREBULLET/Collisions/src/Debug/OgreBulletCollisionsDebugContact.cpp:35:29: fatal error: OgreFontManager.h: No such file or directory

The file is not in OgreMain/include like I would assume it should be.

What is the solution to this?

AlexeyKnyshev

02-06-2013 08:18:12

Overlay component has been detached from OgreMain since 1.9. I will patch it as soon as 1.9 would be stable.
You should manually add include path "Components/Overlay/include".
If you would get it work, please submit path to bitbucket. It would be cool.