On Fri, May 28, 2010 at 9:37 AM, Jongi <jongitech at gmail.com> wrote: > Hi, > > I originally sent the below to the wrong address. > > ---------- Forwarded message ---------- > From: "Jongi" <jongitech at gmail.com> > Date: 26 May 2010 23:24 > Subject: mplayer - can't configure with --enable-lircc > To: <mplayer-users-request at mplayerhq.hu> > > ?I am trying to compile the svn version of mplayer with the following > confgure options: --enable-lirc --enable-lircc --enable-vdpau > > However I get the following error when I run make: > > cc -MD -MP -Wstrict-prototypes -Wmissing-prototypes -Wundef > -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement > -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 > -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE > -Ilibdvdread4 -I. ?-D_REENTRANT -I/usr/include/directfb -I/usr/include/ > -I/usr/include/kde/artsc -pthread -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include ? -D_REENTRANT ? ?-I/usr/include/freetype2 > -I/usr/include/bs2b ? -I/usr/include/dirac ? -I/usr/include/schroedinger-1.0 > -I/usr/include/orc-0.4 ? -c -o input/input.o input/input.c > input/input.c:55:24: error: lirc/lircc.h: No such file or directory ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Install lirc/lirc headers. It may be called 'lirc-dev'. > input/input.c: In function 'mp_input_init': > input/input.c:1794: warning: implicit declaration of function 'lircc_init' > input/input.c:1796: error: 'lircc_cleanup' undeclared (first use in this > function) > input/input.c:1796: error: (Each undeclared identifier is reported only once > input/input.c:1796: error: for each function it appears in.) > make: *** [input/input.o] Error 1 > > Any ideas on what the issue is?