Guest User

error

a guest
Dec 9th, 2012
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. giancarlo@kubuntu:~$ cd be-shell
  2. giancarlo@kubuntu:~/be-shell$ ./configure
  3. Configuring... please wait
  4. -- The C compiler identification is GNU 4.7.2
  5. -- The CXX compiler identification is GNU 4.7.2
  6. -- Check for working C compiler: /usr/bin/gcc
  7. -- Check for working C compiler: /usr/bin/gcc -- works
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Looking for Q_WS_X11
  15. -- Looking for Q_WS_X11 - found
  16. -- Looking for Q_WS_WIN
  17. -- Looking for Q_WS_WIN - not found.
  18. -- Looking for Q_WS_QWS
  19. -- Looking for Q_WS_QWS - not found.
  20. -- Looking for Q_WS_MAC
  21. -- Looking for Q_WS_MAC - not found.
  22. -- Found Qt-Version 4.8.3 (using /usr/bin/qmake)
  23. -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so;/usr/lib/i386-linux-gnu/libXau.so;/usr/lib/i386-linux-gnu/libXdmcp.so
  24. -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so;/usr/lib/i386-linux-gnu/libXau.so;/usr/lib/i386-linux-gnu/libXdmcp.so - found
  25. -- Looking for gethostbyname
  26. -- Looking for gethostbyname - found
  27. -- Looking for connect
  28. -- Looking for connect - found
  29. -- Looking for remove
  30. -- Looking for remove - found
  31. -- Looking for shmat
  32. -- Looking for shmat - found
  33. -- Found X11: /usr/lib/i386-linux-gnu/libX11.so
  34. -- Looking for include file pthread.h
  35. -- Looking for include file pthread.h - found
  36. -- Looking for pthread_create
  37. -- Looking for pthread_create - not found.
  38. -- Looking for pthread_create in pthreads
  39. -- Looking for pthread_create in pthreads - not found
  40. -- Looking for pthread_create in pthread
  41. -- Looking for pthread_create in pthread - found
  42. -- Found Threads: TRUE
  43. -- Looking for _POSIX_TIMERS
  44. -- Looking for _POSIX_TIMERS - found
  45. -- Found Automoc4: /usr/bin/automoc4
  46. -- Found Perl: /usr/bin/perl (found version "5.14.2")
  47. -- Found Phonon: /usr/include
  48. -- Performing Test _OFFT_IS_64BIT
  49. -- Performing Test _OFFT_IS_64BIT - Failed
  50. -- Performing Test HAVE_FPIE_SUPPORT
  51. -- Performing Test HAVE_FPIE_SUPPORT - Success
  52. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
  53. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
  54. -- Performing Test __KDE_HAVE_GCC_VISIBILITY
  55. -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
  56. -- Found KDE 4.9 include dir: /usr/include
  57. -- Found KDE 4.9 library dir: /usr/lib
  58. -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
  59. -- Found automoc4: /usr/bin/automoc4
  60. CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
  61. Please set them or make sure they are set and tested correctly in the CMake files:
  62. X11_Xcomposite_LIB (ADVANCED)
  63. linked by target "be.shell" in directory /home/giancarlo/be-shell
Advertisement
Add Comment
Please, Sign In to add comment