x86-64 Tango

Lars Ivar Igesund larsivar at igesund.net
Wed Oct 17 02:56:53 PDT 2007


Lars Ivar Igesund wrote:

> doob wrote:
> 
>> I had no idea I should set -version=Posix, but that didn't make any
>> difference. Line 57 in tango.sys.linux.socket:
>> 
>> version( X86 )
>> {
>> enum: int
>> {
>> SOL_SOCKET =  1,
>> }
>> }
>> else
>> {
>> // Different values on other platforms.
>> static assert(0);
>> }
>> 
>> There is no "version (X86_64)" so it won't compile, doesn't matter if
>> "-version=Posix" is set or not.
> 
> Could you create a patch with the correct values, if they are available to
> you?
> 

And please attach it to a ticket :)

-- 
Lars Ivar Igesund
blog at http://larsivi.net
DSource, #d.tango & #D: larsivi
Dancing the Tango



More information about the Digitalmars-d-announce mailing list