Hello World crashes on OS X 10.6.1

2009-10-31 Thread asd
import std.stdio; void main() { writef("Hello world\n"); } dmd -run test.d gives: Process: test [1703] Path:/Users/username/Desktop/test Identifier: test Version: ??? (???) Code Type: X86 (Native) Parent Process: dmd [1698] Date/Time: 2009

Re: Hello World crashes on OS X 10.6.1

2009-10-31 Thread asd
forgot to add it's freshly downloaded dmd v2.035.

Re: Hello World crashes on OS X 10.6.1

2009-10-31 Thread Jason House
It's a known issue. Apple breaks backwards compatibility all the time. Walter hinted that 2.034 would fix the issue, but that didn't come to pass. I don't know if that's from difficulty or shifting priorities. I'm sure a patch would be appreciated ;) asd Wrote: > import std.stdio; > > > void