On Tuesday, 25 August 2015 at 07:32:50 UTC, Robert M. Münch wrote:
On 2015-08-24 14:27:52 +0000, Vladimir Panteleev said:
Well, yes, your problem is that DMD 2.067 isn't finding a file
while compiling DMD HEAD. So you would need to debug DMD 2.067
to find why it refuses to compile DMD HEAD.
Any way that I can switch to 2.068 for building HEAD? Not that
I expect to help a lot but who knows...
You could try unpacking 2.068 and replacing the
Digger/dl/dmd-2.067.1 directory.
And, any idea how I can print getcwd() during compile time? I
tried but it's not working by using the function directly...
this is really strange.
getcwd() doesn't work during compile time because it's a system
call.