error on compiling during bootstrap
Posted: 22 Dec 2009 18:45
I get the following result when trying to execute "PATH=/usr/win32/bin:$PATH ./bootstrap
" from http://wiki.videolan.org/Win32CompileMSYSNew:
I'm running Windows 7 Professional. I followed the install guide to the letter starting from a clean base, except for downloading http://ftp.gnome.org/pub/gnome/binaries ... 0.23-2.zip since it didn't appear to work anymore, instead I downloaded http://ftp.gnome.org/pub/gnome/binaries ... _win32.zip. Tried to look for another site providing the 23-2 version.. but couldn't find any.
That could very well be an issue, but since the file dates from the 8th of July, I find it hard to believe I'm the first one running into this problem. But maybe they only just removed the old link or maybe I didn't search the forum correctly...
If anyone would have any idea how I could fix it, that would be great.
Thanks in advance,
Marijn
" from http://wiki.videolan.org/Win32CompileMSYSNew:
Code: Select all
$ PATH=/usr/win32/bin:$PATH ./bootstrap
++ dirname ./bootstrap
+ cd .
+ ACLOCAL_ARGS='-I m4 '
+ test -d extras/contrib/bin
++ uname -s
+ test .MINGW32_NT-6.1 = .Darwin
+ pkg-config --version
+ PKGCONFIG=yes
+ export AUTOPOINT
+ test ''
+ AUTOPOINT=autopoint
+ autopoint --dry-run --force
+ set +x
generating modules/**/Makefile.am
................................................................................
+ echo
+ echo
+ cp -f INSTALL INSTALL.git
+ autoreconf --install --force --verbose -I m4
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
Copying file ABOUT-NLS
autoreconf: running: aclocal --force -I m4
m4/autoopts.m4:22: warning: underquoted definition of AG_PATH_AUTOOPTS
m4/autoopts.m4:22: run info '(automake)Extending aclocal'
m4/autoopts.m4:22: or see http://sources.redhat.com/automake/automake.html#Ext
ending-aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
C:\msys\1.0\bin\libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `autot
ools'.
C:\msys\1.0\bin\libtoolize: copying file `autotools/ltmain.sh'
C:\msys\1.0\bin\libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
C:\msys\1.0\bin\libtoolize: copying file `m4/libtool.m4'
C:\msys\1.0\bin\libtoolize: copying file `m4/ltoptions.m4'
C:\msys\1.0\bin\libtoolize: copying file `m4/ltsugar.m4'
C:\msys\1.0\bin\libtoolize: copying file `m4/ltversion.m4'
C:\msys\1.0\bin\libtoolize: copying file `m4/lt~obsolete.m4'
m4/autoopts.m4:22: warning: underquoted definition of AG_PATH_AUTOOPTS
m4/autoopts.m4:22: run info '(automake)Extending aclocal'
m4/autoopts.m4:22: or see http://sources.redhat.com/automake/automake.html#Ext
ending-aclocal
autoreconf: running: /usr/bin/autoconf --include=m4 --force
configure.ac:1: error: possibly undefined macro: dnl
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:11: error: possibly undefined macro: AC_SUBST
configure.ac:34: error: possibly undefined macro: AS_IF
configure.ac:52: error: possibly undefined macro: AC_ARG_ENABLE
configure.ac:56: error: possibly undefined macro: AC_MSG_ERROR
configure.ac:76: error: possibly undefined macro: AC_DEFINE
configure.ac:103: error: possibly undefined macro: AS_HELP_STRING
configure.ac:134: error: possibly undefined macro: AC_MSG_WARN
configure.ac:308: error: possibly undefined macro: AC_TRY_LINK
configure.ac:485: error: possibly undefined macro: AC_CHECK_LIB
configure.ac:494: error: possibly undefined macro: AC_CACHE_CHECK
configure.ac:586: error: possibly undefined macro: AC_CHECK_HEADERS
configure.ac:2280: error: possibly undefined macro: AC_PATH_PROG
configure.ac:5083: error: possibly undefined macro: AC_PATH_PROGS
autoreconf: /usr/bin/autoconf failed with exit status: 1
That could very well be an issue, but since the file dates from the 8th of July, I find it hard to believe I'm the first one running into this problem. But maybe they only just removed the old link or maybe I didn't search the forum correctly...
If anyone would have any idea how I could fix it, that would be great.
Thanks in advance,
Marijn