LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   amarok-svn configure on Gentoo: "can't find designer plugins" (https://www.linuxquestions.org/questions/linux-software-2/amarok-svn-configure-on-gentoo-cant-find-designer-plugins-348448/)

ghrellin 07-30-2005 08:06 PM

amarok-svn configure on Gentoo: "can't find designer plugins"
 
When I try to configure amarok-svn (latest version), I get the following error before it quits:
Code:

checking for KDE... configure: error:
I can't find the designer plugins. These are required and should have been installed
by kdelibs

.
The problem started after I installed qt-4.0.0 (hard masked), but amarok-svn needs qt4 to compile.
Here's my compile line:
Code:

./configure \
            --without-arts \
            --without-akode \
            --without-gstreamer \
            --without-konquisidebar \
            --without-xmms \
            --with-doc \
            --with-libvisual \
            --with-xine \
            --with-qt-includes=/usr/include/qt4 \
            --with-qt-libraries=/usr/lib/qt4 \
            --prefix=`kde-config --prefix` \
            --enable-debug=full

And the output from kde-config --version:

Code:

kde-config --version
Qt: 3.3.4
KDE: 3.4.1
kde-config: 1.0

...even though Qt 4.0.0 is definitely installed.

z-vet 07-31-2005 11:09 AM

You don't need QT4 to compile amaroK-SVN. Just delete your /multimedia/admin/ and get a new one using a command:
Code:

svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin
KDE has been branched and KDE4 is now Head, so the admin dir from head requires QT4


All times are GMT -5. The time now is 02:54 PM.