Re: [VCDImager Bugs/Devel] Compile Errors In Versions 0.7.11+

Martin Gebert <[email protected]> Wed, 08 Jan 2003 17:08:38 +0100
Newsgroups gmane.comp.gnu.vcdimager.bugs
Message-ID <[email protected]>
> > Anyway, here's relevant output from 0.7.11 from vcd_image_linuxcd.c
> > Also, there were some syntax errors in vcd_mmc_linux.c, but I don't have
> > them handy.
> ...0.7.12 had the same probs?
> the problems described below happen, if you miss or have too old kernel
> headers... lemme know, whether this still happens with 0.7.12!

BTW, 0.7.12 *has* the same problem (missing member "timeout" in struct "cdrom_generic_command"), and after fixing that it misses "quiet" (on my system, SuSE 7.1, Kernel 2.2.18). Workaround: add both to the according struct in the kernel header (/usr/include/linux/cdrom.h on my system), where I'm not sure if I got the types right:

unsigned int timout;
unsigned char quiet;

Hope this helps.

Martin

P. S. Please CC an answer to me, I'm not subscribed.