Advertisement
Sosowski

cmake misconfig

Jan 2nd, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. The C compiler identification is unknown
  2. The CXX compiler identification is unknown
  3. Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE)
  4. Check if the system is big endian
  5. Searching 16 bit integer
  6. Looking for sys/types.h
  7. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
  8.   get_filename_component called with incorrect number of arguments
  9. Call Stack (most recent call first):
  10.   CMakeLists.txt:3 (PROJECT)
  11.  
  12.  
  13. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  14. Looking for sys/types.h - not found
  15. Looking for stdint.h
  16. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
  17.   get_filename_component called with incorrect number of arguments
  18. Call Stack (most recent call first):
  19.   CMakeLists.txt:3 (PROJECT)
  20.  
  21.  
  22. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  23. Looking for stdint.h - not found
  24. Looking for stddef.h
  25. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
  26.   get_filename_component called with incorrect number of arguments
  27. Call Stack (most recent call first):
  28.   CMakeLists.txt:3 (PROJECT)
  29.  
  30.  
  31. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  32. Looking for stddef.h - not found
  33. Check size of unsigned short
  34. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
  35.   get_filename_component called with incorrect number of arguments
  36. Call Stack (most recent call first):
  37.   CMakeLists.txt:3 (PROJECT)
  38.  
  39.  
  40. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  41. Check size of unsigned short - failed
  42. Check size of unsigned int
  43. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
  44.   get_filename_component called with incorrect number of arguments
  45. Call Stack (most recent call first):
  46.   CMakeLists.txt:3 (PROJECT)
  47.  
  48.  
  49. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  50. Check size of unsigned int - failed
  51. Check size of unsigned long
  52. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCInformation.cmake:37 (get_filename_component):
  53.   get_filename_component called with incorrect number of arguments
  54. Call Stack (most recent call first):
  55.   CMakeLists.txt:3 (PROJECT)
  56.  
  57.  
  58. CMake Error: Internal CMake error, TryCompile configure of cmake failed
  59. Check size of unsigned long - failed
  60. CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/TestBigEndian.cmake:44 (message):
  61.   no suitable type found
  62. Call Stack (most recent call first):
  63.   CMakeLists.txt:415 (test_big_endian)
  64.  
  65.  
  66. Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement