View previous topic :: View next topic |
Author |
Message |
jaeger_m Tux's lil' helper
Joined: 26 Sep 2002 Posts: 108
|
Posted: Tue Jan 28, 2003 5:19 pm Post subject: KDE 3.1 Compile error.... |
|
|
beim emergen bekomme ich folgenden Fehler bei kdeedu:
W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe -ffast-math -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -c -o kgeoFileHandling.o `test -f 'kgeoFileHandling.cpp' || echo './'`kgeoFileHandling.cpp
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.1/include -I/usr/qt/3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe -ffast-math -fforce-addr -fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -malign-functions=4 -fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -c -o kgeoConstructor.o `test -f 'kgeoConstructor.cpp' || echo './'`kgeoConstructor.cpp
kgeoFileHandling.cpp: In method `void KGeoApp::printDialog()':
kgeoFileHandling.cpp:491: Unable to generate reloads for:
(insn 530 528 532 (parallel[
(set (reg:SI 6 %ebp)
(fix:SI (fix:DF (reg/vF 123))))
(clobber (mem:HI (plus:SI (reg:SI 6 %ebp)
(const_int -50 [0xffffffce])) 0))
(clobber (mem:HI (plus:SI (reg:SI 6 %ebp)
(const_int -52 [0xffffffcc])) 0))
(clobber (mem:SI (plus:SI (reg:SI 6 %ebp)
(const_int -48 [0xffffffd0])) 0))
(clobber (scratch:HI))
] ) 149 {fix_truncdfsi2+1} (nil)
(expr_list:REG_DEAD (reg/vF 123)
(expr_list:REG_UNUSED (scratch:HI)
(nil))))
make[4]: *** [kgeoFileHandling.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/kdeedu-3.1/work/kdeedu-3.1/kgeo/kgeo'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdeedu-3.1/work/kdeedu-3.1/kgeo/kgeo'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdeedu-3.1/work/kdeedu-3.1/kgeo'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdeedu-3.1/work/kdeedu-3.1'
make: *** [all] Error 2
!!! ERROR: kde-base/kdeedu-3.1 failed.
!!! Function kde_src_compile, Line -9142, Exitcode 2
!!! died running emake, kde_src_compile:make
Jemand ne Idee woran das liegen könnte?!?
MfG und danke schonmal im Voraus... |
|
Back to top |
|
|
sieter Tux's lil' helper
Joined: 03 Jan 2003 Posts: 111
|
Posted: Wed Jan 29, 2003 5:51 pm Post subject: |
|
|
nur so ne Idee, aber setz doch mal deine Compilerflags
a bissl runter...
bei mir gings mit :
CFLAGS='-march=athlon-xp -mcpu=athlon-xp -O3 -pipe'
CXXFLAGS='-march=athlon-xp -mcpu=athlon-xp -O3 -pipe' |
|
Back to top |
|
|
|