Advertisement
Guest User

CMake Error for specified

a guest
Apr 26th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. The C compiler identification is unknown
  2. The CXX compiler identification is unknown
  3. Check for working C compiler using: Visual Studio 12 2013
  4. Check for working C compiler using: Visual Studio 12 2013 -- works
  5. Detecting C compiler ABI info
  6. Detecting C compiler ABI info - done
  7. Check for working CXX compiler using: Visual Studio 12 2013
  8. Check for working CXX compiler using: Visual Studio 12 2013 -- works
  9. Detecting CXX compiler ABI info
  10. Detecting CXX compiler ABI info - done
  11. Detected 32-bit platform
  12. Found OpenSSL library: C:/OpenSSL-Win32/lib/ssleay32.lib;C:/OpenSSL-Win32/lib/libeay32.lib
  13. Found OpenSSL headers: C:/OpenSSL-Win32/include
  14. Looking for include file pthread.h
  15. Looking for include file pthread.h - not found
  16. Found Threads: TRUE
  17. CMake Error at cmake/macros/FindBoost.cmake:344 (if):
  18. if given arguments:
  19.  
  20. "STREQUAL" "Intel" "OR" "C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/vcvarsall.bat" "MATCHES" "icl" "OR" "C:/Program Files (x86)/Microsoft Visual Studio 12.0/VC/vcvarsall.bat" "MATCHES" "icpc"
  21.  
  22. Unknown arguments specified
  23. Call Stack (most recent call first):
  24. cmake/macros/FindBoost.cmake:741 (_Boost_GUESS_COMPILER_PREFIX)
  25. cmake/macros/ConfigureBoost.cmake:28 (find_package)
  26. CMakeLists.txt:62 (include)
  27.  
  28.  
  29. Configuring incomplete, errors occurred!
  30. See also "C:/Trinity/Build/CMakeFiles/CMakeOutput.log".
  31. See also "C:/Trinity/Build/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement