Subject: Re: Mplayer
To: Frank Knappe <knappe@tu-harburg.de>
From: Frederick Bruckman <fredb@immanent.net>
List: port-i386
Date: 05/06/2002 14:58:59
On Mon, 6 May 2002, Frank Knappe wrote:

> On Thu, 2 May 2002, Frederick Bruckman wrote:
> >
> > Oh, but Thomas has updated the "binutils" and "mplayer" packages so
> > that "mplayer" will build on 1.5.x Give it a try!
>
> That's what I've tried today. Unfortunatly it doesn't worked. Here's the
> end of the make output:

[...]

> /usr/pkg/gcc-2.95.3/bin/cc
> -I/usr/pkgsrc/graphics/mplayer/work/.buildlink/include -O2
> -D_THREAD_SAFE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -D_LARGEFILE64_SOURCE -Ilibmpdemux -Iloader -Ilibvo
> -I/usr/pkgsrc/graphics/mplayer/work/.buildlink/include -o mencoder
> mencoder.o xacodec.o cpudetect.o mp_msg.o codec-cfg.o cfgparser.o
> my_profile.o spudec.o playtree.o playtreeparser.o asxparser.o
> vobsub.o subreader.o find_sub.o libao2/afmt.o divx4_vbr.o
> libvo/aclib.o libvo/osd.o libvo/sub.o libvo/font_load.o me-opt-reg.o
> dll_init.o -Llibmpcodecs -lmpencoders -Llibmpcodecs -lmpcodecs
> -Lmp3lib -lMP3 -Lliba52 -la52 -Llibmpeg2 -lmpeg2 -Llibavcodec
> -lavcodec -Llibfame -lfame -Llibmpdemux -lmpdemux -Linput -linput
> -Lloader -lloader -Lloader/dshow -lDS_Filter -ldvdread -lpthread
> -rdynamic -li386 -lossaudio -Lpostproc -lpostproc -Llinux -losdep
> -ltermcap -lz -lpng -lz -ljpeg -lm -Wl,-R/usr/pkg/lib -L/usr/pkg/lib
> -lmp3lame

That last line indicates "mencoder" was built succesfully, if that
truly is the last line. All the stuff before it was just warnings.
Now, follow up with "make install", and you're in business.

> Is the gcc-2.95.3 the reason?

No. It's the same compiler as in current. The package just has a noisy
build, with lots of warnings. You must expect things like that when
the release version is less than 1.0.

Frederick