Advertisement
Guest User

Untitled

a guest
Nov 27th, 2017
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. nils@lyllia ~/Dokumente/glPortal $ cmake .CMake Error at external/RadixEngine/cmake/FindVHACD.cmake:9 (add_subdirectory):
  2. The source directory
  3.  
  4. /home/nils/Dokumente/glPortal/external/RadixEngine/external/vhacd-lib
  5.  
  6. does not contain a CMakeLists.txt file.
  7. Call Stack (most recent call first):
  8. external/RadixEngine/CMakeLists.txt:99 (find_package)
  9.  
  10.  
  11. -- Found FreeImage: headers at /usr/include, libraries at :: /usr/lib/x86_64-linux-gnu/libfreeimage.so
  12. CMake Error at external/RadixEngine/cmake/Findeasy_profiler.cmake:7 (add_subdirectory):
  13. The source directory
  14.  
  15. /home/nils/Dokumente/glPortal/external/RadixEngine/external/easy_profiler
  16.  
  17. does not contain a CMakeLists.txt file.
  18. Call Stack (most recent call first):
  19. external/RadixEngine/CMakeLists.txt:107 (find_package)
  20.  
  21.  
  22. CMake Error at external/RadixEngine/cmake/FindRadixEntity.cmake:7 (add_subdirectory):
  23. The source directory
  24.  
  25. /home/nils/Dokumente/glPortal/external/RadixEngine/external/RadixEntity
  26.  
  27. does not contain a CMakeLists.txt file.
  28. Call Stack (most recent call first):
  29. external/RadixEngine/CMakeLists.txt:126 (find_package)
  30.  
  31.  
  32. --
  33. -- The following OPTIONAL packages have been found:
  34.  
  35. * Threads
  36.  
  37. -- The following REQUIRED packages have been found:
  38.  
  39. * OpenGL
  40. * PkgConfig
  41. * Assimp
  42. * SDL2
  43. * SDL2_mixer
  44. * TinyXML2 (required version >= 2.0.0)
  45. * json11
  46. * Catch
  47. * Linenoise
  48. * Bullet (required version >= 2.82)
  49. * VHACD
  50. * FreeImage
  51. * easy_profiler
  52. * RadixEntity
  53.  
  54. --
  55. -- The following OPTIONAL packages have been found:
  56.  
  57. * Threads
  58.  
  59. -- The following REQUIRED packages have been found:
  60.  
  61. * OpenGL
  62. * PkgConfig
  63. * Assimp
  64. * SDL2
  65. * SDL2_mixer
  66. * TinyXML2 (required version >= 2.0.0)
  67. * json11
  68. * Catch
  69. * Linenoise
  70. * Bullet (required version >= 2.82)
  71. * VHACD
  72. * FreeImage
  73. * easy_profiler
  74. * RadixEntity
  75. * RadixEngine
  76.  
  77. -- Configuring incomplete, errors occurred!
  78. See also "/home/nils/Dokumente/glPortal/CMakeFiles/CMakeOutput.log".
  79. See also "/home/nils/Dokumente/glPortal/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement