siginfo_t not defined
negerns
negerns at gmail.com
Sun May 16 07:14:23 PDT 2010
I got the following error messages. The file test.d is just
int main(string[] args) {
return 0;
}
and gregorian.d is from the latest svn trunk.
Compile: dmd test.d gregorian.d
D:\projects\dmd\dmd2\windows\bin\..\..\src\druntime\import\core\sys\posix\signal.d(25):
Error: identifier 'siginfo_t' is not defined
D:\projects\dmd\dmd2\windows\bin\..\..\src\druntime\import\core\sys\posix\signal.d(25):
Error: siginfo_t is used as a type
D:\projects\dmd\dmd2\windows\bin\..\..\src\druntime\import\core\sys\posix\signal.d(195):
Error: identifier 'sigset_t' is not defined
D:\projects\dmd\dmd2\windows\bin\..\..\src\druntime\import\core\sys\posix\signal.d(195):
Error: sigset_t is used as a type
More information about the Digitalmars-d-learn
mailing list