I deleted my files and started again. Please can someone tell me direct instructions as to what I must do after I have built cegui with visual studio as the wiki is very vague here. Must I merge the two cegui folders that I have? i.e. the newly built folder and the folder I used with cmake?
Sorry but I don't see how this is fixing it. For example the Ogre tutorial needs me to include <CEGUI/CEGUIOgreRenderer.h> which does not exist (was not generated by the build)
Hi, So finally I have managed to finished building cegui for visual studio 2010. It built with no errors and everything seems fine except for the includes. The cegui include folder only contains three .h files. I have searched all files in build folder and cannot find any other .h files. In particul...
Embarrassing as this is, it seems I was too quick to celebrate :P . I'm having trouble actually building in Visual Studio 2010 now. I open up the cegui.sln file, include boost etc and click build. Everything seems fine however near the end of the build I start getting a few errors. I get 30 succeede...
With a pre-built OgreSDK the directory path for that header file would typically be: OgreSDK_vc10_v1-9-0/boost/boost/version.hpp not OgreSDK_vc10_v1-9-0/boost/boost/boost/version.hpp So, either one of the paths you have set in cmake has one too many instances of 'boost/' in it, or you have a window...
So currently: Boost_INCLUDE_DIR = FOUND Boost_LIBRARY_DIR = FOUND Boost_SYSTEM_LIBRARY_(DEBUG/RELEASE) = FOUND Boost_THREAD_LIBRARY_(DEBUG/RELEASE) = FOUND cMake Output From This: (After Configure and Generate) CMake Error at C:/Users/Michael/Downloads/cmake-2.8.12.2-win32-x86/share/cmake-2.8/Module...
within cMake I set the variables : Boost_INCLUDE_DIR, Boost_SYSTEM_LIBRARY_DEBUG, Boost_SYSTEM_LIBRARY_RELEASE, Boost_THREAD_LIBRARY_DEBUG, Boost_THREAD_LIBRARY_RELEASE and ofcourse the Boost_DIR The only one that it didn't revert back to "NOTFOUND" was the Boost_INCLUDE_DIR. No idea why i...
Same thing just keeps happening. I set my Boot_DIR and Boost_INCLUDE_DIR and when I configure and generate it gives me the "not found" errors and resets Boost_DIR to "Boost_DIR-NOTFOUND" Don't know what to do :/ Here is the cMake output if that makes any difference: Some or all o...