Advertisement
Guest User

Untitled

a guest
Oct 11th, 2013
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. -- Check for working C compiler: /usr/bin/cc -- works
  2. -- Detecting C compiler ABI info
  3. -- Detecting C compiler ABI info - done
  4. -- Check for working CXX compiler: /usr/bin/c++
  5. -- Check for working CXX compiler: /usr/bin/c++ -- works
  6. -- Detecting CXX compiler ABI info
  7. -- Detecting CXX compiler ABI info - done
  8. -- CMAKE_BUILD_TYPE = Release
  9. -- VERSION = 2.3.2, BUILD = 20131011
  10. -- CMAKE_INSTALL_PREFIX = /usr
  11. -- VGL_BINDIR = /usr/bin
  12. -- VGL_DOCDIR = /usr/doc
  13. -- 64-bit build (x86_64)
  14. -- Linking with static libstdc++:
  15. /usr/lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib/libstdc++.a
  16. -- Found OpenSSL: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so (found version "1.0.1c")
  17. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
  18. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
  19. -- Looking for gethostbyname
  20. -- Looking for gethostbyname - found
  21. -- Looking for connect
  22. -- Looking for connect - found
  23. -- Looking for remove
  24. -- Looking for remove - found
  25. -- Looking for shmat
  26. -- Looking for shmat - found
  27. -- Looking for IceConnectionNumber in ICE
  28. -- Looking for IceConnectionNumber in ICE - found
  29. -- Found X11: /usr/lib64/libX11.so
  30. -- Found OpenGL: /usr/lib64/libGL.so
  31. -- Enabling X Video support
  32. -- TJPEG_INCLUDE_DIR = /usr/include
  33. -- Performing Test TURBOJPEG_WORKS
  34. -- Performing Test TURBOJPEG_WORKS - Success
  35. -- TJPEG_LIBRARY = /usr/lib/libturbojpeg.so
  36. -- Building VirtualGL server components
  37. -- VGL_FAKELIBDIR = /usr/fakelib64
  38. -- VGL_INCDIR = /usr/include
  39. -- VGL_LIBDIR = /usr/lib
  40. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  41. Please set them or make sure they are set and tested correctly in the CMake files:
  42. OPENGL_glu_LIBRARY (ADVANCED)
  43. linked by target "glreadtest" in directory /usr/ports/kris/virtualgl/work/src/VirtualGL-2.3.2/util
  44. linked by target "fakerut" in directory /usr/ports/kris/virtualgl/work/src/VirtualGL-2.3.2/server
  45. linked by target "glxinfo" in directory /usr/ports/kris/virtualgl/work/src/VirtualGL-2.3.2/glxdemos
  46. linked by target "glxspheres" in directory /usr/ports/kris/virtualgl/work/src/VirtualGL-2.3.2/glxdemos
  47.  
  48. -- Configuring incomplete, errors occurred!
  49. =======> ERROR: Building '/usr/ports/kris/virtualgl/virtualgl#2.3.2-1.pkg.tar.gz' failed.
  50. prt-get: error while install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement