diego1996 / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

"make install" after cmake-gui and make fails with "find Install cannot find... OgreBuildSettings.h" on Ubuntu 11.10 #210

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Do an SVN checkout
2. Run cmake-gui in the checked out directory
3. Run make and then make install in the build directory

What is the expected output? What do you see instead?
Expected output is that make install succeeds. What I see instead is:
CMake Error at Ogre-1.8/OgreMain/cmake_install.cmake:60 (FILE):
  file INSTALL cannot find
  "/home/blade/Developer/gamekit/Ogre-1.8/Settings/OgreBuildSettings.h".
Call Stack (most recent call first):
  Ogre-1.8/cmake_install.cmake:37 (INCLUDE)
  cmake_install.cmake:39 (INCLUDE)

make: *** [install] Error 1

What version of the product are you using? On what operating system?
Head checkout from SVN on Ubuntu 11.10 32-bit.

Please provide any additional information below.

Original issue reported on code.google.com by amey.par on 21 Jan 2012 at 11:38

Attachments:

GoogleCodeExporter commented 9 years ago
Also, /home/blade/Developer/gamekit/Ogre-1.8/Settings/ contains only 
OgreBuildSettings.h.in.

Original comment by amey.par on 21 Jan 2012 at 11:39