dub can't read files from cache

Ruslan via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Sep 16 09:43:37 PDT 2014


My first experience in D programming. I've already installed dmd2 
and dub. I init new package, build and run it using dub - it 
works properly. Then I insert:

"dependencies": {
		"dfl": ">=0.0.1"
	}

to dub.json file. Dub fetch "dfl-0.0.1" , but can't read after. 
Build command gives:

app: ["app", "dfl"]
Building dfl configuration "library", build type debug.
Running dmd...
Error: cannot read file 
..\Users\╨а╤Г╤Б╨╗╨░╨╜\AppData\Roaming\dub\packages\dfl-0
.0.1\source\dfl\all.d

Please help. Thanks in advance.



More information about the Digitalmars-d-learn mailing list