I really really need your help because all the posts in the vlc forum which already dealt with this topic could not help me!
I like to compile vlc for win32 from source including the java bindings on a Debian 3.1 distribution. I read all the instructions, readme files and posts in the vlc forum but couldn't solve the problem yet.
I copied the recent vlc-trunk from the videolan using svn with
Code: Select all
svn co svn://svn.videolan.org/vlc/trunk vlc-trunk
After installing everything I execute the following script like it is described in the INSTALL.WIN32 readme from the vlc-trunk directory:
Code: Select all
./bootstrap && \
PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \
CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \
LDFLAGS=-L/usr/win32/lib \
CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ \
./configure --host=i586-mingw32msvc --build=i386-linux \
--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-live555 --with-live555-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-java-bindings \
--enable-debug
and later onchecking for iconv... no, consider installing GNU libiconv
But I already installed the libiconv libraries using different ways. The first one was the usual way by extracting and installing the latest libiconv package from the videolan /pub/testing/contrib directory by executing the commandsconfigure: error: libiconv is needed for VLC to work properly
Code: Select all
./configure --prefix=/usr/local
Code: Select all
make
Code: Select all
make install
Code: Select all
./bootstrap i586-mingw32msvc
Code: Select all
cd src
Code: Select all
make .iconv
I don't know what else I can try. Does anybody could please help me. I need to compile vlc from source in order to get the new java bindings for jvlc.
Thanks a lot in advance.
Bye Callisto