Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. ph@zonicridley  ~/SRB2/build   master  cmake ..
  2. -- The C compiler identification is GNU 8.2.1
  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. -- Target is 64-bit
  10. CMake Warning at cmake/Modules/LibFindMacros.cmake:263 (message):
  11. WARNING: MISSING PACKAGE
  12.  
  13. We could not find development headers for GME. Do you have the necessary
  14. dev package installed? This package is NOT REQUIRED and you may ignore this
  15. warning but by doing so you may miss some functionality of SRB2.
  16.  
  17. Relevant CMake configuration variables:
  18.  
  19. GME_INCLUDE_DIR=<not found>
  20. GME_LIBRARY=<not found>
  21.  
  22. You may use CMake GUI, cmake -D or ccmake to modify the values. Delete
  23. CMakeCache.txt to discard all values and force full re-detection if
  24. necessary.
  25.  
  26. Call Stack (most recent call first):
  27. cmake/Modules/FindGME.cmake:23 (libfind_process)
  28. src/CMakeLists.txt:333 (find_package)
  29.  
  30.  
  31. CMake Warning at src/CMakeLists.txt:339 (message):
  32. You have specified that GME is available but it was not found.
  33.  
  34.  
  35. -- Found ZLIB: /usr/lib64/libz.so (found version "1.2.11")
  36. -- Found PNG: /usr/lib64/libpng.so (found version "1.6.34")
  37. CMake Warning at cmake/Modules/LibFindMacros.cmake:263 (message):
  38. WARNING: MISSING PACKAGE
  39.  
  40. We could not find development headers for SDL2_MIXER. Do you have the
  41. necessary dev package installed? This package is NOT REQUIRED and you may
  42. ignore this warning but by doing so you may miss some functionality of
  43. SRB2.
  44.  
  45. Relevant CMake configuration variables:
  46.  
  47. SDL2_MIXER_INCLUDE_DIR=<not found>
  48. SDL2_MIXER_LIBRARY=<not found>
  49.  
  50. You may use CMake GUI, cmake -D or ccmake to modify the values. Delete
  51. CMakeCache.txt to discard all values and force full re-detection if
  52. necessary.
  53.  
  54. Call Stack (most recent call first):
  55. cmake/Modules/FindSDL2_mixer.cmake:34 (libfind_process)
  56. src/sdl/CMakeLists.txt:16 (find_package)
  57.  
  58.  
  59. CMake Warning at src/sdl/CMakeLists.txt:22 (message):
  60. You specified that SDL2_mixer is available, but it was not found. Falling
  61. back to sdl sound.
  62.  
  63.  
  64. -- Found SDL2
  65. CMake Error at assets/CMakeLists.txt:25 (file):
  66. file MD5 failed to read file "/home/ph/SRB2/assets/srb2.srb": No such file
  67. or directory
  68.  
  69.  
  70. CMake Error at assets/CMakeLists.txt:25 (file):
  71. file MD5 failed to read file "/home/ph/SRB2/assets/player.dta": No such
  72. file or directory
  73.  
  74.  
  75. CMake Error at assets/CMakeLists.txt:25 (file):
  76. file MD5 failed to read file "/home/ph/SRB2/assets/rings.dta": No such file
  77. or directory
  78.  
  79.  
  80. CMake Error at assets/CMakeLists.txt:25 (file):
  81. file MD5 failed to read file "/home/ph/SRB2/assets/zones.dta": No such file
  82. or directory
  83.  
  84.  
  85. CMake Error at assets/CMakeLists.txt:25 (file):
  86. file MD5 failed to read file "/home/ph/SRB2/assets/patch.dta": No such file
  87. or directory
  88.  
  89.  
  90. -- Configuring incomplete, errors occurred!
  91. See also "/home/ph/SRB2/build/CMakeFiles/CMakeOutput.log".
  92. ✘ ph@zonicridley  ~/SRB2/build   master 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement