[MPlayer-cygwin] MinGW compile-problem invd_lcl.c,missingdefi nition of 'Z_NO/BEST_COMPRESSION'
Sycotic Smith
sycotic at linuxmail.org
Tue Dec 16 17:55:43 CET 2003
> Right away:
> This is done without zlib being installed yet!
> Downloaded latest cvs into new directory and added libavcodec from 13.12.03.
> ./configure --prefix=/opt/mplayer-031216
> ...
> Config files successfully generated by ./configure !
>
> Install prefix: /optmplayer-031216
> Data directory: /optmplayer-031216/share/mplayer
> Config direct.: /optmplayer-031216/etc/mplayer
Does anyone else notice this? He gave it '/opt/mplayer' but instead it gives back '/optmplayer' - doesn't anyone see a problem there? I personally don't get that error here, either, but I don't use --prefix.
>
> Byte order: Little Endian
> Optimizing for: pentium3 mmx mmx2 sse mtrr
>
> Languages:
> Messages/GUI: en
> Manual pages: en (no localization selected, use --language=all)
>
> Enabled optional drivers:
> Input: ftp network edl tv mpdvdkit2
> Codecs: flac(internal) libavcodec faad2(internal) libvorbis
> Audio output: win32 mpegpes(file)
> Video output: directx mpegpes(file) opengl tga
> Disabled optional drivers:
> Input: tv-v4l2 tv-v4l tv-bsdbt848 live.com matroska cdda dvdread vcd smb
> Codecs: qtx opendivx xvid libdv real xanim dshow/dmo win32 libtheora
> libmad liblzo gif
> Audio output: sgi sun alsa esd arts oss dxr2 nas sdl macosx
> Video output: xvidix winvidix cvidix bl zr zr2 dxr3 dxr2 sdl vesa gif89a
> jpeg png fbdev svga aa ggi xmga mga dga xvmc xv x11 directfb tdfx_vid tdfxfb
> 3dfx
> ...
>
> make && make install
>
> All OK, only that stupid error message concerning the mencoder-manpage
> again.
> I will edit the Makefile again and comment the commands that try to link
> mencoder-manpages to the mplayer-manpages. Somebody seams to be pleased to
> add this problematic lines to the Makefile over and over again :)
> (At least i encountered this problem, its disappearance and re-appearance
> regularely since pre0.9)
>
> Stefan at J5U7R1 ~/main
> $ make install
> if test ! -d /optmplayer-031216/bin ; then mkdir -p /optmplayer-031216/bin ;
> fi
> install -m 755 -s mplayer /optmplayer-031216/bin/mplayer
> if test ! -d /optmplayer-031216/man/man1 ; then mkdir -p
> /optmplayer-031216/man/man1; fi
> for i in en; do \
> if test "$i" = en ; then \
> install -c -m 644 DOCS/man/en/mplayer.1
> /optmplayer-031216/man/man1/mplayer.1 ; \
> else \
> mkdir -p /optmplayer-031216/man/$i/man1 ; \
> install -c -m 644 DOCS/man/$i/mplayer.1
> /optmplayer-031216/man/$i/man1/mplayer.1 ; \
> fi ; \
> done
> install -m 755 -s mencoder /optmplayer-031216/bin/mencoder
> for i in en; do \
> if test "$i" = en ; then \
> ln -sf mplayer.1 /optmplayer-031216/man/man1/mencoder.1 ; \
> else \
> ln -sf mplayer.1 /optmplayer-031216/man/$i/man1/mencoder.1 ;
> \
> fi ; \
> done
> ln: creating symbolic link `/optmplayer-031216/man/man1/mencoder.1' to
> `mplayer.1': No such file or directory
> make: *** [install] Error 1
>
Looks like this would be caused by whatever screws up $PREFIX above... Happy hunting...
> Yous
> Stefan
>
/S. Smith
--
______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.
Powered by Outblaze
More information about the MPlayer-cygwin
mailing list