Advertisement
Guest User

Untitled

a guest
Mar 11th, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 1.88 KB | None | 0 0
  1. /usr/bin/cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/i686-w64-mingw32-gcc -DCMAKE_CXX_COMPILER=/usr/bin/i686-w64-mingw32-g++ -G "CodeBlocks - Unix Makefiles" /home/denis/Cpp/Test1
  2. -- The C compiler identification is GNU 7.3.0
  3. -- The CXX compiler identification is GNU 7.3.0
  4. -- Check for working C compiler: /usr/bin/i686-w64-mingw32-gcc
  5. -- Check for working C compiler: /usr/bin/i686-w64-mingw32-gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/i686-w64-mingw32-g++
  11. -- Check for working CXX compiler: /usr/bin/i686-w64-mingw32-g++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Looking for pthread.h
  17. -- Looking for pthread.h - not found
  18. -- Could NOT find Threads (missing: Threads_FOUND)
  19. -- Could NOT find Vulkan (missing: VULKAN_LIBRARY VULKAN_INCLUDE_DIR)
  20. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  21. -- Looking for dinput.h
  22. -- Looking for dinput.h - not found
  23. -- Looking for xinput.h
  24. -- Looking for xinput.h - not found
  25. -- Performing Test _GLFW_HAS_DEP
  26. -- Performing Test _GLFW_HAS_DEP - Failed
  27. -- Performing Test _GLFW_HAS_ASLR
  28. -- Performing Test _GLFW_HAS_ASLR - Failed
  29. -- Performing Test _GLFW_HAS_64ASLR
  30. -- Performing Test _GLFW_HAS_64ASLR - Failed
  31. -- Using X11 for window creation
  32. CMake Error at /usr/share/cmake-3.10/Modules/FindX11.cmake:429 (message):
  33.   Could not find X11
  34. Call Stack (most recent call first):
  35.   Libs/glfw/CMakeLists.txt:220 (find_package)
  36.  
  37.  
  38. -- Configuring incomplete, errors occurred!
  39. See also "/home/denis/Cpp/Test1/cmake-build-release-win32/CMakeFiles/CMakeOutput.log".
  40. See also "/home/denis/Cpp/Test1/cmake-build-release-win32/CMakeFiles/CMakeError.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement