[mythtv-users] native lirc support broken (plus a fix)
Jared Luxenberg
ziplux at comcast.net
Tue Mar 30 22:47:54 EST 2004
I'm not subscribed to the dev list so I can't easily post this there, I hope
one of the developers can cross-post it for me. I just downloaded the CVS
version of mythtv and tried compiling it with native lirc support, but it
wouldn't compile. I took a look at lirc.cpp and found that it was missing a
couple of "#includes" needed for fork(). Add these two includes at the top:
#include <sys/types.h>
#include <unistd.h>
And it compiles fine.
- Jared
More information about the mythtv-users
mailing list