building a D app with multiple source files

nikki via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 5 00:43:55 PDT 2014


>
> What issues have you had with rdmd?
>
> The library seems to have a package.json file, so you could 
> also try dub:
> http://code.dlang.org/download


nikki at crunchbang:~/projects/d/artemisd$ rdmd example/source/app.d
example/source/app.d(5): Error: module all is in file 
'artemisd/all.d' which cannot be read
import path[0] = example/source
import path[1] = /usr/include/dmd/phobos
import path[2] = /usr/include/dmd/druntime/import
Failed: ["dmd", "-v", "-o-", "example/source/app.d", 
"-Iexample/source"]

nikki at crunchbang:~/projects/d/artemisd$ rdmd --makedepend 
example/source/app.d
example/source/app.d(5): Error: module all is in file 
'artemisd/all.d' which cannot be read
import path[0] = example/source
import path[1] = /usr/include/dmd/phobos
import path[2] = /usr/include/dmd/druntime/import
Failed: ["dmd", "-v", "-o-", "example/source/app.d", 
"-Iexample/source"]



More information about the Digitalmars-d-learn mailing list