Tried installing both of these my favorite plasmoids from the source files on kde-look and ran into the following :
Similar story for smooth tasks :
Sorry that I don't know much more about how to show what the problem is aside from terminal output - is there anything else I can do to give better info?
Code:
jrmy@kskdn:~/System/Deco/plasma-widget-quickaccess-0.8.2-2/build$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. -- The C compiler identification is GNU 4.7.2 -- The CXX compiler identification is GNU 4.7.2 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Found Qt-Version 4.8.3 (using /usr/bin/qmake) -- 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 -- 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 -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Found X11: /usr/lib/i386-linux-gnu/libX11.so -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found. -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Looking for _POSIX_TIMERS -- Looking for _POSIX_TIMERS - found -- Found Automoc4: /usr/bin/automoc4 -- Found Perl: /usr/bin/perl (found version "5.14.2") -- Found Phonon: /usr/include -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Failed -- Performing Test HAVE_FPIE_SUPPORT -- Performing Test HAVE_FPIE_SUPPORT - Success -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success -- Performing Test __KDE_HAVE_GCC_VISIBILITY -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success -- Found KDE 4.9 include dir: /usr/include -- Found KDE 4.9 library dir: /usr/lib -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler -- Found automoc4: /usr/bin/automoc4 -- Looking for dgettext -- Looking for dgettext - found -- Found Gettext: built in libc -- Configuring done -- Generating done -- Build files have been written to: /home/jrmy/System/Deco/plasma-widget-quickaccess-0.8.2-2/build jrmy@kskdn:~/System/Deco/plasma-widget-quickaccess-0.8.2-2/build$ make Scanning dependencies of target plasma_applet_quickaccess_automoc Generating resizedialog.moc Generating popupdialog.moc Generating iconmanager.moc Generating settings.moc Generating quickaccess.moc Generating itemview.moc Generating button.moc Generating pluginwidget.moc Generating dirmodel.moc Generating moc_label.cpp Generating moc_pluginmodel.cpp [ 0%] Built target plasma_applet_quickaccess_automoc [ 4%] Generating ui_pluginwidgetbase.h [ 8%] Generating ui_quickaccessGeneralConfig.h [ 12%] Generating ui_quickaccessAppearanceConfig.h [ 16%] Generating ui_quickaccessPreviewConfig.h [b]Scanning dependencies of target plasma_applet_quickaccess [ 20%] Building CXX object CMakeFiles/plasma_applet_quickaccess.dir/plasma_applet_quickaccess_automoc.o [ 25%] Building CXX object CMakeFiles/plasma_applet_quickaccess.dir/quickaccess.o /home/jrmy/System/Deco/plasma-widget-quickaccess-0.8.2-2/quickaccess.cpp:34:29: fatal error: konq_operations.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/plasma_applet_quickaccess.dir/quickaccess.o] Error 1 make[1]: *** [CMakeFiles/plasma_applet_quickaccess.dir/all] Error 2 make: *** [all] Error 2[/b] jrmy@kskdn:~/System/Deco/plasma-widget-quickaccess-0.8.2-2/build$ sudo make install [sudo] password for jrmy: [b][ 0%] Built target plasma_applet_quickaccess_automoc [ 4%] Building CXX object CMakeFiles/plasma_applet_quickaccess.dir/quickaccess.o /home/jrmy/System/Deco/plasma-widget-quickaccess-0.8.2-2/quickaccess.cpp:34:29: fatal error: konq_operations.h: No such file or directory compilation terminated. make[2]: *** [CMakeFiles/plasma_applet_quickaccess.dir/quickaccess.o] Error 1 make[1]: *** [CMakeFiles/plasma_applet_quickaccess.dir/all] Error 2 make: *** [all] Error 2[/b]
Code:
jrmy@kskdn:~/System/Deco/smooth-tasks-src-wip-2010-11-06/build$ cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .. -- The C compiler identification is GNU 4.7.2 -- The CXX compiler identification is GNU 4.7.2 -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Found Qt-Version 4.8.3 (using /usr/bin/qmake) -- 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 -- 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 -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Found X11: /usr/lib/i386-linux-gnu/libX11.so -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Looking for pthread_create -- Looking for pthread_create - not found. -- Looking for pthread_create in pthreads -- Looking for pthread_create in pthreads - not found -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Found Threads: TRUE -- Looking for _POSIX_TIMERS -- Looking for _POSIX_TIMERS - found -- Found Automoc4: /usr/bin/automoc4 -- Found Perl: /usr/bin/perl (found version "5.14.2") -- Found Phonon: /usr/include -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Failed -- Performing Test HAVE_FPIE_SUPPORT -- Performing Test HAVE_FPIE_SUPPORT - Success -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success -- Performing Test __KDE_HAVE_GCC_VISIBILITY -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success -- Found KDE 4.9 include dir: /usr/include -- Found KDE 4.9 library dir: /usr/lib -- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler -- Found automoc4: /usr/bin/automoc4 -- Found Qt-Version 4.8.3 (using /usr/bin/qmake) -- Found X11: /usr/lib/i386-linux-gnu/libX11.so -- Found KDE4Workspace: /usr/lib/cmake/KDE4Workspace/KDE4WorkspaceConfig.cmake -- Configuring done -- Generating done -- Build files have been written to: /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/build jrmy@kskdn:~/System/Deco/smooth-tasks-src-wip-2010-11-06/build$ make Scanning dependencies of target translations [ 0%] Built target translations Scanning dependencies of target plasma_applet_smooth-tasks_automoc Generating Applet.moc Generating TaskIcon.moc Generating TaskItem.moc Generating Task.moc Generating Light.moc Generating moc_TaskStateAnimation.cpp Generating moc_WindowPreview.cpp Generating moc_MaxSqueezeTaskbarLayout.cpp Generating moc_FadedText.cpp Generating moc_ByShapeTaskbarLayout.cpp Generating moc_FixedItemCountTaskbarLayout.cpp Generating moc_LimitSqueezeTaskbarLayout.cpp Generating moc_ToolTipBase.cpp Generating moc_ToggleAnimation.cpp Generating moc_FixedSizeTaskbarLayout.cpp Generating moc_SmoothToolTip.cpp Generating moc_ToolTipWidget.cpp Generating moc_DelayedToolTip.cpp Generating moc_CloseIcon.cpp Generating moc_TaskbarLayout.cpp /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/applet/SmoothTasks/TaskbarLayout.h:218: Warning: Class TaskbarLayout implements the interface QGraphicsLayout but does not list it in Q_INTERFACES. qobject_cast to QGraphicsLayout will not work! Generating moc_PlasmaToolTip.cpp [ 0%] Built target plasma_applet_smooth-tasks_automoc [ 3%] Generating ui_Appearance.h [ 7%] Generating qrc_resources.cxx [ 11%] Generating ui_General.h Scanning dependencies of target plasma_applet_smooth-tasks [ 14%] Building CXX object applet/CMakeFiles/plasma_applet_smooth-tasks.dir/plasma_applet_smooth-tasks_automoc.o In file included from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/applet/SmoothTasks/TaskItem.h:25:0, from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/applet/SmoothTasks/ToolTipBase.h:25, from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/applet/SmoothTasks/DelayedToolTip.h:23, from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/applet/SmoothTasks/SmoothToolTip.h:39, from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/build/applet/../../applet/SmoothTasks/WindowPreview.h:26, from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/build/applet/moc_WindowPreview.cpp:10, from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/build/applet/plasma_applet_smooth-tasks_automoc.cpp:5: /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/applet/SmoothTasks/Task.h:79:2: error: ‘TaskPtr’ in namespace ‘TaskManager’ does not name a type /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/applet/SmoothTasks/Task.h:83:2: error: ‘StartupPtr’ in namespace ‘TaskManager’ does not name a type make[2]: *** [applet/CMakeFiles/plasma_applet_smooth-tasks.dir/plasma_applet_smooth-tasks_automoc.o] Error 1 make[1]: *** [applet/CMakeFiles/plasma_applet_smooth-tasks.dir/all] Error 2 make: *** [all] Error 2 jrmy@kskdn:~/System/Deco/smooth-tasks-src-wip-2010-11-06/build$ sudo make install [sudo] password for jrmy: [ 0%] Built target translations [ 0%] Built target plasma_applet_smooth-tasks_automoc [ 3%] Building CXX object applet/CMakeFiles/plasma_applet_smooth-tasks.dir/plasma_applet_smooth-tasks_automoc.o In file included from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/applet/SmoothTasks/TaskItem.h:25:0, from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/applet/SmoothTasks/ToolTipBase.h:25, from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/applet/SmoothTasks/DelayedToolTip.h:23, from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/applet/SmoothTasks/SmoothToolTip.h:39, from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/build/applet/../../applet/SmoothTasks/WindowPreview.h:26, from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/build/applet/moc_WindowPreview.cpp:10, from /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/build/applet/plasma_applet_smooth-tasks_automoc.cpp:5: /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/applet/SmoothTasks/Task.h:79:2: error: ‘TaskPtr’ in namespace ‘TaskManager’ does not name a type /home/jrmy/System/Deco/smooth-tasks-src-wip-2010-11-06/applet/SmoothTasks/Task.h:83:2: error: ‘StartupPtr’ in namespace ‘TaskManager’ does not name a type make[2]: *** [applet/CMakeFiles/plasma_applet_smooth-tasks.dir/plasma_applet_smooth-tasks_automoc.o] Error 1 make[1]: *** [applet/CMakeFiles/plasma_applet_smooth-tasks.dir/all] Error 2 make: *** [all] Error 2 jrmy@kskdn:~/System/Deco/smooth-tasks-src-wip-2010-11-06/build$
Sorry that I don't know much more about how to show what the problem is aside from terminal output - is there anything else I can do to give better info?
Comment