Advertisement
Guest User

Untitled

a guest
Apr 10th, 2011
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. ==> GIT checkout done or server timeout
  2. ==> Starting make...
  3. -- The C compiler identification is GNU
  4. -- The CXX compiler identification is GNU
  5. -- Check for working C compiler: /usr/bin/gcc
  6. -- Check for working C compiler: /usr/bin/gcc -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Check for working CXX compiler: /usr/bin/c++
  10. -- Check for working CXX compiler: /usr/bin/c++ -- works
  11. -- Detecting CXX compiler ABI info
  12. -- Detecting CXX compiler ABI info - done
  13. -- Looking for sys/types.h
  14. -- Looking for sys/types.h - found
  15. -- Looking for stdint.h
  16. -- Looking for stdint.h - found
  17. -- Looking for stddef.h
  18. -- Looking for stddef.h - found
  19. -- Check size of void*
  20. -- Check size of void* - done
  21. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
  22. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
  23. -- Looking for gethostbyname
  24. -- Looking for gethostbyname - found
  25. -- Looking for connect
  26. -- Looking for connect - found
  27. -- Looking for remove
  28. -- Looking for remove - found
  29. -- Looking for shmat
  30. -- Looking for shmat - found
  31. -- Looking for IceConnectionNumber in ICE
  32. -- Looking for IceConnectionNumber in ICE - found
  33. -- Found X11: /usr/lib/libX11.so
  34. -- Found OpenGL: /usr/lib/libGL.so
  35. -- Found Freetype: /usr/lib/libfreetype.so
  36. -- Found JPEG: /usr/lib/libjpeg.so
  37. -- Found OpenAL: /usr/lib/libopenal.so
  38. -- Found SNDFILE: /usr/include
  39. CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
  40. Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  41. Call Stack (most recent call first):
  42. /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
  43. /usr/share/cmake-2.8/Modules/FindDoxygen.cmake:80 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  44. doc/CMakeLists.txt:15 (find_package)
  45.  
  46.  
  47. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement