vlc media player cygwin problem
Posted: 25 Apr 2007 19:36
I am getting the following problem when I am building vlc media player. Could any expert help? Thanks ahead.
*** Warning: This system can not link to static lib archive /usr/win32/lib/libgcrypt.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
grep: /home/videolan/jb/vlc-trunk-0.90/extras/contrib/lib/libgpg-error.la: No such file or directory
/usr/bin/sed: can't read /home/videolan/jb/vlc-trunk-0.90/extras/contrib/lib/libgpg-error.la: No such file or directory
libtool: link: `/home/videolan/jb/vlc-trunk-0.90/extras/contrib/lib/libgpg-error.la' is not a valid libtool archive
make[2]: *** [libvlc_srtp.la] Error 1
make[2]: Leaving directory `/cygdrive/c/development/vlc/vlc-trunk/libs/srtp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/development/vlc/vlc-trunk'
make: *** [all] Error 2
Here is configure-vlc.sh I am using:
./bootstrap && \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
--enable-sdl --with-sdl-config-path=/usr/win32/bin --disable-gtk \
--enable-nls \
--with-wx-config-path=/usr/win32/bin \
--with-freetype-config-path=/usr/win32/bin \
--with-fribidi-config-path=/usr/win32/bin \
--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 \
--disable-gnomevfs \
--enable-debug \
*** Warning: This system can not link to static lib archive /usr/win32/lib/libgcrypt.la.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
grep: /home/videolan/jb/vlc-trunk-0.90/extras/contrib/lib/libgpg-error.la: No such file or directory
/usr/bin/sed: can't read /home/videolan/jb/vlc-trunk-0.90/extras/contrib/lib/libgpg-error.la: No such file or directory
libtool: link: `/home/videolan/jb/vlc-trunk-0.90/extras/contrib/lib/libgpg-error.la' is not a valid libtool archive
make[2]: *** [libvlc_srtp.la] Error 1
make[2]: Leaving directory `/cygdrive/c/development/vlc/vlc-trunk/libs/srtp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/cygdrive/c/development/vlc/vlc-trunk'
make: *** [all] Error 2
Here is configure-vlc.sh I am using:
./bootstrap && \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \
CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" \
./configure \
--enable-sdl --with-sdl-config-path=/usr/win32/bin --disable-gtk \
--enable-nls \
--with-wx-config-path=/usr/win32/bin \
--with-freetype-config-path=/usr/win32/bin \
--with-fribidi-config-path=/usr/win32/bin \
--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 \
--disable-gnomevfs \
--enable-debug \