AndrzejL

cmake ../openmw/

Mar 31st, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. [andrzejl@icsserver build]$ rm -Rf ~/.ccache/
  2. [andrzejl@icsserver build]$ mc
  3.  
  4. [andrzejl@icsserver build]$ ls --full ./*
  5. lrwxrwxrwx 1 andrzejl andrzejl 108 2012-03-30 00:56:38.897291539 +0100 ./data -> /media/Disk_2/Crossover/ES3Morrow/drive_c/Program Files/Ubisoft/TES III - Morrowind Zlota Edycja/Data Files//
  6. [andrzejl@icsserver build]$ cmake ../openmw/
  7. -- The C compiler identification is GNU
  8. -- The CXX compiler identification is GNU
  9. -- Check for working C compiler: /usr/lib/ccache/bin/gcc
  10. -- Check for working C compiler: /usr/lib/ccache/bin/gcc -- works
  11. -- Detecting C compiler ABI info
  12. -- Detecting C compiler ABI info - done
  13. -- Check for working CXX compiler: /usr/lib/ccache/bin/c++
  14. -- Check for working CXX compiler: /usr/lib/ccache/bin/c++ -- works
  15. -- Detecting CXX compiler ABI info
  16. -- Detecting CXX compiler ABI info - done
  17. -- OpenMW pre-built binaries not found. Using standard locations.
  18. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  19. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  20. -- Looking for pthread_create in pthreads
  21. -- Looking for pthread_create in pthreads - not found
  22. -- Looking for pthread_create in pthread
  23. -- Looking for pthread_create in pthread - found
  24. -- Found Threads: TRUE
  25. -- Looking for OGRE...
  26. -- OGRE_PREFIX_WATCH changed.
  27. -- checking for module 'OGRE'
  28. -- found OGRE, version 1.8.0unstable
  29. -- Found Ogre Byatis (1.8.0)
  30. -- Found OGRE: optimized;/usr/local/lib/libOgreMain.so;debug;/usr/local/lib/libOgreMain.so
  31. -- Looking for OGRE_Paging...
  32. -- Found OGRE_Paging: optimized;/usr/local/lib/libOgrePaging.so;debug;/usr/local/lib/libOgrePaging.so
  33. -- Looking for OGRE_Terrain...
  34. -- Found OGRE_Terrain: optimized;/usr/local/lib/libOgreTerrain.so;debug;/usr/local/lib/libOgreTerrain.so
  35. -- Looking for OGRE_Property...
  36. -- Found OGRE_Property: optimized;/usr/local/lib/libOgreProperty.so;debug;/usr/local/lib/libOgreProperty.so
  37. -- Looking for OGRE_RTShaderSystem...
  38. -- Found OGRE_RTShaderSystem: optimized;/usr/local/lib/libOgreRTShaderSystem.so;debug;/usr/local/lib/libOgreRTShaderSystem.so
  39. -- checking for one of the modules 'MYGUI;MyGUI'
  40. -- libraries : MyGUIEngine from /usr/lib
  41. -- includes : /usr/include/MYGUI
  42. -- Boost version: 1.42.0
  43. -- Found the following Boost libraries:
  44. -- system
  45. -- filesystem
  46. -- program_options
  47. -- thread
  48. -- Looking for OIS...
  49. -- OIS_PREFIX_PATH changed.
  50. -- checking for module 'OIS'
  51. -- found OIS, version 1.2.0
  52. -- Found OIS: optimized;/usr/lib/libOIS.so;debug;/usr/lib/libOIS.so
  53. -- Found OpenAL: /usr/lib/libopenal.so
  54. -- Found Bullet: /usr/lib/libBulletDynamics.so
  55. -- Looking for Q_WS_X11
  56. -- Looking for Q_WS_X11 - found
  57. -- Looking for Q_WS_WIN
  58. -- Looking for Q_WS_WIN - not found.
  59. -- Looking for Q_WS_QWS
  60. -- Looking for Q_WS_QWS - not found.
  61. -- Looking for Q_WS_MAC
  62. -- Looking for Q_WS_MAC - not found.
  63. -- Found Qt-Version 4.7.3 (using /usr/bin/qmake)
  64. -- Configuring done
  65. -- Generating done
  66. -- Build files have been written to: /home/andrzejl/OpenMW/build
  67. [andrzejl@icsserver build]$
Advertisement
Add Comment
Please, Sign In to add comment