Re: [linux-minidisc] another way to send SCSI commands
- From: Adrian Glaubitz <adrian.glaubitz@googlemail.com>
- To: Michael Karcher <Michael.Karcher@fu-berlin.de>
- Date: Mon, 6 Dec 2010 11:35:17 +0100
- Cc: linux-minidisc@lists.fu-berlin.de
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=YJTtdUSBim+eP1txBgouTbHP4vz30h8w3TbVnw5n7AcUVJVfoqLWeVRnWlg3bHEeh/ YpAsq6DKhoZZBiDfgMKt5lwB0uxnrbRbBbIQdSn91oQrUvSY+nl6k90gxn6qbxljttTH KXC8fhqvNcWUVH334VoqZKB8opMkYTvjiLMrw=
- Subject: Re: [linux-minidisc] another way to send SCSI commands
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