Very strange.
I can only think that it might be because you are sticking these inside each other and it is confusing the hell out of cmake. (From what you have just said it sounds like you have code to build the dependencies also inside your CEGUI source folder.)
The way I always do it, is to have:
CEGUI_Dependencie_Source <- The repository
CEGUI_Dependencie_Build <- The folder that cmake puts the dependencies solution into)
Run VisualStudio, and build the dependencies.
After the dependencies are built, copy the dependencies folder into your CEGUI_Source folder.
CEGUI_Source <- The repository (copy the dependency folder into here before running cmake for CEGUI)
CEGUI_Build <- The folder that cmake puts the CEGUI.sln into.)
Try it this way, without putting any of these source and destination folders inside of each other. (IE, have four distinct folders. Two for the repos, two for the build destinations.)
[Solved] cmake build errors please help
Moderators: CEGUI MVP, CEGUI Team
- Nickenstein79
- Quite a regular
- Posts: 93
- Joined: Thu May 09, 2013 06:19
-
- Just popping in
- Posts: 16
- Joined: Thu Aug 25, 2011 21:51
Re: cmake build errors please help
oh i built the dependencies in release mode now, i was doing it in debug, thanks for the help guys.
Re: cmake build errors please help
You have to build it in both debug and release. you will have a dependencies folder created after building. This one newly created folder called "dependencies" is the one you use for CEGUI.
CrazyEddie: "I don't like GUIs"
Who is online
Users browsing this forum: No registered users and 20 guests