Hi!
I tried to install PyLirc as RPM and from source, but none works. RPM seems to install for Python 2.2 while "python setup.py build" gives me:
running build
running build_ext
building 'pylircmodule' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -fomit-frame-pointer -pipe -march=i586 -mcpu=pentiumpro -g -fPIC -I/usr/include/python2.3 -c pylircmodule.c -o build/temp.linux-i686-2.3/pylircmodule.o
pylircmodule.c:55:30: lirc/lirc_client.h: No such file or directory
In file included from /usr/include/python2.3/Python.h:8,
from pylircmodule.c:56:
/usr/include/python2.3/pyconfig.h:847:1: warning: "_POSIX_C_SOURCE" redefined
In file included from /usr/include/errno.h:29,
from pylircmodule.c:48:
/usr/include/features.h:171:1: warning: this is the location of the previous definition
error: command 'gcc' failed with exit status 1
Any ideas?
I ask here because PyLirc does not seem to have it's own List
Stefan Lange-Hegermann
[EMAIL PROTECTED]
http://www.blackmac.de/------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
