joseph,
thanks for the patch to fix the new driver in the lirc pre7 tree. i'm going to add that to my web page script.
regarding your specific problem...
first, can you post the output of the following:
$ uname -a
$ dmesg | grep "Linux version"
$ gcc -v
$ where make
next, which version of knoppmyth did you install, or is this a non-knoppmyth setup that you DIY'd?
on my knoppmyth system the script and the lirc pre7 compile run straight through without error, once your edit is in place. see info below for comparison...
regards
jim
jds@mythtv:~ $ cd /tmp
jds@mythtv:/tmp $ wget
http://lirc.sourceforge.net/software/sn ... e7.tar.bz2
21:56:56 (85.56 KB/s) - `lirc-0.7.0pre7.tar.bz2' saved [452630/452630]
jds@mythtv:/tmp $ bzip2 -d *bz2 ; tar xf *7.tar
jds@mythtv:/tmp $ ~/myth-ledxmit.sh lirc-0.7.0pre7
/home/jds/myth-ledxmit.sh: Copying lirc source directory...
/home/jds/myth-ledxmit.sh: Moving lirc directories
/home/jds/myth-ledxmit.sh: Moving lirc files
/home/jds/myth-ledxmit.sh: Renaming lirc vars in files
/home/jds/myth-ledxmit.sh: Renaming LIRC vars in files
/home/jds/myth-ledxmit.sh: Restoring exec permissions
/home/jds/myth-ledxmit.sh: Running configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
<... snipped 'cause joe got it all working and this was way too long ...>
make[2]: Leaving directory `/tmp/myth-ledxmit.WIP'
make[1]: Leaving directory `/tmp/myth-ledxmit.WIP'
jds@mythtv:~ $
jds@mythtv:/tmp $ gcc -v
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,ob
jc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib -
-enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gn
u --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc
i486-linux
Thread model: posix
gcc version 3.3.2 20030812 (Debian prerelease)
jds@mythtv:/tmp $ where make
make is /usr/bin/make
jds@mythtv:/tmp $ uname -a
Linux mythtv 2.4.21-xfs #1 SMP Thu Oct 2 17:33:33 PDT 2003 i686 GNU/Linux
jds@mythtv:/tmp $ dmesg | grep "Linux version"
Linux version 2.4.21-xfs (root@Knoppix) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 SMP Thu Oct 2 17:33:33 PDT 2003