| Diesen output bekomme ich: 
 Code: 
root@altekiste:/home/jakob/kognition-0.1.1# make
Makefile:849: Warnung: Die Befehle für das Ziel »clean-bcheck« werden überschrieben
 Makefile:812: Warnung: Alte Befehle für das Ziel »clean-bcheck« werden ignoriert
 Makefile:854: Warnung: Die Befehle für das Ziel »bcheck-am« werden überschrieben
 Makefile:817: Warnung: Alte Befehle für das Ziel »bcheck-am« werden ignoriert
 cd . && make -f admin/Makefile.common configure.in ;
 make  all-recursive
 make[1]: Entering directory `/home/jakob/kognition-0.1.1'
 Makefile:849: Warnung: Die Befehle für das Ziel »clean-bcheck« werden überschrieben
 Makefile:812: Warnung: Alte Befehle für das Ziel »clean-bcheck« werden ignoriert
 Makefile:854: Warnung: Die Befehle für das Ziel »bcheck-am« werden überschrieben
 Makefile:817: Warnung: Alte Befehle für das Ziel »bcheck-am« werden ignoriert
 cd . && make -f admin/Makefile.common configure.in ;
 Making all in kognition
 make[2]: Entering directory `/home/jakob/kognition-0.1.1/kognition'
 if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -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 -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT page.o -MD -MP -MF ".deps/page.Tpo" -c -o page.o page.cpp; \
 then mv -f ".deps/page.Tpo" ".deps/page.Po"; else rm -f ".deps/page.Tpo"; exit 1; fi
 common_gfx.h:242: warning: ‘class AbstractImage’ has virtual functions but non-virtual destructor
 common_gfx.h:347: warning: ‘class Walker’ has virtual functions but non-virtual destructor
 segimage.h:254: warning: ‘class SegWalker’ has virtual functions but non-virtual destructor
 if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -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 -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -MT character.o -MD -MP -MF ".deps/character.Tpo" -c -o character.o character.cpp; \
 then mv -f ".deps/character.Tpo" ".deps/character.Po"; else rm -f ".deps/character.Tpo"; exit 1; fi
 common_gfx.h:242: warning: ‘class AbstractImage’ has virtual functions but non-virtual destructor
 common_gfx.h:347: warning: ‘class Walker’ has virtual functions but non-virtual destructor
 segimage.h:254: warning: ‘class SegWalker’ has virtual functions but non-virtual destructor
 /usr/include/kde/kapplication.h:1396: internal compiler error: Speicherzugriffsfehler
 Please submit a full bug report,
 with preprocessed source if appropriate.
 See <URL:http://gcc.gnu.org/bugs.html> for instructions.
 For Debian GNU/Linux specific bug reporting instructions,
 see <URL:file:///usr/share/doc/gcc-4.1/README.Bugs>.
 The bug is not reproducible, so it is likely a hardware or OS problem.
 make[2]: *** [character.o] Fehler 1
 make[2]: Leaving directory `/home/jakob/kognition-0.1.1/kognition'
 make[1]: *** [all-recursive] Fehler 1
 make[1]: Leaving directory `/home/jakob/kognition-0.1.1'
 make: *** [all] Fehler 2
 
 
 Weiß jemand wo der Fehler liegt?
 
 LG:nesnaika
 |