|
From: Stefan L. <Ste...@sn...> - 2001-04-05 20:03:21
|
Hi,
with current CVS version I'll get the following bootstrap errors:
-- snip -----------------------------------
lucke@jarada:/home/src/IEEE-1394/libdv-orig > bootstrap
+ aclocal -I config
aclocal: config/glib.m4: 8: duplicated macro `AM_PATH_GLIB'
aclocal: config/gtk.m4: 7: duplicated macro `AM_PATH_GTK'
+ libtoolize --force --copy
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Putting files in AC_CONFIG_AUX_DIR, `config'.
+ autoheader
+ automake --foreign --copy --add-missing
automake: configure.in: installing `config/install-sh'
error while copying
automake: configure.in: installing `config/mkinstalldirs'
error while copying
automake: configure.in: installing `config/missing'
error while copying
+ autoconf
autoconf: Undefined macros:
configure.in:104: AC_DEFINE_UNQUOTED(DEBUG,$with_debug)
configure.in:110: AC_DEFINE(DEBUG)
configure.in:11:AC_DISABLE_SHARED
configure.in:123: AC_DEFINE(HAVE_GLIB)
configure.in:127: AC_MSG_ERROR([No glib. Bad. Get it at: http://www.gtk.org/. ])
configure.in:132: AC_DEFINE(HAVE_GTK)
configure.in:140: AC_DEFINE(HAVE_SDL)
configure.in:173:AC_C_BIGENDIAN_CROSS
configure.in:30:AC_DEFINE(_GNU_SOURCE)
configure.in:66: AC_DEFINE(ARCH_X86)
configure.in:79: AC_DEFINE(YUV_420_USE_YV12)
configure.in:99: AC_DEFINE(DEBUG)
lucke@jarada:/home/src/IEEE-1394/libdv-orig >
-- snip -----------------------------------
To resolve these issues, I had to remove the recently added files:
config/glib.m4
config/gtk.m4
So for my enviroment sdl.m4 is the only one, which should be placed in config.
Does this happen to my old distro SuSe 6.3 only ?
--
mfg
Stefan Lucke (Ste...@sn...)
|