On Thu, 30 Jun 2005, Dmitry Timoshkov wrote: >> Alexandre, please find below another patch which does not fix this either, >> but gets rid of some unused variable warnings. >> ChangeLog: >> Avoid unused variable warnings in CDROM_ScsiPassThroughDir() and >> CDROM_ScsiPassThrough(). > This means that HAVE_SCSIREQ_T_CMD is not defined for you, i.e. scsireq_t > has not been detected. Very likely this is caused by a wrong/missing header > includes in the configure.ac test, please fix it, it's easy enough.
I found that FreeBSD does not have this type defined anywhere, so I hope Alexandre will take my patch. Gerald