[MPlayer-users] LIRC + Linux Input layer: mplayer compile error: undefined reference to `lirc_configfile'

Ivo ivop at euronet.nl
Tue May 16 19:35:58 CEST 2006


On Tuesday 16 May 2006 19:10, Ben Lancaster wrote:
> On 16 May 2006, at 13:48, RC wrote:
> > On Mon, 15 May 2006 20:07:45 +0100
> >
> > Ben Lancaster <benlanc at ster.me.uk> wrote:
> >> Leaving ./configure to autodetect lirc gives this:
> >>
> >> $ ./configure --with-codecsdir=/usr/lib/codecs
> >> -- snip -- Checking for lirc ... no
> >> Checking for lircc ... no
> >
> > Look in configure.log for the reason.
>
> ============ Checking for lircc ============
>
> #include <lirc/lircc.h>
> int main(void) { return 0; }
>
> cc -fno-PIC -O4 -march=athlon-xp -mtune=athlon-xp -pipe -ffast-math -
> fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -
> D_FILE_OFFSET_BITS=64   -Wl,-z,noexecstack  -o /tmp/mplayer-
> conf-14839-1518.o /tmp/mplayer-conf-6365-1518.c -llircc
> /tmp/mplayer-conf-6365-1518.c:1:24: error: lirc/lircc.h: No such file
> or directory
>
> ldd /tmp/mplayer-conf-14839-1518.o
> ldd: /tmp/mplayer-conf-14839-1518.o: No such file or directory
>
> Result is: no
> ##########################################
>
> Any tips? I don't seem to have an lircc.h on my hd anywhere, and 'yum
> provides lircc.h' doesn't show anything up either.

This is the test that looks for lircc.h, the lirc client daemon support. You 
have to look at the test above that in configure.log to see what went 
wrong.

--Ivo




More information about the MPlayer-users mailing list