Hello,
I'm attempting to build VLC 1.0.0-rc3 from source. The tool versions I have are:
GNU Autoconf 2.59
GNU Make 3.81
GCC 4.1.2
NASM 0.98.39
I'm following the method on
http://wiki.videolan.org/UnixCompile to build the libraries from extras/contrib:
Code: Select all
cd <vlc-source>/extras/contrib
./bootstrap
make
Some of the build errors I get suggest that I have incompatible tool versions. For example, building mpcdec fails with an error stating that the "AC_TYPE_INT16_T" macro is not defined. A hunt around the web suggests that autoconf 2.60 introduced this macro. The latest version of autoconf seems to be 2.63. To avoid guessing can anybody reply with a list of tool version requirements or post a list of tool versions they use?
Thanks!