x86-64 Tango

doob doobnet at gmail.com
Wed Oct 17 04:00:20 PDT 2007


I don't know where the correct values are, I've looked in sys/socket.h 

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?
> 
> -- 
> 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