Advertisement
Guest User

Untitled

a guest
Sep 15th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. CMake Warning (dev) at src/CMakeLists.txt:407 (add_executable):
  2. Policy CMP0008 is not set: Libraries linked by full-path must have a valid
  3. library file name. Run "cmake --help-policy CMP0008" for policy details.
  4. Use the cmake_policy command to set the policy and suppress this warning.
  5.  
  6. Target "minetest" links to item
  7.  
  8. C:/Compile Minetest/DIR/minetest-libs/gettext/lib/libintl.dll.a
  9.  
  10. which is a full-path but not a valid library file name.
  11. This warning is for project developers. Use -Wno-dev to suppress it.
  12.  
  13. CMake Warning (dev) at src/CMakeLists.txt:407 (add_executable):
  14. Policy CMP0008 is not set: Libraries linked by full-path must have a valid
  15. library file name. Run "cmake --help-policy CMP0008" for policy details.
  16. Use the cmake_policy command to set the policy and suppress this warning.
  17.  
  18. Target "minetest" links to item
  19.  
  20. C:/Compile Minetest/DIR/minetest-libs/libvorbis/lib/libvorbisfile.dll.a
  21.  
  22. which is a full-path but not a valid library file name.
  23. This warning is for project developers. Use -Wno-dev to suppress it.
  24.  
  25. CMake Warning (dev) at src/CMakeLists.txt:407 (add_executable):
  26. Policy CMP0008 is not set: Libraries linked by full-path must have a valid
  27. library file name. Run "cmake --help-policy CMP0008" for policy details.
  28. Use the cmake_policy command to set the policy and suppress this warning.
  29.  
  30. Target "minetest" links to item
  31.  
  32. C:/Compile Minetest/DIR/minetest-libs/libvorbis/lib/libvorbis.dll.a
  33.  
  34. which is a full-path but not a valid library file name.
  35. This warning is for project developers. Use -Wno-dev to suppress it.
  36.  
  37. CMake Warning (dev) at src/CMakeLists.txt:407 (add_executable):
  38. Policy CMP0008 is not set: Libraries linked by full-path must have a valid
  39. library file name. Run "cmake --help-policy CMP0008" for policy details.
  40. Use the cmake_policy command to set the policy and suppress this warning.
  41.  
  42. Target "minetest" links to item
  43.  
  44. C:/Compile Minetest/DIR/minetest-libs/libogg/lib/libogg.dll.a
  45.  
  46. which is a full-path but not a valid library file name.
  47. This warning is for project developers. Use -Wno-dev to suppress it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement