View previous topic :: View next topic |
Author |
Message |
gagahhag n00b
Joined: 25 Oct 2004 Posts: 26
|
Posted: Wed Jan 26, 2005 10:32 am Post subject: aclocal-Problem und kompilieren |
|
|
Seit die vielen automake-updates gemacht wurden kann ich, aus zB, kDevelop keine neuen Projekte mehr kompilieren. Es gibt immer folgende Meldungen wegen aclocal-Zeugs:
Code: | cd '/home/boss/schule/Cpp/biga' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs && cd '/home/boss/schule/Cpp/biga/debug' && CXXFLAGS="-O0 -g3" "/home/boss/schule/Cpp/biga/configure" --enable-debug=full && cd '/home/boss/schule/Cpp/biga/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" gmake -k
/usr/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION
/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
/usr/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK
/usr/share/aclocal/libmikmod.m4:11: warning: underquoted definition of AM_PATH_LIBMIKMOD
/usr/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of AM_PATH_LIBGCRYPT
/usr/share/aclocal/libfame.m4:6: warning: underquoted definition of AM_PATH_LIBFAME
/usr/share/aclocal/libOggFLAC.m4:7: warning: underquoted definition of AM_PATH_LIBOGGFLAC
/usr/share/aclocal/libOggFLAC++.m4:8: warning: underquoted definition of AM_PATH_LIBOGGFLACPP
/usr/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL
/usr/share/aclocal/libFLAC.m4:7: warning: underquoted definition of AM_PATH_LIBFLAC
/usr/share/aclocal/libFLAC++.m4:8: warning: underquoted definition of AM_PATH_LIBFLACPP
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/gob2.m4:7: warning: underquoted definition of GOB2_HOOK
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/freetype2.m4:7: warning: underquoted definition of AC_CHECK_FT2
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
/usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT
*** Beendet mit Status: 1 *** |
Kennt das jemand und hat eine Lösung gefunden? Habe mal einige Stunden gesucht, aber noch nichts gefunden, wie ich diese Problem lösen kann...
Vielen Dank für eure Hilfe.
Gruss
Andreas |
|
Back to top |
|
|
marc Apprentice
Joined: 13 Jan 2003 Posts: 290
|
Posted: Mon Feb 07, 2005 8:09 am Post subject: |
|
|
Also dieses aclocal sagt mir auch nichts, habe ich auch. Aber du solltest die Compilermeldungen in Kdevelop auf 'Vollständig' stellen. Dann siehst du das die ltmain.sh Code: | # Constants.
PROGRAM=ltmain.sh
PACKAGE=libtool
VERSION=1.5.10
#hier muss die RICHTIGE libtool Version drin stehen |
die falsche libtool Version einträgt. Warum weiß ich zwar nicht, aber es ist so. Eventuell stimmt was mit dem libtool Paket oder depend nicht. *schulterzuck*
Habe ich erst seit dem ich die libtool heute geupgradet habe.
Die ltmain.sh ist im Hauptverzeichnis deines Projektes.
Die ich die libtool Version 1.5.10-r4 habe trage ich wie angegeben auch die Version nach. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|