AndrzejL

cmake problem openmw

Jul 23rd, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. [andrzejl@icsserver openmw]$ cd ..build/
  2. bash: cd: ..build/: No such file or directory
  3. [andrzejl@icsserver openmw]$ cd ../build/
  4. [andrzejl@icsserver build]$ cmake ../openmw/
  5. -- The C compiler identification is GNU
  6. -- The CXX compiler identification is GNU
  7. -- Check for working C compiler: /usr/bin/gcc
  8. -- Check for working C compiler: /usr/bin/gcc -- works
  9. -- Detecting C compiler ABI info
  10. -- Detecting C compiler ABI info - done
  11. -- Check for working CXX compiler: /usr/bin/c++
  12. -- Check for working CXX compiler: /usr/bin/c++ -- works
  13. -- Detecting CXX compiler ABI info
  14. -- Detecting CXX compiler ABI info - done
  15. -- OpenMW pre-built binaries not found. Using standard locations.
  16. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  17. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  18. -- Looking for pthread_create in pthreads
  19. -- Looking for pthread_create in pthreads - not found
  20. -- Looking for pthread_create in pthread
  21. -- Looking for pthread_create in pthread - found
  22. -- Found Threads: TRUE
  23. -- Looking for OGRE...
  24. -- OGRE_PREFIX_WATCH changed.
  25. -- checking for module 'OGRE'
  26. -- found OGRE, version 1.8.0
  27. -- Found Ogre Byatis (1.8.0)
  28. -- Found OGRE: optimized;/usr/lib/libOgreMain.so;debug;/usr/lib/libOgreMain.so
  29. -- Looking for OGRE_Paging...
  30. -- Found OGRE_Paging: optimized;/usr/lib/libOgrePaging.so;debug;/usr/lib/libOgrePaging.so
  31. -- Looking for OGRE_Terrain...
  32. -- Found OGRE_Terrain: optimized;/usr/lib/libOgreTerrain.so;debug;/usr/lib/libOgreTerrain.so
  33. -- Looking for OGRE_Property...
  34. -- Found OGRE_Property: optimized;/usr/lib/libOgreProperty.so;debug;/usr/lib/libOgreProperty.so
  35. -- Looking for OGRE_RTShaderSystem...
  36. -- Found OGRE_RTShaderSystem: optimized;/usr/lib/libOgreRTShaderSystem.so;debug;/usr/lib/libOgreRTShaderSystem.so
  37. -- checking for one of the modules 'MYGUI;MyGUI'
  38. -- libraries : MyGUIEngine from /usr/lib
  39. -- includes : /usr/include/MYGUI
  40. -- Boost version: 1.42.0
  41. -- Found the following Boost libraries:
  42. -- system
  43. -- filesystem
  44. -- program_options
  45. -- thread
  46. -- Looking for OIS...
  47. -- OIS_PREFIX_PATH changed.
  48. -- checking for module 'OIS'
  49. -- found OIS, version 1.3.0
  50. -- Found OIS: optimized;/usr/lib/libOIS.so;debug;/usr/lib/libOIS.so
  51. -- Found OpenAL: /usr/lib/libopenal.so
  52. -- Found Bullet: /usr/lib/libBulletDynamics.so
  53. CMake Warning (dev) at CMakeLists.txt:444 (add_subdirectory):
  54. The source directory
  55.  
  56. /home/andrzejl/OpenMW/openmw/extern/shiny
  57.  
  58. does not contain a CMakeLists.txt file.
  59.  
  60. CMake does not support this case but it used to work accidentally and is
  61. being allowed for compatibility.
  62.  
  63. Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run
  64. "cmake --help-policy CMP0014" for policy details. Use the cmake_policy
  65. command to set the policy and suppress this warning.
  66. This warning is for project developers. Use -Wno-dev to suppress it.
  67.  
  68. -- Looking for Q_WS_X11
  69. -- Looking for Q_WS_X11 - found
  70. -- Looking for Q_WS_WIN
  71. -- Looking for Q_WS_WIN - not found.
  72. -- Looking for Q_WS_QWS
  73. -- Looking for Q_WS_QWS - not found.
  74. -- Looking for Q_WS_MAC
  75. -- Looking for Q_WS_MAC - not found.
  76. -- Found Qt-Version 4.8.2 (using /usr/bin/qmake)
  77. -- Configuring done
  78. -- Generating done
  79. -- Build files have been written to: /home/andrzejl/OpenMW/build
  80. [andrzejl@icsserver build]$
Advertisement
Add Comment
Please, Sign In to add comment