[MPlayer-users] whats lircc? lirc support problem

Dano rabinowich at zoznam.sk
Sat Nov 15 12:51:00 CET 2003


Hi
I compile mplayer(pre2) with this command:
./configure --enable-gui --enable-linux-devfs --enable-tdfxfb 
--enable-tdfxvid
and the result is that lirc is found, but "lircc" isn't. Then i compiled 
mplayer, but the lirc supports doesn't work:
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support.
You will not be able to use your remote control.
--
When i try to compile MPlayer with --enable-lirc it wont compile (the make 
command stops with errors).
So my questions are:
Can someone help me?
Whats lircc?

PS: I use lirc-0.7.0pre2 with my TV card (card=36) an everything works 
with xmms and xawtv with NO problems.

cat configure.log >>
============ Checking for lirc ============

#include <lirc/lirc_client.h>
int main(void) { return 0; }

gcc -O4 -march=pentium2 -mcpu=pentium2 -pipe -ffast-math 
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64    /home/dano/tmp/mplayer-conf-13847-1505.c -o 
/home/dano/tmp/mplayer-conf-16093-1505.o -llirc_client

ldd /home/dano/tmp/mplayer-conf-16093-1505.o
         liblirc_client.so.0 => /usr/lib/liblirc_client.so.0 (0x4001e000)
         libc.so.6 => /lib/i686/libc.so.6 (0x40023000)
         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

Result is: yes
##########################################

============ Checking for lircc ============

#include <lirc/lircc.h>
int main(void) { return 0; }

gcc -O4 -march=pentium2 -mcpu=pentium2 -pipe -ffast-math 
-fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64    /home/dano/tmp/mplayer-conf-13847-1505.c -o 
/home/dano/tmp/mplayer-conf-16093-1505.o -llircc
/home/dano/tmp/mplayer-conf-13847-1505.c:1:24: lirc/lircc.h: No such file 
or directory

ldd /home/dano/tmp/mplayer-conf-16093-1505.o
ldd: /home/dano/tmp/mplayer-conf-16093-1505.o: No such file or directory

Result is: no
##########################################

-- 
Dano



More information about the MPlayer-users mailing list