Advertisement
Guest User

Untitled

a guest
Feb 27th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
  2. CMake Error at /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:136 (message):
  3. Could NOT find FLTK (missing: FLTK_LIBRARIES)
  4. Call Stack (most recent call first):
  5. /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE)
  6. /usr/share/cmake-3.0/Modules/FindFLTK.cmake:318 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  7. CMakeLists.txt:106 (find_package)
  8.  
  9.  
  10. -- Configuring incomplete, errors occurred!
  11. See also "/home/bas/ros/build_isolated/stage/install/CMakeFiles/CMakeOutput.log".
  12. <== Failed to process package 'stage':
  13. Command '['/home/bas/ros/install_isolated/env.sh', 'cmake', '/home/bas/ros/src/stage', '-DCMAKE_INSTALL_PREFIX=/home/bas/ros/install_isolated', '-G', 'Unix Makefiles']' returned non-zero exit status 1
  14.  
  15. Reproduce this error by running:
  16. ==> cd /home/bas/ros/build_isolated/stage && /home/bas/ros/install_isolated/env.sh cmake /home/bas/ros/src/stage -DCMAKE_INSTALL_PREFIX=/home/bas/ros/install_isolated -G 'Unix Makefiles'
  17.  
  18. Command failed, exiting.
  19. bas@debian-ros:~/ros$ cd /home/bas/ros/build_isolated/stage && /home/bas/ros/install_isolated/env.sh cmake /home/bas/ros/src/stage -DCMAKE_INSTALL_PREFIX=/home/bas/ros/install_isolated -G 'Unix Makefiles'
  20. -- The C compiler identification is GNU 4.9.2
  21. -- The CXX compiler identification is GNU 4.9.2
  22. -- Check for working C compiler: /usr/bin/cc
  23. -- Check for working C compiler: /usr/bin/cc -- works
  24. -- Detecting C compiler ABI info
  25. -- Detecting C compiler ABI info - done
  26. -- Check for working CXX compiler: /usr/bin/c++
  27. -- Check for working CXX compiler: /usr/bin/c++ -- works
  28. -- Detecting CXX compiler ABI info
  29. -- Detecting CXX compiler ABI info - done
  30. -- Stage version 4.1.1
  31. -- Operating system is Linux
  32. -- Installing Libraries to /home/bas/ros/install_isolated/lib
  33. -- Installing Plugins to /home/bas/ros/install_isolated/lib/Stage-4.1
  34. -- Build type RELEASE
  35. -- Checking for libtool
  36. -- Checking for required libraries...
  37. -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
  38. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  39. -- Found PNG: /usr/lib/x86_64-linux-gnu/libpng.so (found version "1.2.50")
  40. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  41. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  42. -- Looking for gethostbyname
  43. -- Looking for gethostbyname - found
  44. -- Looking for connect
  45. -- Looking for connect - found
  46. -- Looking for remove
  47. -- Looking for remove - found
  48. -- Looking for shmat
  49. -- Looking for shmat - found
  50. -- Looking for IceConnectionNumber in ICE
  51. -- Looking for IceConnectionNumber in ICE - found
  52. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  53. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
  54. CMake Error at /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:136 (message):
  55. Could NOT find FLTK (missing: FLTK_LIBRARIES)
  56. Call Stack (most recent call first):
  57. /usr/share/cmake-3.0/Modules/FindPackageHandleStandardArgs.cmake:343 (_FPHSA_FAILURE_MESSAGE)
  58. /usr/share/cmake-3.0/Modules/FindFLTK.cmake:318 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  59. CMakeLists.txt:106 (find_package)
  60.  
  61.  
  62. -- Configuring incomplete, errors occurred!
  63. See also "/home/bas/ros/build_isolated/stage/CMakeFiles/CMakeOutput.log".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement