Page 1 of 1

Compiling issue (MyGui, under Windows)

PostPosted: 23 Jul 2013, 22:08
by dimproject
I have problem with MyGUI_3.2.0. Download OgreDependencies_MSVC_20101231.Open OgreDependencies.VS2010.sln, build freetype (Multi-threaded Debug DLL (/MDd)).
In CMake set MYGUI_DEPENDENCIES_DIR C:/OgreDependencies_MSVC_20101231/Dependencies
and OGRE_SOURCE C:/OgreSDK_vc10_v1-8-1. Then click Configure.
{l Code}: {l Select All Code}
Configuring MYGUI 3.2.0
ERROR    compiled OGRE DLL's wasn't found
Looking for FREETYPE...
Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
CMAKE_PREFIX_PATH:

C:/OgreDependencies_MSVC_20101231/Dependencies;C:/MyGUI_3.2.0/build/Dependencies;C:/MyGUI_3.2.0/Depen

dencies;C:/MyGUI_3.2.0/build/../Dependencies;C:/MyGUI_3.2.0/../Dependencies
Found FREETYPE: C:/OgreDependencies_MSVC_20101231/Dependencies/lib/debug/freetype2311_d.lib
Original FindOGRE.cmake found, trying to use it
Looking for OGRE...
OGRE_PREFIX_WATCH changed.
Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
Found Ogre Byatis (1.8.1)
Found OGRE: optimized;C:/OgreSDK_vc10_v1-8-1/lib/release/OgreMain.lib;debug;C:/OgreSDK_vc10_v1-8-

1/lib/debug/OgreMain_d.lib
Looking for OGRE_Paging...
Found OGRE_Paging: optimized;C:/OgreSDK_vc10_v1-8-

1/lib/release/OgrePaging.lib;debug;C:/OgreSDK_vc10_v1-8-1/lib/debug/OgrePaging_d.lib
Looking for OGRE_Terrain...
Found OGRE_Terrain: optimized;C:/OgreSDK_vc10_v1-8-

1/lib/release/OgreTerrain.lib;debug;C:/OgreSDK_vc10_v1-8-1/lib/debug/OgreTerrain_d.lib
Looking for OGRE_Property...
Found OGRE_Property: optimized;C:/OgreSDK_vc10_v1-8-

1/lib/release/OgreProperty.lib;debug;C:/OgreSDK_vc10_v1-8-1/lib/debug/OgreProperty_d.lib
Looking for OGRE_RTShaderSystem...
Found OGRE_RTShaderSystem: optimized;C:/OgreSDK_vc10_v1-8-

1/lib/release/OgreRTShaderSystem.lib;debug;C:/OgreSDK_vc10_v1-8-1/lib/debug/OgreRTShaderSystem_d.lib
Ogre was found with it's own CMake script
Could NOT find Boost
Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)

-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
+ freetype
+ ogre
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
+ Doxygen: Tool for building API documentation <http://doxygen.org>
-----------------------------------------------------------------------------

Unknown svn revision. It won't be included into build.
Configuring done

Re: Compiling issue

PostPosted: 24 Jul 2013, 06:31
by CryHam
Yeah, this is probably a standard for me. I have to always input Ogre paths by hand in cmake config.
There are some environment variables like OGRE_HOME, OGRE_SOURCE (or OGRE_SDK ?) that might help finding it. Restart cmake-gui when you change them.
Btw. There are newer dependencies for Ogre here, not sure if those 2010 are too old for 1.8 or still ok.