Build OpenMW on Mingw TDM and VC90 with CMake

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Locked
Gandi
Posts: 1
Joined: 11 Jul 2012, 21:58

Build OpenMW on Mingw TDM and VC90 with CMake

Post by Gandi »

(Sorry : I move my topic in the good section )

I have correctly specified in the CMakeCache the OGRE_Terrain_INCLUDE_DIR.
I suppose the same problem with OGRE_RTShaderSystem_INCLUDE_DIR,

OGRE_Property_INCLUDE_DIR ....

Codeblocks / Mingw Log :

Code: Select all

\terrain.hpp:4:25: fatal error: OgreTerrain.h: No such file or directory
Visual 2008 / VC90 Log :

Code: Select all

terrain.hpp(4) : fatal error C1083: Impossible d'ouvrir le fichier include : 'OgreTerrain.h' : No such file or directory
CMake version : 2.8.8

Mingw Version :

Code: Select all

=== TDM-GCC Compiler Suite for Windows ===
---         GCC 4.5/4.6 Series         ---
***   Standard MinGW 32-bit Edition    ***
Locked