Frustrated. CMAKE

frostbytes89

01-04-2012 03:58:34

MYGUI Version 3.2.0 the NON SVN one.
OGRE Version 1.7.4 for Visual Studio 2010. I used the App Wizard to install.

Experience: I am new to using other people libraries. I HATE doing it because of crap like this where if one step was not mentioned due to the distributors assuming this step was obvious, then I mess the whole thing up by missing something. This is just a sea of files and directories and none of it makes sense to me so please just bare with me.

Instructions I'm using:
So, How do I do this whole CMAKE thing. It's very poorly documented. The instructions don't even make sense. When I set the source code folder to C:/MyGUI_3.2.0 and build to C:/CMAKEBUild and hit configure, I get this error.

The C compiler identification is unknown
The CXX compiler identification is unknown
Check for working C compiler: bcc32
CMake Error: your C compiler: "bcc32" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: Internal CMake error, TryCompile configure of cmake failed
Check for working C compiler: bcc32 -- broken
CMake Error at C:/Users/Workstation/Desktop/cmake-2.8.7-win32-x86/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
The C compiler "bcc32" is not able to compile a simple test program.

It fails with the following output:


CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:12 (project)


CMake Error: your C compiler: "bcc32" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: "bcc32" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
Configuring incomplete, errors occurred!


so.. what in the world is that? How do I fix it?
Can somebody PLEASE walk me through how to get MyGui working on my computer. Assume I am a total idiot and have 0 experience. I have 7 days to figure out how to get this working and do my project.

Altren

01-04-2012 18:28:45

Right after pressing configure for the first time you should specify the generator (Visual Studio 2010 in your case). Looks like you selected Borland compiler or something.
Also use this http://www.ogre3d.org/tikiwiki/MyGUI+Compiling