CMAKE error with OgreProcedural Library

Problems building or running the engine, queries about how to use features etc.
Post Reply
Jarwulf
Greenskin
Posts: 109
Joined: Wed Apr 28, 2010 4:40 am

CMAKE error with OgreProcedural Library

Post by Jarwulf »

windows 7 64 bit CMAKE 3.1.3

Hi, I'm trying to using cmake to build an SDK because there doesn't seem to be a version of ogreprocedural for 1.9 and I select VS2008 win64 as my compiler but I get an error when I try to configure cmake.

CMake Error at CMakeLists.txt:3 (project):
No CMAKE_CXX_COMPILER could be found.

Code: Select all

ompiling the C compiler identification source file "CMakeCCompilerId.c" failed.
Compiler:  
Build flags: 
Id flags: 

The output was:
1

Microsoft (R) Visual Studio Version 9.0.30729.1.
Copyright (C) Microsoft Corp. All rights reserved.

The project consists entirely of configurations that require support for platforms which are not installed on this machine. The project cannot be loaded.

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler:  
Build flags: 
Id flags: 

The output was:
1

Microsoft (R) Visual Studio Version 9.0.30729.1.
Copyright (C) Microsoft Corp. All rights reserved.

The project consists entirely of configurations that require support for platforms which are not installed on this machine. The project cannot be loaded.
User avatar
spacegaier
OGRE Team Member
OGRE Team Member
Posts: 4304
Joined: Mon Feb 04, 2008 2:02 pm
Location: Germany
x 135
Contact:

Re: CMAKE error with OgreProcedural Library

Post by spacegaier »

That doesn't sound like an Ogre or OgreProcedural issue, but a general CMake one. Make sure that you only select a CMake compiler that you have actually installed on your machine. I think CMake is querying it during the project file generation run.
Ogre Admin [Admin, Dev, PR, Finance, Wiki, etc.] | BasicOgreFramework | AdvancedOgreFramework
Don't know what to do in your spare time? Help the Ogre wiki grow! Or squash a bug...
Transporter
Minaton
Posts: 933
Joined: Mon Mar 05, 2012 11:37 am
Location: Germany
x 110

Re: CMAKE error with OgreProcedural Library

Post by Transporter »

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" failed.
Compiler:
Build flags:
Id flags:
It looks like CMake could not find the compiler.
Post Reply