I just checked out the latest code of VLC from videolan cvs and compiled it with cygwin, but bootstrap can't work:
./bootstrap && \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
--disable-sdl --disable-gtk \
--enable-nls \
--enable-ffmpeg --with-ffmpeg-mp3lame \
--enable-faad \
--enable-flac \
--enable-theora \
--with-wx-config-path=/usr/win32/bin \
--with-freetype-config-path=/usr/win32/bin \
--with-fribidi-config-path=/usr/win32/bin \
--enable-debug
autoconf failed with these messages:
+ autoconf
' is already registered with AC_CONFIG_FILES.
autoconf/status.m4:860: AC_CONFIG_FILES is expanded from...
configure.ac:3551: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
I really appreciate if someone can help me.
Rex