Guest User

poly cmake

a guest
Aug 9th, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. -- The C compiler identification is GNU
  2. -- The CXX compiler identification is GNU
  3. CMake Warning at /usr/share/cmake-2.8.4/Modules/Platform/CYGWIN.cmake:15 (messag
  4. e):
  5. CMake no longer defines WIN32 on Cygwin!
  6.  
  7. (1) If you are just trying to build this project, ignore this warning or
  8. quiet it by setting CMAKE_LEGACY_CYGWIN_WIN32=0 in your environment or in
  9. the CMake cache. If later configuration or build errors occur then this
  10. project may have been written under the assumption that Cygwin is WIN32.
  11. In that case, set CMAKE_LEGACY_CYGWIN_WIN32=1 instead.
  12.  
  13. (2) If you are developing this project, add the line
  14.  
  15. set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
  16.  
  17. at the top of your top-level CMakeLists.txt file or set the minimum
  18. required version of CMake to 2.8.4 or higher. Then teach your project to
  19. build on Cygwin without WIN32.
  20. Call Stack (most recent call first):
  21. /usr/share/cmake-2.8.4/Modules/CMakeSystemSpecificInformation.cmake:36 (INCLUD
  22. E)
  23. CMakeLists.txt:3 (PROJECT)
  24.  
  25.  
  26. -- Check for working C compiler: /usr/bin/gcc.exe
  27. -- Check for working C compiler: /usr/bin/gcc.exe -- works
  28. -- Detecting C compiler ABI info
  29. -- Detecting C compiler ABI info - done
  30. -- Check for working CXX compiler: /usr/bin/c++.exe
  31. -- Check for working CXX compiler: /usr/bin/c++.exe -- works
  32. -- Detecting CXX compiler ABI info
  33. -- Detecting CXX compiler ABI info - done
  34. -- Found Doxygen: /usr/bin/doxygen.exe
  35. -- Looking for Q_WS_X11
  36. -- Looking for Q_WS_X11 - found
  37. -- Looking for Q_WS_WIN
  38. -- Looking for Q_WS_WIN - not found.
  39. -- Looking for Q_WS_QWS
  40. -- Looking for Q_WS_QWS - not found.
  41. -- Looking for Q_WS_MAC
  42. -- Looking for Q_WS_MAC - not found.
  43. -- Found Qt-Version 4.5.3 (using /usr/bin/qmake-qt4)
  44. -- Looking for XOpenDisplay in /usr/lib/libX11.dll.a;/usr/lib/libXext.dll.a
  45. -- Looking for XOpenDisplay in /usr/lib/libX11.dll.a;/usr/lib/libXext.dll.a - fo
  46. und
  47. -- Looking for gethostbyname
  48. -- Looking for gethostbyname - found
  49. -- Looking for connect
  50. -- Looking for connect - found
  51. -- Looking for remove
  52. -- Looking for remove - found
  53. -- Looking for shmat
  54. -- Looking for shmat - found
  55. -- Looking for IceConnectionNumber in ICE
  56. -- Looking for IceConnectionNumber in ICE - found
  57. -- Found X11: /usr/lib/libX11.dll.a
  58. -- Found OpenGL: /usr/lib/libGL.dll.a
  59. -- `sphinx-build` was not found. Try setting SPHINXBUILD_EXECUTABLE to its locat
  60. ion.
  61. --
  62. -- Summary
  63. -- -------
  64. -- Static libraries: ON
  65. -- Dynamic libraries: ON
  66. -- Build examples: ON
  67. -- Build tests: ON
  68. -- API Docs available: YES
  69. -- - Qt Help bundling: YES
  70. -- Build manual: NO
  71. --
  72. -- Configuring done
  73. -- Generating done
Advertisement
Add Comment
Please, Sign In to add comment