Re: siginfo_t not defined

2010-05-16 Thread negerns
On 5/16/2010 10:46 PM, negerns wrote: Why is the definition of 'siginfo_t' in druntime\import\core\sys\posix\signal.d commented out? BTW, I'm using dmd 2.046 on windows vista 32-bit. - siginfo_t is only for posix/linux; can't use it in windows. - siginfo_t isn't really used by gregorian.d but t

Re: siginfo_t not defined

2010-05-16 Thread negerns
Why is the definition of 'siginfo_t' in druntime\import\core\sys\posix\signal.d commented out? BTW, I'm using dmd 2.046 on windows vista 32-bit.

siginfo_t not defined

2010-05-16 Thread negerns
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 'siginf