View previous topic :: View next topic |
Author |
Message |
borlander Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/52241597940019b62d0274.jpg)
Joined: 10 Jan 2004 Posts: 160 Location: Gummersbach
|
Posted: Mon Nov 15, 2004 9:16 pm Post subject: Abgespecktes KDE lässt sich nicht kompilieren [solved] |
|
|
Hy Leute,
ich wollte KDE mal mit ein paar weniger Programmen kompilieren. Also habe ich in der /etc/make.conf folgende Variable gesetzt
Code: | DO_NOT_COMPILE="kaddressbook korganizer kontact kfloppy kdeprintfax knotes \
kdict khexedit kregexpeditor irkick kjots ktip kmouth kalarm kandy kfontview \
ksig ktimer kcharselect ktnef kedit kwrite kimagemapeditor kmdr-editor kxsldbg \
kviewshell kfax kpdf kpovmodeler kooka kruler kmag kiconedit kcolorchooser \
ksirc krdc kppplogview appletproxy juk kaudiocreator hdspconf hdspmixer \
kaboodle noatun artsbuilder kmid krfb kcron kpackage ksysguard ksysv \
kfaxview" |
Dann ein
bei kdegraphics-3.3.1-r2 kommt dann folgender Fehler:
Code: | LEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o TeXFont_PFB.lo TeXFont_PFB.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kviewshell -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include -I/usr/include/freetype2 -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 -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O2 -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 -c -o TeXFont_TFM.lo TeXFont_TFM.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kviewshell -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include -I/usr/include/freetype2 -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 -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O2 -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 -c -o TeXFontDefinition.lo TeXFontDefinition.cpp
/usr/qt/3/bin/moc ./documentPage.h -o documentPage.moc
/usr/qt/3/bin/moc ./documentWidget.h -o documentWidget.moc
/usr/qt/3/bin/moc ./documentPageCache.h -o documentPageCache.moc
/usr/qt/3/bin/moc optionDialogFontsWidget_base.h -o optionDialogFontsWidget_base.moc
/usr/qt/3/bin/moc optionDialogSpecialWidget_base.h -o optionDialogSpecialWidget_base.moc
make[3]: *** No rule to make target `../kviewshell/libkmultipage.la', needed by`kdvipart.la'. Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/emule/tmp/portage/portage/kdegraphics-3.3.1-r2/work/kdegraphics-3.3.1/kdvi'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/emule/tmp/portage/portage/kdegraphics-3.3.1-r2/work/kdegraphics-3.3.1/kdvi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/emule/tmp/portage/portage/kdegraphics-3.3.1-r2/work/kdegraphics-3.3.1'
make: *** [all] Error 2 |
Kann ich überhaupt all diese Programme in die DO_NOT_COMPILE Variable eintragen? Oder ist es total was anderes?
Last edited by borlander on Mon Nov 15, 2004 10:32 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Linuxpeter Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/4285980164311f7a0d3ec4.png)
Joined: 28 May 2004 Posts: 403 Location: Dresden, Germany
|
Posted: Mon Nov 15, 2004 9:30 pm Post subject: |
|
|
Deine Fehlermeldung:
Quote: |
LEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c -o TeXFont_PFB.lo TeXFont_PFB.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kviewshell -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include -I/usr/include/freetype2 -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 -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O2 -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 -c -o TeXFont_TFM.lo TeXFont_TFM.cpp
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kviewshell -I/usr/kde/3.3/include -I/usr/qt/3/include -I/usr/X11R6/include -I/usr/include/freetype2 -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 -DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O2 -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 -c -o TeXFontDefinition.lo TeXFontDefinition.cpp
/usr/qt/3/bin/moc ./documentPage.h -o documentPage.moc
/usr/qt/3/bin/moc ./documentWidget.h -o documentWidget.moc
/usr/qt/3/bin/moc ./documentPageCache.h -o documentPageCache.moc
/usr/qt/3/bin/moc optionDialogFontsWidget_base.h -o optionDialogFontsWidget_base.moc
/usr/qt/3/bin/moc optionDialogSpecialWidget_base.h -o optionDialogSpecialWidget_base.moc
make[3]: *** No rule to make target `../kviewshell/libkmultipage.la', needed by`kdvipart.la'. Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/home/emule/tmp/portage/portage/kdegraphics-3.3.1-r2/work/kdegraphics-3.3.1/kdvi'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/emule/tmp/portage/portage/kdegraphics-3.3.1-r2/work/kdegraphics-3.3.1/kdvi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/emule/tmp/portage/portage/kdegraphics-3.3.1-r2/work/kdegraphics-3.3.1'
make: *** [all] Error 2
|
Du mußt also kviewshell mit kompilieren lassen.
Außerdem kann es dir noch öfter passieren, das das Kompilieren abgebrochen wird,
mußt dann eben genauso vorgehen. _________________ Regards, Linuxpeter
Wenn "Windows" die Antwort ist, war es eine dumme Frage.
Is "Windows" the answer, then it was a stupid question. ![Wink ;-)](images/smiles/icon_wink.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Realmaker l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Zelda/Zelda_-_Link.jpg)
Joined: 17 Sep 2003 Posts: 683 Location: Bremen, Germany
|
Posted: Mon Nov 15, 2004 9:34 pm Post subject: |
|
|
Tipp: Eine andere Möglichkeit, ein abgespecktes KDE zu bekommen, ist ein Code: | emerge kdebase kdeartwork |
_________________ Athlon 2600+ Barton, Asus A7N8x-X, nForce2, Asus Geforce FX5700 256mb, TwinMos 512ddr-sdram cl 2.5
Wer andern eine Bratwurst brät, der hat ein Bratwurstbratgerät. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
borlander Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/52241597940019b62d0274.jpg)
Joined: 10 Jan 2004 Posts: 160 Location: Gummersbach
|
Posted: Mon Nov 15, 2004 10:32 pm Post subject: |
|
|
Danke an Linuxpeter - das war es. Genau diese Zeile habe ich mir auch angeschaut - warum ich das nicht selber geraft habe
@Realmaker - Ich nutze bis auf kdegames (habe ich aus dem ebuild rausgenommen) in jedem Packet ein paar Programme |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mondauge l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/11861546584106362be15a3.jpg)
Joined: 08 Jan 2003 Posts: 603 Location: Schwetzingen, Germany
|
Posted: Tue Nov 16, 2004 9:22 am Post subject: |
|
|
die DO_NOT_COMPILE Variable ist auf jeden Fall eine nette Sache, auch wenn man nicht den kompletten KDE Metabuild mergt. Der Nachteil daran ist, dass man schnell einige Abhängigkeiten zerstört und der ein oder andere KDE-Build deswegen abbricht. Da ist als ein wenig probieren angesagt ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|