Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [andrzejl@icsserver openmw]$ cd ..build/
- bash: cd: ..build/: No such file or directory
- [andrzejl@icsserver openmw]$ cd ../build/
- [andrzejl@icsserver build]$ cmake ../openmw/
- -- The C compiler identification is GNU
- -- The CXX compiler identification is GNU
- -- Check for working C compiler: /usr/bin/gcc
- -- Check for working C compiler: /usr/bin/gcc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- OpenMW pre-built binaries not found. Using standard locations.
- -- Looking for include files CMAKE_HAVE_PTHREAD_H
- -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
- -- Looking for pthread_create in pthreads
- -- Looking for pthread_create in pthreads - not found
- -- Looking for pthread_create in pthread
- -- Looking for pthread_create in pthread - found
- -- Found Threads: TRUE
- -- Looking for OGRE...
- -- OGRE_PREFIX_WATCH changed.
- -- checking for module 'OGRE'
- -- found OGRE, version 1.8.0
- -- Found Ogre Byatis (1.8.0)
- -- Found OGRE: optimized;/usr/lib/libOgreMain.so;debug;/usr/lib/libOgreMain.so
- -- Looking for OGRE_Paging...
- -- Found OGRE_Paging: optimized;/usr/lib/libOgrePaging.so;debug;/usr/lib/libOgrePaging.so
- -- Looking for OGRE_Terrain...
- -- Found OGRE_Terrain: optimized;/usr/lib/libOgreTerrain.so;debug;/usr/lib/libOgreTerrain.so
- -- Looking for OGRE_Property...
- -- Found OGRE_Property: optimized;/usr/lib/libOgreProperty.so;debug;/usr/lib/libOgreProperty.so
- -- Looking for OGRE_RTShaderSystem...
- -- Found OGRE_RTShaderSystem: optimized;/usr/lib/libOgreRTShaderSystem.so;debug;/usr/lib/libOgreRTShaderSystem.so
- -- checking for one of the modules 'MYGUI;MyGUI'
- -- libraries : MyGUIEngine from /usr/lib
- -- includes : /usr/include/MYGUI
- -- Boost version: 1.42.0
- -- Found the following Boost libraries:
- -- system
- -- filesystem
- -- program_options
- -- thread
- -- Looking for OIS...
- -- OIS_PREFIX_PATH changed.
- -- checking for module 'OIS'
- -- found OIS, version 1.3.0
- -- Found OIS: optimized;/usr/lib/libOIS.so;debug;/usr/lib/libOIS.so
- -- Found OpenAL: /usr/lib/libopenal.so
- -- Found Bullet: /usr/lib/libBulletDynamics.so
- CMake Warning (dev) at CMakeLists.txt:444 (add_subdirectory):
- The source directory
- /home/andrzejl/OpenMW/openmw/extern/shiny
- does not contain a CMakeLists.txt file.
- CMake does not support this case but it used to work accidentally and is
- being allowed for compatibility.
- Policy CMP0014 is not set: Input directories must have CMakeLists.txt. Run
- "cmake --help-policy CMP0014" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Looking for Q_WS_X11
- -- Looking for Q_WS_X11 - found
- -- Looking for Q_WS_WIN
- -- Looking for Q_WS_WIN - not found.
- -- Looking for Q_WS_QWS
- -- Looking for Q_WS_QWS - not found.
- -- Looking for Q_WS_MAC
- -- Looking for Q_WS_MAC - not found.
- -- Found Qt-Version 4.8.2 (using /usr/bin/qmake)
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/andrzejl/OpenMW/build
- [andrzejl@icsserver build]$
Advertisement
Add Comment
Please, Sign In to add comment