VLC compile error about bootstrap
Posted: 11 Jan 2012 03:14
Hi:
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.
I know that "http://wiki.videolan.org/Win32CompileMSYSNew" is base on 1.1.X, and I find that the VLC 1.1.11 source code has many differences with the the VLC source code from "git://git.videolan.org/vlc.git". The VLC 1.1.11 source code is 127M, but the VLC source code from "git://git.videolan.org/vlc.git" is 103M! The VLC 1.1.11 source code has many makefile.in files, but the VLC source code from "git://git.videolan.org/vlc.git" doesn't have any makefile.in files. I have successfully compiled 1.1.11. I wonder whether the instructions at "http://wiki.videolan.org/Win32CompileMSYSNew" is correct for the VLC source code from "git://git.videolan.org/vlc.git". If it is not correct for the VLC source code from "git://git.videolan.org/vlc.git", how to set up the build environment? What should I do to compile it?
Who can help me?
Thanks.
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.