[mythtv-users] lirc and Xine

Matt Hannan matthew.j.hannan at verizon.net
Mon Apr 5 14:45:18 EDT 2004


Just to pipe in, I have followed the advice here and I have the grey
remote working with xine.

AWESOME!!



-----Original Message-----
From: mythtv-users-bounces at mythtv.org
[mailto:mythtv-users-bounces at mythtv.org] On Behalf Of Joseph A. Caputo
Sent: Monday, April 05, 2004 10:07 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] lirc and Xine


On Saturday 03 April 2004 12:17, malcolm wrote:
> ----- Original Message -----
> From: "Steven Cruysberghs" <steven.cruysberghs at pi.be>
> Sent: Saturday, April 03, 2004 5:29 AM
>
> > if i remember corectly (unf. my source folder has been deleted) 
> > running configure detected lirc on my system (Slackware) and 
> > automaticly included it.
> >
> > If it doesn't try running configure --help | grep lirc
>
> I did run "./configure --help |grep lirc" (see towards bottom of 
> thread). All I get is "--disable-lirc".  There is no specific enable 
> option.  Just for the hell of it though I recompiled xine with 
> --enable-lirc just to see what it would do.
>
> Here's a new though.  Could xine be looking for /dev/lirc ?  Since my 
> lirc dev is actually /dev/lirc/lirc0 I couldn't even make a symlink to

> it since /dev/lirc is a directory already there. Is there a way I can 
> verify which /dev/ device xine is looking for? and perhaps change it 
> if need be?
>

The './configure' script may be looking for the LIRC headers and/or 
library in a particular location, and when it doesn't find it there it 
assumes you don't have LIRC on your system, and doesn't build in 
support.  You man need to do something like:

export CFLAGS=-I<path-to-lirc-headers>
export LDFLAGS=-L<path-to-lirc-libraries>

("CFLAGS"  might be "CXXFLAGS" or "CPPFLAGS", depending on your system/
compiler)

then run ./configure and see what happens.

Also, you can examine config.log after running the ./configure script 
and maybe see why (if) it's failing the test for LIRC...

-JAC
_______________________________________________
mythtv-users mailing list
mythtv-users at mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users




More information about the mythtv-users mailing list