Guest User

Untitled

a guest
Mar 17th, 2015
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1.  
  2. hermes@Giovanni ~/springlobby $ cmake .
  3. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  4. -- Found xgettext: /usr/bin/xgettext
  5. -- Found msgmerge: /usr/bin/msgmerge
  6. -- Using -std=gnu++11
  7. -- Boost version: 1.54.0
  8. -- Found the following Boost libraries:
  9. -- thread
  10. -- system
  11. -- found wx-config: /usr/bin/wx-config
  12. -- found wxwidgets: 3.0.0.0
  13. -- Using WX_CXX_FLAGS: -I/usr/lib/x86_64-linux-gnu/wx/include/base-unicode-3.0 -
  14. I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL
  15. -- Using WX_C_FLAGS: -I/usr/lib/x86_64-linux-gnu/wx/include/base-unicode-3.0 -I/
  16. usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -pthread
  17. -- Using WX_LD_FLAGS: -L/usr/lib/x86_64-linux-gnu -pthread -lwx_baseu_net-3.0
  18. -lwx_baseu_qa-3.0 -lwx_baseu_richtext-3.0 -lwx_baseu_adv-3.0 -lwx_baseu_aui-3.0
  19. -lwx_baseu_core-3.0 -lwx_baseu-3.0
  20. -- /usr/bin/pkg-config returned -lcurl for linking to libcurl
  21. -- /usr/bin/pkg-config returned for compiling with libcurl
  22. -- checking for module 'libnotify'
  23. -- package 'libnotify' not found
  24. -- checking for module 'glib-2.0'
  25. -- package 'glib-2.0' not found
  26. -- Version 0.7-168-g9d07fed
  27. -- libminizip was not found, using integrated
  28. -- Could NOT find Boost
  29. -- Note: Unit tests will not be built: Boost::test library was not found
  30. -- Boost version: 1.54.0
  31. -- Found the following Boost libraries:
  32. -- system
  33. -- thread
  34. -- filesystem
  35. -- Using -std=gnu++11
  36. CMake Error at /usr/share/cmake-2.8/Modules/FindX11.cmake:427 (message):
  37. Could not find X11
  38. Call Stack (most recent call first):
  39. src/lsl/src/lslunitsync/CMakeLists.txt:22 (FIND_PACKAGE)
  40.  
  41.  
  42. -- Configuring incomplete, errors occurred!
  43. See also "/home/hermes/springlobby/CMakeFiles/CMakeOutput.log".
  44. hermes@Giovanni ~/springlobby $
Advertisement
Add Comment
Please, Sign In to add comment