Building Ogre 2.1

Discussion area about developing with Ogre-Next (2.1, 2.2 and beyond)


Post Reply
Owl53
Halfling
Posts: 92
Joined: Sat Jul 22, 2017 2:32 pm
x 4

Building Ogre 2.1

Post by Owl53 »

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:

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)
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
Owl53
Halfling
Posts: 92
Joined: Sat Jul 22, 2017 2:32 pm
x 4

Re: Building Ogre 2.1

Post by Owl53 »

I've just tried rebuilding it again and everything is now working :| I'm not sure what I've done differently this time, maybe I inadvertently set a directory incorrectly. Regardless, it's working now so the thread can be seen to be closed.
Post Reply