Advertisement
ProzacR

Untitled

Aug 15th, 2011
1,651
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. $ cmake .
  2. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  3. -- Checking SDL:
  4. -- Looking for nanosleep
  5. -- Looking for nanosleep - found
  6. CMake Error at CMakeLists.txt:579 (target_link_libraries):
  7. Cannot specify link libraries for target "gdi32" which is not built by this
  8. project.
  9.  
  10.  
  11. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  12. Please set them or make sure they are set and tested correctly in the CMake files:
  13. SDL_INCLUDE_DIR
  14. used as include directory in directory /home/vytautas/Downloads/arxfatalis/ArxFatalis
  15.  
  16. -- Configuring incomplete, errors occurred!
  17. [vytautas@Vyto ArxFatalis]$ cmake .
  18. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  19. -- Checking SDL: /usr/lib64/libSDL.so;-lpthread
  20. CMake Error at CMakeLists.txt:579 (target_link_libraries):
  21. Cannot specify link libraries for target "gdi32" which is not built by this
  22. project.
  23.  
  24.  
  25. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement