|

楼主 |
发表于 2004-11-11 23:57:13
|
显示全部楼层
最初由 graydream 发表
这次是全部更新的,我从上个月安装的基本系统(没有X)的备份开始,装了xorg6.8.1
use参数如下:
USE="-esd immqt immqt-bc glx dri hardened sse mysql arts objc flac gstreamer glc -debug mmx nptl -3dnow X alsa -bluetooth -canna cjk -cups divx4linux -dvd -dvdr freetype -gimp -gimpprint -gnome -gtk -gtk2 -ieee1394 -informix -innodb -ipv6 -ipv6arpa -isdn -jabber -joystick jpeg kde mozilla opengl openssh -pcmcia qt -quicktime -radeon -rage128 -sdk -3dfx samba truetype usb xvid"
去掉kate编译就出错了。真是无法理解,一会重新弄一下,把错误贴出来
我都用的startx,在xinirc里写启动的东东。
错误出来了:
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O3 -march=pentium4 -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -c -o application.lo application.cpp
/bin/sh ../../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O3 -march=pentium4 -pipe -fomit-frame-pointer -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE -c -o mainwindow.lo mainwindow.cpp
In file included from ../app/katemainwindow.h:28,
from ../app/kateapp.h:31,
from application.cpp:26:
../app/kateviewmanager.h:27:23: kate/view.h: No such file or directory
../app/kateviewmanager.h:28:27: kate/document.h: No such file or directory
In file included from ../app/kateapp.h:31,
from application.cpp:26:
../app/katemainwindow.h:31:23: kate/view.h: No such file or directory
../app/katemainwindow.h:32:27: kate/document.h: No such file or directory
In file included from ../app/kateapp.h:32,
from application.cpp:26:
../app/katedocmanager.h:26:27: kate/document.h: No such file or directory
In file included from ../app/katemainwindow.h:28,
from mainwindow.cpp:28:
../app/kateviewmanager.h:27:23: kate/view.h: No such file or directory
../app/kateviewmanager.h:28:27: kate/document.h: No such file or directory
make[3]: *** [application.lo] 错误 1
make[3]: *** 正在等待未完成的任务....
In file included from mainwindow.cpp:28:
../app/katemainwindow.h:31:23: kate/view.h: No such file or directory
../app/katemainwindow.h:32:27: kate/document.h: No such file or directory
make[3]: *** [mainwindow.lo] 错误 1
make[3]: Leaving directory `/var/tmp/portage/kdebase-3.3.1/work/kdebase-3.3.1/kate/interfaces'
make[2]: *** [all-recursive] 错误 1
make[2]: Leaving directory `/var/tmp/portage/kdebase-3.3.1/work/kdebase-3.3.1/kate'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/var/tmp/portage/kdebase-3.3.1/work/kdebase-3.3.1'
make: *** [all] 错误 2
!!! ERROR: kde-base/kdebase-3.3.1 failed.
!!! Function kde_src_compile, Line 142, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message. |
|