OGRECave / ogitor

Ogitor SceneBuilder, the WYSIWYG scene editing environment for OGRE
MIT License
95 stars 31 forks source link

undefined type Ogre::UTFString #33

Closed Fighter19 closed 4 years ago

Fighter19 commented 4 years ago

When trying to build with OGRE 1.12.8, build fails as OGRE_UNICODE_SUPPORT is not defined.

This results in the compiler not finding Ogre::UTFString. Manually defining OGRE_UNICODE_SUPPORT fixes the issue, but I think this should probably done in some way by invoking OgrePlatform.h

(Ubuntu 18.04)

Fighter19 commented 4 years ago

Came from overwriting old headers.