Cmake help

Problems building or running the engine, queries about how to use features etc.
Post Reply
ThatOneN00B
Gnoblar
Posts: 1
Joined: Fri Jul 05, 2013 1:54 am

Cmake help

Post by ThatOneN00B »

Hello, I'm a noob when it comes to ogre as I just started. Anyway I am using CodeBlocks and following this tutorial
http://www.ogre3d.org/tikiwiki/tiki-ind ... nd%20MinGW
I successfully got through all steps from 1-7 but got an error with Cmake at step 8. The error is when I try and configure the ogre source.
The error:

Code: Select all

Configuring OGRE 1.8.1
Check if the system is big endian
Searching 16 bit integer
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/TestBigEndian.cmake:44 (message):
  no suitable type found
Call Stack (most recent call first):
  CMakeLists.txt:176 (test_big_endian)


Configuring incomplete, errors occurred!
All help is appreciated.
Post Reply