Compiling problems -- OSX

mjj55409

03-03-2012 03:17:39

Ok, I give up.

Ogre 1.7.4
MyGUI 3.2

ccmake -GXCode

I can't get rid of the error: + ogre: Support for the Ogre render system <>

I've specified -DOGRE_SOURCE=/ogre/source/1.7.4
-DOGRE_DIR=/ogre/source/1.7.4

Ogre itself compiled just fine. I can run the Ogre samples with no problem. I cannot get MyGui compiled. Help! :)

Altren

03-03-2012 20:28:37

Do you have CMake folder in /ogre/source/1.7.4 ?
OGRE_SOURCE and OGRE_BUILD variables should be set, if you have Ogre built using CMake. Otherwise you should try to set OGRE_HOME directory.