Am 10.06.2015 um 07:31 schrieb Adam Wilson:

Hi Guys,

I am getting an error that doesn't make any sense to me...

(...)
Error: cannot read file source.d
FAIL .dub/build/application-debug-linux.posix-x8664-dmd2067-5EA8135B71290A4D525ECD952C36A8B0/ adappt source executable
Error executing command build:
dmd failed with exit code 1.

The only file I have in the source directory is app.d and all it contains is the following:
(...)

This appears to have started when I did a git init in the same folder as the dub.json file.

Thanks guys!

Can you post the output of dub build -v (the part where the compiler
is invoked)? Maybe it's an issue with spaces inside of a path or similar.