Compiling from CVS
Mike Melanson <[email protected]> Fri, 1 Aug 2003 06:22:28 -0600 (MDT)
| Newsgroups | gmane.comp.embedded.stk.gui.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
About the tests/ directory, it exists in the CVS snapshots
downloadable from the site. I decided it was time to try the CVS snapshot
(I was working off of libstk_30052003.tar.gz up until this point). I made
sure to install automake v1.7 before running autogen.sh. This was the
voluminous output:
[melanson@x-wing libstk]$ ./autogen.sh
+ aclocal-1.7
aclocal: configure.in: 57: macro `AM_PATH_SDL' not found in library
+ autoheader
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
+ automake-1.7 --foreign --add-missing --copy
configure.in: `AM_INIT_AUTOMAKE' must be used
automake-1.7: no proper implementation of AM_INIT_AUTOMAKE was found,
automake-1.7: probably because aclocal.m4 is missing...
automake-1.7: You should run aclocal to create this file, then
automake-1.7: run automake again.
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
Makefile.am:1: TESTS does not appear in AM_CONDITIONAL
libstk/Makefile.am:8: DFB does not appear in AM_CONDITIONAL
libstk/Makefile.am:13: SDL does not appear in AM_CONDITIONAL
libstk/Makefile.am:20: FBDEV does not appear in AM_CONDITIONAL
libstk/Makefile.am:25: LOGGING does not appear in AM_CONDITIONAL
libstk/Makefile.am:30: XINE does not appear in AM_CONDITIONAL
libstk/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined.
libstk/Makefile.am:5: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
libstk/Makefile.am:5: to `configure.in' and run `aclocal' and `autoconf'
again.
libstk/Makefile.am: installing `./depcomp'
/usr/local/share/automake-1.7/am/depend2.am: am__fastdepCXX does not
appear in AM_CONDITIONAL
/usr/local/share/automake-1.7/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
test/Makefile.am:5: XINE does not appear in AM_CONDITIONAL
test/Makefile.am:10: SDL does not appear in AM_CONDITIONAL
test/Makefile.am:15: DFB does not appear in AM_CONDITIONAL
test/Makefile.am:20: FBDEV does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.7/am/depend2.am: am__fastdepCXX does not
appear in AM_CONDITIONAL
/usr/local/share/automake-1.7/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
Makefile.am:1: TESTS does not appear in AM_CONDITIONAL
libstk/Makefile.am:8: DFB does not appear in AM_CONDITIONAL
libstk/Makefile.am:13: SDL does not appear in AM_CONDITIONAL
libstk/Makefile.am:20: FBDEV does not appear in AM_CONDITIONAL
libstk/Makefile.am:25: LOGGING does not appear in AM_CONDITIONAL
libstk/Makefile.am:30: XINE does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.7/am/depend2.am: am__fastdepCXX does not
appear in AM_CONDITIONAL
/usr/local/share/automake-1.7/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
test/Makefile.am:5: XINE does not appear in AM_CONDITIONAL
test/Makefile.am:10: SDL does not appear in AM_CONDITIONAL
test/Makefile.am:15: DFB does not appear in AM_CONDITIONAL
test/Makefile.am:20: FBDEV does not appear in AM_CONDITIONAL
/usr/local/share/automake-1.7/am/depend2.am: am__fastdepCXX does not
appear in AM_CONDITIONAL
/usr/local/share/automake-1.7/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
+ autoconf
configure.in:2: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use
m4_pattern_allow.
See the Autoconf documentation.
configure.in:9: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:46: error: possibly undefined macro: AM_CONDITIONAL
configure.in:57: error: possibly undefined macro: AM_PATH_SDL
configure.in:134: error: possibly undefined macro: AM_CONFIG_HEADER
--
-Mike Melanson