On Mon, Dec 1, 2008 at 9:06 AM, Susan Cragin susancragin@earthlink.net wrote:
I don't know off hand then. I'd say run a regression test. As a guess, you might try removing: #ifdef HAVE_LINUX_SERIAL_H #include <linux/serial.h> #endif
but that would just be a kludgy workaround.
-- -Austin
Will try both tomorrow. Thanks.
Austin: Did not see above section, but did see this, so removed it. #ifdef HAVE_LINUX_INPUT_H #include <linux/input.h> #endif Did not work. Got same error. :(
Regression test? As Detleft said, it may be kernel related.
-- -Austin
Found something similar to what Detlef found, so filed a Ubuntu bug against the kernel. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/303711 Also tried new kernel, 2.6.28-1-ub, but got same result. Susan