Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2015
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.13 KB | None | 0 0
  1. $ cmake ..
  2. -- The C compiler identification is GNU 4.9.2
  3. -- The CXX compiler identification is GNU 4.9.2
  4. CMake Warning at /usr/share/cmake-2.8.11.2/Modules/Platform/CYGWIN.cmake:15 (message):
  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.11.2/Modules/CMakeSystemSpecificInformation.cmake:36 (include)
  22. CMakeLists.txt:7 (project)
  23.  
  24.  
  25. -- Check for working C compiler: /usr/bin/cc
  26. -- Check for working C compiler: /usr/bin/cc -- works
  27. -- Detecting C compiler ABI info
  28. -- Detecting C compiler ABI info - done
  29. -- Check for working CXX compiler: /usr/bin/c++.exe
  30. -- Check for working CXX compiler: /usr/bin/c++.exe -- works
  31. -- Detecting CXX compiler ABI info
  32. -- Detecting CXX compiler ABI info - done
  33. -- Could NOT find CCache (missing: CCACHE)
  34. -- Performing Test _HAS_CXX11_FLAG
  35. -- Performing Test _HAS_CXX11_FLAG - Success
  36. -- Checking C++11 support for "__func__"
  37. -- Checking C++11 support for "__func__": works
  38. -- Checking C++11 support for "atomic"
  39. -- Checking C++11 support for "atomic": works
  40. -- Checking C++11 support for "auto"
  41. -- Checking C++11 support for "auto": works
  42. -- Checking C++11 support for "auto_ret_type"
  43. -- Checking C++11 support for "auto_ret_type": works
  44. -- Checking C++11 support for "class_override_final"
  45. -- Checking C++11 support for "class_override_final": not supported
  46. -- Checking C++11 support for "constexpr"
  47. -- Checking C++11 support for "constexpr": works
  48. -- Checking C++11 support for "cstdint"
  49. -- Checking C++11 support for "cstdint": works
  50. -- Checking C++11 support for "decltype"
  51. -- Checking C++11 support for "decltype": works
  52. -- Checking C++11 support for "initializer_list"
  53. -- Checking C++11 support for "initializer_list": works
  54. -- Checking C++11 support for "lambda"
  55. -- Checking C++11 support for "lambda": works
  56. -- Checking C++11 support for "long_long"
  57. -- Checking C++11 support for "long_long": works
  58. -- Checking C++11 support for "nullptr"
  59. -- Checking C++11 support for "nullptr": works
  60. -- Checking C++11 support for "regex"
  61. -- Checking C++11 support for "regex": works
  62. -- Checking C++11 support for "rvalue-references"
  63. -- Checking C++11 support for "rvalue-references": works
  64. -- Checking C++11 support for "sizeof_member"
  65. -- Checking C++11 support for "sizeof_member": works
  66. -- Checking C++11 support for "static_assert"
  67. -- Checking C++11 support for "static_assert": works
  68. -- Checking C++11 support for "variadic_templates"
  69. -- Checking C++11 support for "variadic_templates": works
  70. -- Looking for C++ include unordered_map
  71. -- Looking for C++ include unordered_map - found
  72. -- Using system's malloc
  73. -- Looking for isfinite
  74. -- Looking for isfinite - not found
  75. -- Looking for isinf
  76. -- Looking for isinf - not found
  77. -- Looking for isnan
  78. -- Looking for isnan - not found
  79. -- Looking for signgam
  80. -- Looking for signgam - not found
  81. -- Looking for log2
  82. -- Looking for log2 - found
  83. -- Looking for powl
  84. -- Looking for powl - not found
  85. -- Looking for lgammal
  86. -- Looking for lgammal - not found
  87. -- Looking for sqrtl
  88. -- Looking for sqrtl - not found
  89. -- Looking for finite
  90. -- Looking for finite - found
  91. -- Looking for isfinite
  92. -- Looking for isfinite - not found
  93. -- Looking for isinf
  94. -- Looking for isinf - found
  95. -- Looking for isnan
  96. -- Looking for isnan - found
  97. -- Performing Test HAVE_STD_ISINF
  98. -- Performing Test HAVE_STD_ISINF - Success
  99. -- Performing Test HAVE_STD_ISFINITE
  100. -- Performing Test HAVE_STD_ISFINITE - Success
  101. -- Performing Test HAVE_STD_ISNAN
  102. -- Performing Test HAVE_STD_ISNAN - Success
  103. -- Looking for arc4random
  104. -- Looking for arc4random - found
  105. -- Could NOT find GDB (missing: GDB_COMMAND GDB_VERSION)
  106. -- Could NOT find MOSEK (missing: MOSEK_DIR MOSEK_INCLUDE_DIR MOSEK_LIBRARY)
  107. -- Looking for include file pthread.h
  108. -- Looking for include file pthread.h - found
  109. -- Looking for pthread_create
  110. -- Looking for pthread_create - found
  111. -- Found Threads: TRUE
  112. -- Try OpenMP C flag = [-fopenmp]
  113. -- Performing Test OpenMP_FLAG_DETECTED
  114. -- Performing Test OpenMP_FLAG_DETECTED - Success
  115. -- Try OpenMP CXX flag = [-fopenmp]
  116. -- Performing Test OpenMP_FLAG_DETECTED
  117. -- Performing Test OpenMP_FLAG_DETECTED - Success
  118. -- Found OpenMP: -fopenmp
  119. -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
  120. -- A library with BLAS API not found. Please specify library location.
  121. -- LAPACK requires BLAS
  122. -- A library with LAPACK API not found. Please specify library location.
  123. -- Could NOT find GLPK (missing: GLPK_LIBRARY GLPK_INCLUDE_DIR GLPK_PROPER_VERSION_FOUND)
  124. -- Could NOT find CPLEX (missing: CPLEX_LIBRARY CPLEX_INCLUDE_DIR)
  125. -- Could NOT find Eigen3 (missing: EIGEN_INCLUDE_DIR) (Required is at least version "3.1.2")
  126. -- Could NOT find NLOPT (missing: NLOPT_LIBRARY NLOPT_INCLUDE_DIR)
  127. -- Could NOT find LPSOLVE (missing: LPSOLVE_LIBRARIES LPSOLVE_INCLUDE_DIR)
  128. -- Could NOT find ColPack (missing: COLPACK_LIBRARIES COLPACK_LIBRARY_DIR COLPACK_INCLUDE_DIR)
  129. -- Could NOT find ARPREC (missing: ARPREC_LIBRARIES ARPREC_INCLUDE_DIR)
  130. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  131. CMake Error at /usr/share/cmake-2.8.11.2/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  132. Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
  133. Call Stack (most recent call first):
  134. /usr/share/cmake-2.8.11.2/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
  135. /usr/share/cmake-2.8.11.2/Modules/FindPythonInterp.cmake:139 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  136. CMakeLists.txt:706 (FIND_PACKAGE)
  137.  
  138.  
  139. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement