x86-64 Tango

doob doobnet at gmail.com
Wed Oct 17 11:58:01 PDT 2007


I've added a ticket now, Ticket #689

Lars Ivar Igesund Wrote:

> 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