Hide Forgot
Description of problem: /usr/src/debug/kernel-2.6.16/linux-2.6.16.i686/drivers/ieee1394/video1394.h contains, on line 24: #include "ieee1394-ioctl.h" Yet there is no such file "ieee1394-ioctl.h" in the same directory. Version-Release number of selected component (if applicable): no revision control tag in "video1394.h". How reproducible: Very Steps to Reproduce: 1. include /usr/src/debug/kernel-2.6.16/linux-2.6.16.i686/drivers/ieee1394/video1394.h 2. build using gcc 3. cry Actual results: In file included from unlisten_1394.c:12: /usr/src/debug/kernel-2.6.16/linux-2.6.16.i686/drivers/ieee1394/video1394.h:24:28: error: ieee1394-ioctl.h: No such file or directory Expected results: no error Additional info: Trying to build camwire: http://kauri.auck.irl.cri.nz/~johanns/camwire/
My mistake- the rpm which seems to be missing the file is "kernel-debuginfo.i686 0:2.6.16-1.2111_FC5", not "kernel-devel.i686 2.6.16-1.2111_FC5". Sorry!
debuginfo isn't meant to be compiled. It's there as a reference for tools like gdb.
video1394.h includes a missing file, which makes it broken, regardless of usage.