Advertisement
Guest User

Untitled

a guest
Nov 12th, 2022
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. -- Could NOT find Crypto (missing: CRYPTO_LIBRARY CRYPTO_INCLUDEDIR)
  2. -- ******** DDNet ********
  3. -- Target OS: windows
  4. -- Compiler: /usr/bin/x86_64-w64-mingw32-g++
  5. -- Build type: Release
  6. -- Dependencies:
  7. -- * Curl not found (using bundled version)
  8. -- * FFmpeg not found (using bundled version)
  9. -- * Freetype not found (using bundled version)
  10. -- * Glew not found (using bundled version)
  11. -- * GTest found
  12. -- * Ogg found
  13. -- * OpenSSL Crypto not found
  14. -- * Opus found
  15. -- * Opusfile not found (using bundled version)
  16. -- * PNG not found (using bundled version)
  17. -- * PythonInterp found
  18. -- * SDL2 not found (using bundled version)
  19. -- * SQLite3 not found (using bundled version)
  20. -- * Wavpack not found (using bundled version)
  21. -- * Zlib not found (using bundled version)
  22. -- * Vulkan not found (using bundled version)
  23. CMake Warning (dev) at CMakeLists.txt:382 (message):
  24. BASE does not contain every file from directory src/base
  25. Call Stack (most recent call first):
  26. CMakeLists.txt:413 (set_glob)
  27. CMakeLists.txt:1689 (set_src)
  28. This warning is for project developers. Use -Wno-dev to suppress it.
  29.  
  30. CMake Warning (dev) at CMakeLists.txt:401 (message):
  31. Entries only present in src/base:
  32. /home/petman/Downloads/Teeworlds/FNGport/dfng/src/base/util.h
  33. Call Stack (most recent call first):
  34. CMakeLists.txt:413 (set_glob)
  35. CMakeLists.txt:1689 (set_src)
  36. This warning is for project developers. Use -Wno-dev to suppress it.
  37.  
  38. CMake Warning (dev) at CMakeLists.txt:382 (message):
  39. GAME_SERVER does not contain every file from directory src/game/server
  40. Call Stack (most recent call first):
  41. CMakeLists.txt:413 (set_glob)
  42. CMakeLists.txt:2301 (set_src)
  43. This warning is for project developers. Use -Wno-dev to suppress it.
  44.  
  45. CMake Warning (dev) at CMakeLists.txt:401 (message):
  46. Entries only present in src/game/server:
  47. /home/petman/Downloads/Teeworlds/FNGport/dfng/src/game/server/entities/character_.cpp
  48. Call Stack (most recent call first):
  49. CMakeLists.txt:413 (set_glob)
  50. CMakeLists.txt:2301 (set_src)
  51. This warning is for project developers. Use -Wno-dev to suppress it.
  52.  
  53. -- Configuring done
  54. CMake Error in CMakeLists.txt:
  55. IMPORTED_IMPLIB not set for imported target "GTest::gtest" configuration
  56. "Release".
  57.  
  58.  
  59. -- Generating done
  60. CMake Warning:
  61. Manually-specified variables were not used by the project:
  62.  
  63. CMAKE_DISABLE_FIND_PACKAGE_GTset
  64.  
  65.  
  66. CMake Generate step failed. Build files cannot be regenerated correctly.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement