Re: [Plib-devel] errors when compiling plib: autogen.sh problems with automake 1.8.0
Brought to you by:
sjbaker
From: Oliver C. <kre...@gm...> - 2004-07-24 00:47:22
|
On Saturday 24 July 2004 02:10, Oliver C. wrote: > Hello, > > > i upgraded my linux distribution to Slackware 10.0 that > ships with automake version 1.8.0 and tried to compile > the cvs version of plib but i get the following errors after > running ./autogen.sh > > > > ************************************************************ > $ ./autogen.sh > Running aclocal > /usr/share/aclocal/xmms.m4:17: warning: underquoted definition of > XMMS_TEST_VERSION > run info '(automake)Extending aclocal' > or see > http://sources.redhat.com/automake/automake.html#Extending%20aclocal > /usr/share/aclocal/xmms.m4:62: warning: underquoted definition of > AM_PATH_XMMS /usr/share/aclocal/vorbis.m4:9: warning: underquoted > definition of XIPH_PATH_VORBIS > /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/ogg.m4:8: warning: underquoted definition of > XIPH_PATH_OGG /usr/share/aclocal/nspr.m4:8: warning: underquoted definition > of AM_PATH_NSPR /usr/share/aclocal/libmikmod.m4:11: warning: underquoted > definition of AM_PATH_LIBMIKMOD > /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/gnet-2.0.m4:8: warning: underquoted definition of > AM_PATH_GNET_2_0 > /usr/share/aclocal/glib.m4:8: warning: underquoted definition of > AM_PATH_GLIB /usr/share/aclocal/gimpprint.m4:8: warning: underquoted > definition of AM_PATH_GIMPPRINT > /usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of > AM_PATH_GDK_PIXBUF > /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/ac_find_motif.m4:21: warning: underquoted definition of > AC_FIND_MOTIF > /usr/share/aclocal/ac_find_motif.m4:223: warning: underquoted definition of > AC_FIND_LIBXP > /usr/share/aclocal/aalib.m4:12: warning: underquoted definition of > AM_PATH_AALIB > /usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of > AM_PATH_ORBIT > Can't locate object method "path" via package "Request" > at /usr/share/autoconf/Autom4te/C4che.pm line 69, <GEN1> line 94. > aclocal: autom4te failed with exit status: 1 > Running automake > Can't locate object method "path" via package "Request" > at /usr/share/autoconf/Autom4te/C4che.pm line 69, <GEN1> line 94. > automake: autoconf failed with exit status: 1 > Running autoconf > Can't locate object method "path" via package "Request" > at /usr/share/autoconf/Autom4te/C4che.pm line 69, <GEN1> line 94. > ====================================== > Now you are ready to run './configure' > ====================================== > $./configure > configure: error: cannot find install-sh or install.sh in . ./.. ./../.. > $ > ************************************************************ > Ok, now plib compiles. It needed to delete all files that where generated with the auto tools. But the macro warnings stay. They are still there. Best Regards, Oliver C. |