Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2008 11:43:47 -0400
From:      Fred Woods <fred@comment.icecreamhasnobones.org>
To:        <freebsd-multimedia@freebsd.org>, "Lars Stokholm" <lars.stokholm@gmail.com>
Subject:   Re: Re: Re: Unable to get OSD (and probably subtitles) in MPlayer
Message-ID:  <51709.1220197427@comment.icecreamhasnobones.org>

next in thread | raw e-mail | index | archive | help


On Sun 08/08/31 09:52 , "Lars Stokholm" lars.stokholm@gmail.com sent:
> On Sun, Aug 31, 2008 at 11:39 AM, Lars Stokholm lars.
> stokholm@gmail.com> wrote:> On un, Aug 31, 2008 at 2:14 AM, Fred
> Woods> fred@comment.icecreamhasnobones.org> wrote:>> Check to see if you =
have libiconv in
> /usr/lib>> and in /usr/local/lib.
> >
> > It's in /usr/local/lib.
> >
> >> Also check to see if you have the
> includes>> in /usr/include and /usr/local/include.
> >
> > iconv.h is in /usr/local/include.
> >
> >> Assuming you built from ports, you can
> run>> make/gmake in the port's work/program
> dir>> and look at the config.log for more
> details.>
> > I'm sure you're getting closer, but I don't know
> what to conclude from> the log (I'm not a programmer). Here's the relevan=
t
> part of> configure.log: http://pastebin.com/f2da9c467>;
> > Obviously it can't find iconv.h. I don't know why,
> though. I'm> guessing that '-I...' is a reference to
> /usr/local/include, so> everything should be fine...?
>=20

This will get you past the iconv problems:
cd /usr/ports/multimedia/mplayer
make clean
make CFLAGS=3D-I/usr/local/include LDFLAGS=3D-liconv
make install

-liconv is dash lower ell iconv

-I the I needs to be upper case





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51709.1220197427>