Advertisement
doomgod

deng cmake

Jan 5th, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. The C compiler identification is GNU 9.3.0
  2. The CXX compiler identification is GNU 9.3.0
  3. Check for working C compiler: /usr/bin/cc
  4. Check for working C compiler: /usr/bin/cc -- works
  5. Detecting C compiler ABI info
  6. Detecting C compiler ABI info - done
  7. Detecting C compile features
  8. Detecting C compile features - done
  9. Check for working CXX compiler: /usr/bin/c++
  10. Check for working CXX compiler: /usr/bin/c++ -- works
  11. Detecting CXX compiler ABI info
  12. Detecting CXX compiler ABI info - done
  13. Detecting CXX compile features
  14. Detecting CXX compile features - done
  15. Configuring doomsday...
  16. Install prefix: /usr
  17. QMake path: /usr/bin/qmake
  18. Qt version: 5.12.8
  19. Qt install prefix: /usr
  20. Performing Test COMPILER_SUPPORTS_CXX11
  21. Performing Test COMPILER_SUPPORTS_CXX11 - Success
  22. Performing Test COMPILER_SUPPORTS_CXX0X
  23. Performing Test COMPILER_SUPPORTS_CXX0X - Success
  24. Configuring sdk...
  25. Configuring libcore...
  26. Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
  27. Revision: v2.3.0-0-ge7383f81b7
  28. Wrote doomsday/sdk/libcore/net.dengine.stdlib.pack (contains 5 files).
  29. Configuring libshell...
  30. Configuring liblegacy...
  31. CMake Error at doomsday/sdk/libgui/CMakeLists.txt:50 (add_subdirectory):
  32. The source directory
  33.  
  34. /home/stas/doom/dengsrc/doomsday/external/assimp
  35.  
  36. does not contain a CMakeLists.txt file.
  37.  
  38.  
  39. CMake Error at doomsday/sdk/libgui/CMakeLists.txt:51 (set_property):
  40. set_property could not find TARGET assimp. Perhaps it has not yet been
  41. created.
  42.  
  43.  
  44. Configuring libgui...
  45. CMake Error at doomsday/cmake/FindAssimp.cmake:57 (message):
  46. Open Asset Import Library not found. Go to
  47. /home/stas/doom/dengsrc/doomsday/external/assimp and compile. If you
  48. install it somewhere, set the ASSIMP_DIR variable to specify the location.
  49. If pkg-config is available, it is used to find libassimp.
  50. Call Stack (most recent call first):
  51. doomsday/sdk/libgui/CMakeLists.txt:86 (find_package)
  52.  
  53.  
  54. Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement