Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- The C compiler identification is GNU
- -- The CXX compiler identification is GNU
- CMake Warning at /usr/share/cmake-2.8.4/Modules/Platform/CYGWIN.cmake:15 (messag
- e):
- CMake no longer defines WIN32 on Cygwin!
- (1) If you are just trying to build this project, ignore this warning or
- quiet it by setting CMAKE_LEGACY_CYGWIN_WIN32=0 in your environment or in
- the CMake cache. If later configuration or build errors occur then this
- project may have been written under the assumption that Cygwin is WIN32.
- In that case, set CMAKE_LEGACY_CYGWIN_WIN32=1 instead.
- (2) If you are developing this project, add the line
- set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
- at the top of your top-level CMakeLists.txt file or set the minimum
- required version of CMake to 2.8.4 or higher. Then teach your project to
- build on Cygwin without WIN32.
- Call Stack (most recent call first):
- /usr/share/cmake-2.8.4/Modules/CMakeSystemSpecificInformation.cmake:36 (INCLUD
- E)
- CMakeLists.txt:3 (PROJECT)
- -- Check for working C compiler: /usr/bin/gcc.exe
- -- Check for working C compiler: /usr/bin/gcc.exe -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++.exe
- -- Check for working CXX compiler: /usr/bin/c++.exe -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Found Doxygen: /usr/bin/doxygen.exe
- -- 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.5.3 (using /usr/bin/qmake-qt4)
- -- Looking for XOpenDisplay in /usr/lib/libX11.dll.a;/usr/lib/libXext.dll.a
- -- Looking for XOpenDisplay in /usr/lib/libX11.dll.a;/usr/lib/libXext.dll.a - fo
- und
- -- Looking for gethostbyname
- -- Looking for gethostbyname - found
- -- Looking for connect
- -- Looking for connect - found
- -- Looking for remove
- -- Looking for remove - found
- -- Looking for shmat
- -- Looking for shmat - found
- -- Looking for IceConnectionNumber in ICE
- -- Looking for IceConnectionNumber in ICE - found
- -- Found X11: /usr/lib/libX11.dll.a
- -- Found OpenGL: /usr/lib/libGL.dll.a
- -- `sphinx-build` was not found. Try setting SPHINXBUILD_EXECUTABLE to its locat
- ion.
- --
- -- Summary
- -- -------
- -- Static libraries: ON
- -- Dynamic libraries: ON
- -- Build examples: ON
- -- Build tests: ON
- -- API Docs available: YES
- -- - Qt Help bundling: YES
- -- Build manual: NO
- --
- -- Configuring done
- -- Generating done
Advertisement
Add Comment
Please, Sign In to add comment