DUB mismatch between project structure and dub.json contents
Rene Zwanenburg via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Apr 10 06:57:10 PDT 2017
On Monday, 10 April 2017 at 12:56:49 UTC, Nordlöw wrote:
> src/knet/traversal.d(20,8): Error: module factixs from file
> src/knet/factixs.d must be imported with 'import factixs;'
>
> What am I doing wrong?
My first guess would be that the module declaration in that file
is incorrect. Are you sure it's set to knet.factixs? The module
declaration needs to be present or it will be put in the root
package.
More information about the Digitalmars-d-learn
mailing list