Ticket #22 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

dsss uses non-existing darwin.d?

Reported by: rene Assigned to: Gregor
Priority: trivial Milestone:
Component: DSSS Version:
Keywords: Cc:

Description

hi!

just tried to get rev 431 to work on osx 10.4.9 with gdcmac 0.23. i get

rebuild/util/fdt.d:70: module darwin cannot read file 'std/c/darwin/darwin.d'

i searched my system, there does not seem to be a darwin.d. but changing it to

    else version(darwin)  static import opsys = std.c.unix.unix;

seems to work, though! :-)

Change History

03/28/07 19:54:20 changed by Gregor

  • status changed from new to closed.
  • resolution set to fixed.

I thought GDC was supposed to have a std.c.darwin.darwin ... but it can't hurt to use .unix.unix instead, so I've changed it in revision 432, which will be release 0.57.