Trying to build MyGUI, it requires Ogre::HlmsUnlitDatablock (through #include <Hlms/Unlit/OgreHlmsUnlitDatablock.h>)
Found in API reference this: #include <OgreHlmsUnlitDatablock.h>, but this file is also not found anywhere.
What can be done?
[2.1] OgreHlmsUnlitDatablock.h not found Topic is solved
-
- Kobold
- Posts: 35
- Joined: Mon Sep 10, 2007 11:03 am
- Location: St. Petersburg, Russia
- x 1
-
- Halfling
- Posts: 73
- Joined: Tue Jun 14, 2016 12:26 pm
- x 19
Re: [2.1] OgreHlmsUnlitDatablock.h not found
In built Ogre 2.1 SDK it is located at <wherever you built it>/include/OGRE/Hlms/Unlit and the source is at <ogre>/Components/Hlms/Unlit/include (https://bitbucket.org/sinbad/ogre/src/2 ... e/?at=v2-1)
-
- Kobold
- Posts: 35
- Joined: Mon Sep 10, 2007 11:03 am
- Location: St. Petersburg, Russia
- x 1
Re: [2.1] OgreHlmsUnlitDatablock.h not found
I can not find the required directory <wherever you built it>/include/OGRE/Hlms/Unlit. In source <ogre>/Components/Hlms/Unlit/include is present.
The answer.
Directory <wherever you built it> is the directory wherever you installed OGRE by script "make install". The installation directory is specified in CMAKE_INSTALL_PREFIX. At least so on linux.
The answer.
Directory <wherever you built it> is the directory wherever you installed OGRE by script "make install". The installation directory is specified in CMAKE_INSTALL_PREFIX. At least so on linux.