bug-vcdimager
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: R. Bernstein
Subject: Re: [VCDImager Bugs/Devel] Compile Errors In Versions 0.7.11+
Date: Wed, 26 Feb 2003 17:00:55 -0500

Martin Gebert writes:
 > > > 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;

I've added a configure check to see if there is a timeout field inside
the cdrom_generic_command struct. If not, we just don't make the
assignments to timeout or quiet. I guess this would be the right thing to do in 
that case. 

If you think so too, it would be great if you could check out the
changes which are currently on the Savannah CVS source tree.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]