Advertisement
Guest User

Error compiling Din

a guest
Jan 14th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.85 KB | None | 0 0
  1. taco@burritto:~/Downloads/din-4.2.1$ ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... no
  6. checking for mawk... mawk
  7. checking whether make sets $(MAKE)... yes
  8. checking for g++... g++
  9. checking whether the C++ compiler works... yes
  10. checking for C++ compiler default output file name... a.out
  11. checking for suffix of executables...
  12. checking whether we are cross compiling... no
  13. checking for suffix of object files... o
  14. checking whether we are using the GNU C++ compiler... yes
  15. checking whether g++ accepts -g... yes
  16. checking for style of include used by make... GNU
  17. checking dependency style of g++... gcc3
  18. checking for gcc... gcc
  19. checking whether we are using the GNU C compiler... yes
  20. checking whether gcc accepts -g... yes
  21. checking for gcc option to accept ISO C89... none needed
  22. checking dependency style of gcc... gcc3
  23. checking how to run the C preprocessor... gcc -E
  24. checking for grep that handles long lines and -e... /bin/grep
  25. checking for egrep... /bin/grep -E
  26. checking for ANSI C header files... yes
  27. checking for sys/types.h... yes
  28. checking for sys/stat.h... yes
  29. checking for stdlib.h... yes
  30. checking for string.h... yes
  31. checking for memory.h... yes
  32. checking for strings.h... yes
  33. checking for inttypes.h... yes
  34. checking for stdint.h... yes
  35. checking for unistd.h... yes
  36. checking GL/gl.h usability... no
  37. checking GL/gl.h presence... no
  38. checking for GL/gl.h... no
  39. configure: error: !!! Please install OpenGL !!!
  40. taco@burritto:~/Downloads/din-4.2.1$ glxinfo | grep -i opengl
  41. OpenGL vendor string: NVIDIA Corporation
  42. OpenGL renderer string: GeForce 8600M GT/PCIe/SSE2
  43. OpenGL version string: 3.3.0 NVIDIA 310.14
  44. OpenGL shading language version string: 3.30 NVIDIA via Cg compiler
  45. OpenGL extensions:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement