mkultra333
08-12-2010 13:05:53
I've downloaded mygui 3.2.0 from svn. Trying to set it up with cmake but getting errors. Here's the options I've got set, I'm making the statically linked version.

I get this output.
It can't find OGRE DLL's even though I've set the Ogre binary release folder. It also can't find OIS, I read that I have to manually set OGRE_SOURCE so I have, tried a couple of different settings but they made no difference.
What do I need to do?
Edit: Added...
OGRE_DIR C:/Ogre/ogre
...as a test but that didn't help.
I get this output.
Configuring MYGUI 3.2.0
ERROR compiled OGRE DLL's wasn't found
Looking for FREETYPE...
checking for module 'freetype2'
package 'freetype2' not found
Found FREETYPE: C:/GTK/lib/freetype.lib
Looking for OGRE
Using OGRE built from source (from specified path)
Looking for OIS...
checking for module 'OIS'
package 'OIS' not found
Could not locate OIS
-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
+ freetype
+ ogre
+ Doxygen
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
+ OIS: Input library needed for the samples <http://sourceforge.net/projects/wgois>
-----------------------------------------------------------------------------
Configuring done
It can't find OGRE DLL's even though I've set the Ogre binary release folder. It also can't find OIS, I read that I have to manually set OGRE_SOURCE so I have, tried a couple of different settings but they made no difference.
What do I need to do?
Edit: Added...
OGRE_DIR C:/Ogre/ogre
...as a test but that didn't help.