lepawel
29-07-2013 01:21:10
Hi,
So I have been trying to get MyGUI to work for the past few hours, and I pretty much gave up, but I already abandoned CEGUI, so I am trying my luck with this one.
I have the 3.2.0 version of MyGUI, and 2.8.11.2 of Cmake. I have tried everything I can, including improvisation, which led me to the following:
I have dependencies compiled, and added like so:
using 'Advanced' in Cmake, I have added both Boost and doxygen manually (that's the improvisation part) which got me a little further (i.e it does not say 'Could NOT find Boost' etc)
Still, I am getting the following error every time I hit 'configure' in Cmake:
Line: 232 in CmakeLists.txt inside MyGUI 3.2.0 folder states:
which makes me wonder, what the F?
Any help will be much appreciated. I have already scanned the forum for similar problems, and found one almost the same, except the solution didn't work.
So I have been trying to get MyGUI to work for the past few hours, and I pretty much gave up, but I already abandoned CEGUI, so I am trying my luck with this one.
I have the 3.2.0 version of MyGUI, and 2.8.11.2 of Cmake. I have tried everything I can, including improvisation, which led me to the following:
I have dependencies compiled, and added like so:
X:\Quests\Ogre\MyGUI_3.2.0\MyGUI_3.2.0\Dependencies
using 'Advanced' in Cmake, I have added both Boost and doxygen manually (that's the improvisation part) which got me a little further (i.e it does not say 'Could NOT find Boost' etc)
Still, I am getting the following error every time I hit 'configure' in Cmake:
CMake Error at CMake/Utils/MacroLogFeature.cmake:91 (MESSAGE):
-----------------------------------------------------------------------------
-- The following REQUIRED packages could NOT be located on your system.
-- Please install them before continuing this software installation.
-- If you are in Windows, try passing -DMYGUI_DEPENDENCIES_DIR=<path to
dependencies>
-- Also check that you buildind with RenderSystem that you need or set
another with -DMYGUI_RENDERSYSTEM=<1 2 or 3 for Direct3D_9 OGRE or OpenGL>
-----------------------------------------------------------------------------
+ freetype: Portable font engine <http://www.freetype.org>
-----------------------------------------------------------------------------
Call Stack (most recent call first):
CMake/Dependencies.cmake:108 (MACRO_DISPLAY_FEATURE_LOG)
CMakeLists.txt:232 (include)
Line: 232 in CmakeLists.txt inside MyGUI 3.2.0 folder states:
include(Dependencies)
which makes me wonder, what the F?
Any help will be much appreciated. I have already scanned the forum for similar problems, and found one almost the same, except the solution didn't work.