Compile Tango for DMD2 - Any instructions how to do it?

TheDGuy via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 18 05:32:09 PDT 2016


On Wednesday, 18 May 2016 at 12:25:47 UTC, John Colvin wrote:
>
> http://code.dlang.org/download

Okay, now i get this:

Performing "debug" build using dmd for x86.
tango ~master: building configuration "static"...
tango\sys\win32\WsaSock.d(31,14): Warning: instead of C-style 
syntax, use D-style syntax 'char[WSADESCRIPTION_LEN + 1] 
szDescription'
tango\sys\win32\WsaSock.d(32,14): Warning: instead of C-style 
syntax, use D-style syntax 'char[WSASYS_STATUS_LEN + 1] 
szSystemStatus'
tango\stdc\posix\unistd.d(31,9): Error: undefined identifier 
'uid_t'
tango\stdc\posix\unistd.d(31,9): Error: undefined identifier 
'gid_t'
tango\stdc\posix\unistd.d(43,9): Error: undefined identifier 
'uid_t'
tango\stdc\posix\unistd.d(43,9): Error: undefined identifier 
'gid_t'
tango\stdc\posix\unistd.d(44,9): Error: undefined identifier 
'pid_t'
tango\stdc\posix\unistd.d(48,9): Error: undefined identifier 
'gid_t'
tango\stdc\posix\unistd.d(49,9): Error: undefined identifier 
'uid_t'
tango\stdc\posix\unistd.d(50,9): Error: undefined identifier 
'gid_t'
tango\stdc\posix\unistd.d(51,9): Error: undefined identifier 
'gid_t'
tango\stdc\posix\unistd.d(56,9): Error: undefined identifier 
'pid_t'
tango\stdc\posix\unistd.d(57,9): Error: undefined identifier 
'pid_t'
tango\stdc\posix\unistd.d(58,9): Error: undefined identifier 
'pid_t'
tango\stdc\posix\unistd.d(59,9): Error: undefined identifier 
'uid_t'
tango\stdc\posix\unistd.d(66,9): Error: undefined identifier 
'ssize_t', did you mean alias 'size_t'?
tango\stdc\posix\unistd.d(67,9): Error: undefined identifier 
'ssize_t', did you mean alias 'size_t'?
tango\stdc\posix\unistd.d(69,9): Error: undefined identifier 
'gid_t'
tango\stdc\posix\unistd.d(70,9): Error: undefined identifier 
'uid_t'
tango\stdc\posix\unistd.d(71,9): Error: undefined identifier 
'gid_t'
tango\stdc\posix\unistd.d(72,9): Error: undefined identifier 
'pid_t'
tango\stdc\posix\unistd.d(72,9): Error: undefined identifier 
'pid_t'
dmd failed with exit code 1.


More information about the Digitalmars-d-learn mailing list