Re: dlls/ntdll/cdrom.c breakage

2005-07-08 Thread Gerald Pfeifer
On Fri, 1 Jul 2005, Dmitry Timoshkov wrote: >>> 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 >> I found that FreeBSD does not have this type defined anywhere > Any idea why it was in the

Re: dlls/ntdll/cdrom.c breakage

2005-06-30 Thread Dmitry Timoshkov
"Gerald Pfeifer" <[EMAIL PROTECTED]> wrote: I don't see how it worked before then, you need to investigate why '#ifdef SENSEBUFLEN' case doesn't work for you. I checked, and there is no occurrence of SENSEBUFLEN in /usr/include on a SUSE 9.2 machine nor on FreeBSD nor in the entire Wine source

Re: dlls/ntdll/cdrom.c breakage

2005-06-30 Thread Dmitry Timoshkov
"Gerald Pfeifer" <[EMAIL PROTECTED]> wrote: 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 ha

Re: dlls/ntdll/cdrom.c breakage

2005-06-30 Thread Gerald Pfeifer
On Thu, 30 Jun 2005, Dmitry Timoshkov wrote: >> cdrom.c: In function `CDROM_ScsiPassThroughDirect': >> drom.c:1423: error: invalid application of `sizeof' to an incomplete type >> cdrom.c: In function `CDROM_ScsiPassThrough': >> cdrom.c:1543: error: invalid application of `sizeof' to an inc

Re: dlls/ntdll/cdrom.c breakage

2005-06-30 Thread Gerald Pfeifer
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 th

Re: dlls/ntdll/cdrom.c breakage

2005-06-29 Thread Dmitry Timoshkov
"Gerald Pfeifer" <[EMAIL PROTECTED]> wrote: > Thanks for the quick response, Dmitry! Unfortunately, the patch that > Alexandre now committed does not solve the problem for me, and my > autoconf foo is a bit rusty: > > cdrom.c: In function `CDROM_ScsiPassThroughDirect': > drom.c:1423: error:

Re: dlls/ntdll/cdrom.c breakage

2005-06-29 Thread Gerald Pfeifer
On Wed, 29 Jun 2005, Dmitry Timoshkov wrote: >> breaks on FreeBSD >> >> cdrom.c: In function `CDROM_ScsiPassThroughDirect': >> cdrom.c:1419: error: invalid application of `sizeof' to an incomplete type >> cdrom.c:1411: warning: unused variable `io' >> cdrom.c: In function `CDROM_ScsiPassTh

Re: dlls/ntdll/cdrom.c breakage

2005-06-28 Thread Dmitry Timoshkov
"Gerald Pfeifer" <[EMAIL PROTECTED]> wrote: > The following change to dlls/ntdll/cdrom.c > > revision 1.57 > date: 2005/06/27 12:07:49; author: julliard; state: Exp; lines: +13 -19 > Dmitry Timoshkov <[EMAIL PROTECTED]> > Add a check for sg_io_hdr_t and (not tested) check for scsireq_

dlls/ntdll/cdrom.c breakage

2005-06-28 Thread Gerald Pfeifer
The following change to dlls/ntdll/cdrom.c revision 1.57 date: 2005/06/27 12:07:49; author: julliard; state: Exp; lines: +13 -19 Dmitry Timoshkov <[EMAIL PROTECTED]> Add a check for sg_io_hdr_t and (not tested) check for scsireq_t presence. breaks on FreeBSD cdrom.c: In function

Re: PATCH: fix dlls/ntdll/cdrom.c breakage

2004-06-16 Thread Uwe Bonnes
> "Gerald" == Gerald Pfeifer <[EMAIL PROTECTED]> writes: Gerald> The following patch to dlls/ntdll/cdrom.c revision 1.46 date: Gerald> 2004/06/15 00:45:01; author: julliard; state: Exp; lines: +421 Gerald> -1 Uwe Bonnes <[EMAIL PROTECTED]> Support Gerald> for reading encrypted