Advertisement
MarioCares

Error make Flexible Tasks

May 11th, 2011
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.50 KB | None | 0 0
  1. mario@Inspiron14R-Pardus .flexibletasks $ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
  2. -- The C compiler identification is GNU
  3. -- The CXX compiler identification is GNU
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Looking for Q_WS_X11
  13. -- Looking for Q_WS_X11 - found
  14. -- Looking for Q_WS_WIN
  15. -- Looking for Q_WS_WIN - not found.
  16. -- Looking for Q_WS_QWS
  17. -- Looking for Q_WS_QWS - not found.
  18. -- Looking for Q_WS_MAC
  19. -- Looking for Q_WS_MAC - not found.
  20. -- Found Qt-Version 4.7.1 (using /usr/bin/qmake)
  21. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.so
  22. -- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so;/usr/lib/libXau.so;/usr/lib/libXdmcp.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. -- Found X11: /usr/lib/libX11.so
  32. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  33. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  34. -- Looking for pthread_create in pthreads
  35. -- Looking for pthread_create in pthreads - not found
  36. -- Looking for pthread_create in pthread
  37. -- Looking for pthread_create in pthread - found
  38. -- Found Threads: TRUE
  39. -- Found OpenSSL: /usr/lib/libssl.so
  40. -- Looking for _POSIX_TIMERS
  41. -- Looking for _POSIX_TIMERS - found
  42. -- Found Automoc4: /usr/bin/automoc4
  43. -- Found Perl: /usr/bin/perl
  44. -- Found Phonon: /usr/include
  45. -- Performing Test _OFFT_IS_64BIT
  46. -- Performing Test _OFFT_IS_64BIT - Success
  47. -- Performing Test HAVE_FPIE_SUPPORT
  48. -- Performing Test HAVE_FPIE_SUPPORT - Success
  49. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL
  50. -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
  51. -- Performing Test __KDE_HAVE_GCC_VISIBILITY
  52. -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
  53. -- Found KDE 4.5 include dir: /usr/include/kde4
  54. -- Found KDE 4.5 library dir: /usr/lib
  55. -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
  56. -- Found automoc4: /usr/bin/automoc4
  57. -- Configuring done
  58. -- Generating done
  59. -- Build files have been written to: /home/mario/Documentos/.flexibletasks
  60.  
  61. mario@Inspiron14R-Pardus .flexibletasks $ make > salida
  62. In file included from /home/mario/Documentos/.flexibletasks/taskgroupitem.h:29:0,
  63.                  from /home/mario/Documentos/.flexibletasks/windowtaskitem.cpp:23:
  64. /home/mario/Documentos/.flexibletasks/tasks.h:61:20: error: 'TaskManager::LauncherItem' has not been declared
  65. /home/mario/Documentos/.flexibletasks/tasks.h:138:28: error: 'LauncherItem' has not been declared
  66. /home/mario/Documentos/.flexibletasks/tasks.h:139:30: error: 'LauncherItem' has not been declared
  67. /home/mario/Documentos/.flexibletasks/windowtaskitem.cpp: In member function 'virtual void WindowTaskItem::updateToolTip()':
  68. /home/mario/Documentos/.flexibletasks/windowtaskitem.cpp:232:18: error: 'class Plasma::ToolTipContent' has no member named 'setGraphicsWidget'
  69.  
  70. *** 4 errors, 0 warnings
  71. make[2]: *** [CMakeFiles/plasma_applet_flexibletasks.dir/windowtaskitem.o] Error 1
  72. make[1]: *** [CMakeFiles/plasma_applet_flexibletasks.dir/all] Error 2
  73. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement