[vlc] Trouble building vlc under cygwin

Giovanni Bajo rasky at develer.com
Fri Dec 9 12:59:43 CET 2005


Hello,

I'm trying to build VLC 0.8.4 under cygwin (without POSIX layer). I'm
following the instructions in INSTALL.win32. I have installed the contrib
binary archive as explained in the docs
(contrib-20051104-win32-bin-gcc3.3.1-only.tar.bz2).

$ ./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-gtk \
>       --enable-nls --enable-sdl --with-sdl-config-path=/usr/win32/bin \
>       --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac \
>       --with-ffmpeg-zlib --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-livedotcom --with-livedotcom-tree=/usr/win32/live.com \
>       --enable-caca --with-caca-config-path=/usr/win32/bin \
>       --with-xml2-config-path=/usr/win32/bin \
>       --with-dvdnav-config-path=/usr/win32/bin \
>       --disable-cddax --disable-vcdx --enable-goom \
>       --enable-twolame --enable-dvdread \
>       --enable-debug
+ AUTOMAKESUCKS=no
+ INSTALLSUCKS=no
+ ACLOCAL_ARGS='-I m4'
+ test -d extras/contrib/bin
+ amvers=none
+ automake-1.9 --version
+ automake-1.8 --version
+ amvers=-1.8
+ test -1.8 = none
+ gettextize --version
++ gettextize --version
++ sed -e '1s/[^0-9]*//' -e q
+ expr 0.14.5 '>=' 0.11.5
+ autopoint=autopoint
+ GETTEXT=yes
+ pkg-config --version
+ PKGCONFIG=no
+ aclocal=aclocal-1.8
+ automake=automake-1.8
+ autoconf=autoconf
+ autoheader=autoheader
+ set +x
generating modules/**/Makefile.am and m4/private.m4
................................................................. done.
+ rm -f aclocal.m4 configure config.log config.h config.h.in
+ rm -Rf autom4te.cache
+ rm -f config.guess config.sub missing mkinstalldirs compile depcomp
install-sh

+ rm -Rf autotools
+ mkdir autotools
+ rm -f ltmain.sh libtool ltconfig
+ rm -f ABOUT-NLS
+ rm -Rf intl
+ rm -f m4/oldgettext.m4 stamp-pic configure.ac.in Modules.am
+ rm -f stamp-builtin 'stamp-h*' mozilla/stamp-pic
+ rm -f vlc-config.in
+ printf ''
+ '[' yes '!=' yes ']'
+ autopoint -f
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers

gzip: stdin: invalid compressed data--crc error

gzip: stdin: invalid compressed data--length error
tar: Error exit delayed from previous errors
Copying file ABOUT-NLS
+ aclocal-1.8 -I m4
+ autoconf
+ autoheader
+ automake-1.8 --add-missing --copy
configure.ac: installing `autotools/install-sh'
configure.ac: installing `autotools/missing'
configure.ac:16: installing `autotools/config.guess'
configure.ac:16: installing `autotools/config.sub'
configure.ac:4749: required file `intl/Makefile.in' not found
Makefile.am: installing `autotools/compile'
Makefile.am: installing `autotools/depcomp'
Makefile.am:15: required directory ./intl does not exist



The first errors in the log are those produced by autopoint, which I can
reproduce with:

$ autopoint -f
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers

gzip: stdin: invalid compressed data--crc error

gzip: stdin: invalid compressed data--length error
tar: Error exit delayed from previous errors



Some information about my system:

autoconf (GNU Autoconf) 2.59
automake (GNU automake) 1.8.5
/usr/bin/autopoint (GNU gettext-tools) 0.14.5
gcc version 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)

-- 
Giovanni Bajo

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list