Building Ogre 2.1
Posted: Tue May 14, 2019 3:33 pm
Windows 10.
Hi,
I am following the guide to build Ogre 2.1, and I am currently on the step of building Ogre itself. As explained in the guide, it came up with the error that the dependencies could not be found, so OGRE_DEPENDENCIES_DIR had to be set. I did that, but after reconfiguring, I got this error:
There is not an option to set that directory in CMake for me. When looking back at the results of building the Ogre Dependencies, freetype was built, but it is in a folder called notwanted. Where have I gone wrong in the build process?
Thanks in advance
Hi,
I am following the guide to build Ogre 2.1, and I am currently on the step of building Ogre itself. As explained in the guide, it came up with the error that the dependencies could not be found, so OGRE_DEPENDENCIES_DIR had to be set. I did that, but after reconfiguring, I got this error:
Code: Select all
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
FREETYPE_FT2BUILD_INCLUDE_DIR (ADVANCED)Thanks in advance