<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<BR> <BR>I want to compile VLC source code with MSYS/MINGW. I got the last soure code of VLC <BR>
at <A href="http://www.videolan.org/vlc/download-sources.html">http://www.videolan.org/vlc/download-sources.html</A> . Also, I got the additional libraries <BR>
from <A href="http://download.videolan.org/pub/testing/win32/contrib-20060330-win32-bin-gcc-3.4.5-only.tar.bz2">http://download.videolan.org/pub/testing/win32/contrib-20060330-win32-bin-gcc-3.4.5-only.tar.bz2</A> . <BR>
I extracted it to the root directory. Now I have VLC/usr/win32/bin.<BR>
 <BR>
To compile the source code, I used the following instruction:<BR> <BR>./bootstrap && \<BR>  PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \<BR>  PATH=/usr/win32/bin:$PATH \<BR>  CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \<BR>  LDFLAGS=-L/usr/win32/lib \<BR>  ./configure \<BR>      --disable-gtk \<BR>      --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \<BR>      --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \<BR>      --with-ffmpeg-zlib --enable-faad --enable-flac --enable-theora \<BR>      --with-wx-config-path=/usr/win32/bin \<BR>      --with-freetype-config-path=/usr/win32/bin \<BR>      --with-fribidi-config-path=/usr/win32/bin \<BR>      --enable-caca --with-caca-config-path=/usr/win32/bin \<BR>      --with-xml2-config-path=/usr/win32/bin \<BR>      --with-dvdnav-config-path=/usr/win32/bin \<BR>      --disable-cddax --disable-vcdx --enable-goom \<BR>      --enable-twolame --enable-dvdread \<BR>      --disable-mkv \<BR>      --enable-debug<BR><BR>But when I enter it, I get the following error which is related to bootstrap:<BR>
<BR>generating modules/**Makefile.am<BR>..........................................................<BR>+echo<BR>+echo<BR>+cp -f INSTALL INSTALL.git<BR>+autoreconf --install --force --verbose -I m4<BR>./bootstrap: line 110: autoreconf : command not found<BR> <BR>But what is the problem? Thank you in advance!<BR> <BR>Best regards,<BR>Hadi<BR><BR><br /><hr />Windows Live Messenger.  <a href='http://www.microsoft.com/windows/windowslive/messenger.aspx' target='_new'>Multitasking at its finest.</a></body>
</html>