Page 1 of 1

recompile source code and get error

Posted: 24 Jun 2008 11:11
by lefish
I tried to recompile source code according to http://wiki.videolan.org/Win32CompileCygwinNew, but i get the error:
Image, anybody can help me? thanks in advance.
this is an error: http://www.pastethat.com/ydZup

Code: Select all

PATH=/usr/win32/bin:$PATH \ PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig \ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ LDFLAGS=-L/usr/win32/lib \ CC="gcc -mno-cygwin -Wl,--add-stdcall-alias" CXX="g++ -mno-cygwin -Wl,--add-stdcall-alias" \ ./configure \ --host=i686-pc-mingw32 \ --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-debug --enable-dca \ --disable-mkv --disable-taglib \ --enable-qt4

Re: recompile source code and get error

Posted: 24 Jun 2008 16:02
by VLC_help
It seems that Norwegian language files have some issues. I assume it will be fixed shortly.

Re: recompile source code and get error

Posted: 25 Jun 2008 06:02
by lefish
thanks, if i make it with "make -bB" then it works fine, but i got another error:
Configure: Error: Could not find libavcodec or libavutil. Use --disable-avcodec to ignore this error.
Here it is the error jpeg: http://www.pastethat.com/qoory

Re: recompile source code and get error

Posted: 25 Jun 2008 14:58
by VLC_help
You can try --disable-avcodec. You use latest contribs?

Re: recompile source code and get error

Posted: 26 Jun 2008 03:47
by lefish
thanks, i tried to use --disable-avcodec, but i got many errors too.
I use the latest version http://download.videolan.org/pub/testin ... ly.tar.bz2.
I think where can i download the lastest jvlc and necessary dlls, so i needn't recompile it myself.