Re: [linux-minidisc] another way to send SCSI commands
>Betreff : Re: [linux-minidisc] another way to send SCSI commands
>Gesendet: 06.12.2010 11:35:17
>An : "Michael Karcher <Michael.Karcher@fu-berlin.de>"
>Von: "Adrian Glaubitz <adrian.glaubitz@googlemail.com>"
>----- Originale Nachricht -----
>On Dec 6, 2010, at 12:59 AM, Michael Karcher wrote:
>> Am Montag, den 06.12.2010, 00:42 +0100 schrieb Adrian Glaubitz:
>>> Without going yet into detail, two questions:
>>>
>>> - Is this source Windows-specific? ("- requires [...] win32err.h")
>> That header is only required on Windows. It is included in dvd+rw-tools.
>>
>>> - What are the requirements to get the code compile? does
>>> one simply need the headers?
>> Right.
>>> Or is it just transport.hxx which contains most of the code?
>> Exactly this. Quoting myself: "The whole implementation is currently
>> inside a header file, so you can't avoid to to have it linked into your
>> program."
>Then, why isn't it committed to the git tree yet? =) If the code works fine,
>please don't hesitate to commit it and credit Thomas.
>Adrian
The rewritten test tool depends on a patched version of transport.hxx and may
not work on himd devices with the original version.
I think we should test it on all supported platforms first to make the
patches and then commit it with the patches or with patched versions of
needed header files.
Thomas