I clone the VLC source code from "git://git.videolan.org/vlc.git", and I try to compile it. I use MinGW and Msys, and try to follow the instructions at "http://wiki.videolan.org/Win32CompileMSYSNew" to compile it. But when I ran "PATH=/usr/win32/bin:$PATH ./bootstrap", there was a error, error in the following.
Code: Select all
$ PATH=/usr/win32/bin:$PATH ./bootstrap
NOTE: GNU gettext appears to be missing or out-of-date.
Please install or update GNU gettext.
Also check if you have cvs, a dependency of autopoint.
Otherwise, you will not be able to build a source tarball.
==============================================================
generating modules/**/Makefile.am
......................................................................
+ echo
+ cp -f INSTALL INSTALL.git
+ autoreconf --install --force --verbose -I m4
autoreconf: Entering directory `.'
autoreconf: running: true --force
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
' is already registered with AC_CONFIG_FILES.
/usr/src/autoconf/autoconf-2.63/lib/autoconf/status.m4:305: AC_CONFIG_FILES is e
xpanded from...
/usr/share/aclocal-1.11/cond-if.m4:39: AM_COND_IF is expanded from...
configure.ac:4245: the top level
autom4te: /bin/m4 failed with exit status: 1
C:\msys\1.0\bin\aclocal: autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
Who can help me?
Thanks.