rdmd only works with files in current directory on Windows?
Lars T. Kyllingstad
public at kyllingen.NOSPAMnet
Sat Aug 14 22:57:32 PDT 2010
On Sat, 14 Aug 2010 14:58:05 +0200, simendsjo wrote:
> c:\temp\src\test.d
>
> c:\temp>rdmd src\test
> The system cannot find the path specified.
>
> c:\temp>rdmd src/test
> std.file.FileException: (...)\.rdmd\rdmd-src/test.d-(...): The system
> cannot find the path specified.
>
> Using rdmd 20090902, dmd 2.048 and 64 bit win7
It doesn't work on Linux either, you have to be in the same directory as
the source file. But I'm not sure it was ever supposed to work, i.e.
Andrei didn't account for that use when he wrote it. If you really want
this to work, you could submit an enhancement request to bugzilla.
-Lars
More information about the Digitalmars-d-learn
mailing list