|
|
OS:AMD64 GUI: GNOME
emerge k3b 时出错了
- checking for perl... /usr/bin/perl
- checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found. Please check your installation!
- For more details about this problem, look at the end of config.log.
- !!! Please attach the following file when filing a report to bugs.gentoo.org:
- !!! /var/tmp/portage/k3b-0.12.14/work/k3b-0.12.14/config.log
- !!! ERROR: app-cdr/k3b-0.12.14 failed.
- Call stack:
- ebuild.sh, line 1546: Called dyn_compile
- ebuild.sh, line 937: Called src_compile
- k3b-0.12.14.ebuild, line 96: Called kde_src_compile
- kde.eclass, line 166: Called kde_src_compile 'all'
- kde.eclass, line 325: Called kde_src_compile 'myconf' 'configure' 'make'
- kde.eclass, line 307: Called econf '--enable-libsuffix=' '--with-external-libsamplerate' '--without-resmgr' '--without-k3bsetup' '--with-hal' '--without-lame' '--without-ffmpeg' '--with-flac' '--with-oggvorbis' '--without-sndfile' '--with-libmad' '--without-musepack' '--without-musicbrainz' '--with-alsa' '--with-x' '--enable-mitshm' '--without-xinerama' '--with-qt-dir=/emul/linux/x86/usr/qt/2:/emul/linux/x86/usr/qt/3' '--enable-mt' '--with-qt-libraries=/emul/linux/x86/usr/qt/2:/emul/linux/x86/usr/qt/3/lib64' '--disable-dependency-tracking' '--disable-debug' '--without-debug' '--without-arts' '--enable-libsuffix=64' '--with-extra-includes=/usr/kde/3.5/include' '--with-extra-libs=/usr/kde/3.5/lib64'
- ebuild.sh, line 540: Called die
- !!! econf failed
- !!! If you need support, post the topmost build error, and the call stack if relevant.
复制代码
之前中断了一次,提示我用qt3编译dbus
# USE="qt3" emerge dbus
之后继续emerge k3b 出现以上错误
在我的make.conf 里面有 -kde -qt,gnome里面那个gnomebaker又不争气,所以用k3b
里面提示 Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found,是不是还要装什么? |
|