Extace.



Okay, I know more or less what the basic deal is with automake,
autoconf, aclocal, autoheader, etc. and I have all of these. Extace is
part of gnome-media, a subdirectory of it. The extace directory has
nothing other than a Makefile.am file. The gnome-media directory has an
autogen.sh, Makefile.am, and configure.in.

Running the autogen.sh does not change any files in extace, but seems to
create everything including the Makefile in gnome-utils. Running make
gives me this:

___________________________________________________________________
bash-2.01$ make
Makefile:375: macros/macros.dep: No such file or directory
cd macros && make macros.dep
make[1]: Entering directory `/home/cbarry/gnome-media/macros'
make[1]: Leaving directory `/home/cbarry/gnome-media/macros'
cd . && autoheader
make all-recursive
make[1]: Entering directory `/home/cbarry/gnome-media'
Making all in po
make[2]: Entering directory `/home/cbarry/gnome-media/po'
PATH=../src:$PATH : --default-domain=gnome-media --directory=.. \
  --add-comments --keyword=_ --keyword=N_ \
  --files-from=./POTFILES.in
rm -f ./gnome-media.pot
mv gnome-media.po ./gnome-media.pot
mv: gnome-media.po: No such file or directory
make[2]: *** [gnome-media.pot] Error 1
make[2]: Leaving directory `/home/cbarry/gnome-media/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cbarry/gnome-media'
make: *** [all-recursive-am] Error 2
bash-2.01$
_____________________________________________________________________

If I do make -k it will go for a little while but bails long before
touching extace. Manually running automake etc. in the extace directory
I can get to the point where the configure is made but when it's run it
complaigns about a syntax error.

Finally, if from the top level of gnome-media I do:

aclocal
autoheader
automake
autoconf
configure
make

aclocal gives this error:
aclocal: configure.in: 7: macro `AM_ACLOCAL_INCLUDE' not found in
library

autoheader gives no errors. automake spews this:
______________________________________________________________________
automake: configure.in: required file `./install-sh' not found
automake: configure.in: required file `./mkinstalldirs' not found
automake: configure.in: required file `./missing' not found
configure.in: 40: required file `./ltconfig' not found
configure.in: 40: required file `./ltmain.sh' not found
configure.in: 40: required file `./config.guess' not found
configure.in: 40: required file `./config.sub' not found
automake: configure.in: required file `./config.guess' not found
automake: configure.in: required file `./config.sub' not found
gmix/Makefile.am:32: variable `GNOME_LIBDIR' not defined
gmix/Makefile.am:32: variable `GNOMEUI_LIBS' not defined
gmix/Makefile.am:32: variable `INTLLIBS' not defined
tcd/Makefile.am:106: variable `GNOME_LIBDIR' not defined
tcd/Makefile.am:106: variable `GNOMEUI_LIBS' not defined
tcd/Makefile.am:106: variable `INTLLIBS' not defined
tcd/Makefile.am:110: variable `CURSES_LIBS' not defined
cddbslave/Makefile.am:147: variable `GNOME_LIBDIR' not defined
cddbslave/Makefile.am:147: variable `GNOMEUI_LIBS' not defined
cddbslave/Makefile.am:147: variable `INTLLIBS' not defined
_______________________________________________________________________

autoconf spews this:
_____________________________________________________________________
autoconf: Undefined macros:
configure.in:20:AC_CHECK_CURSES
___________________________________________________________________

configure gives this:
___________________________________________________________________
creating cache ./config.cache
./configure: line 522: syntax error near unexpected token
`AM_CONFIG_HEADER(config.h)'
./configure: line 522: `AM_CONFIG_HEADER(config.h)'
______________________________________________________________________

So the process bails from here. Any help really appreciated.

Christopher



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]