Missing version(Unix). Again.

Sean Kelly sean at f4.ca
Mon May 1 10:29:29 PDT 2006


Anders F Björklund wrote:
> So, just fixed another "bug" that was using version(linux).
> i.e. it worked just fine on Darwin too, if it had compiled.
> What will it take for DMD to support the portable modules ?
> 
> The current situation is not very good. GDC 0.17 is missing
> the std.c.linux.linux due to a slight oversight, but why is
> DMD missing the std.c.unix.unix module ? Or version(Unix) ?
> 
> It's been requested (and needed) for several years now :-(

On Linux I set an environment variable like so:

     DFLAGS=-version=Posix

Not quite as good as compiler support perhaps, but it does the trick.


Sean



More information about the Digitalmars-d mailing list