WildCAD - a simple 2D drawing application

Richard (Rikki) Andrew Cattermole richard at cattermole.co.nz
Sun Jan 29 13:55:41 UTC 2023


dub isn't the issue, people who fight it like this, fight the D 
compilers and end up having issues.

You're fundamentally doing something that D compilers are not designed 
to handle. The problem is with -I flag. Being able to set a directory to 
look modules up in.

Problem is it needs to match the packages to directories.

I.e.

wildwidgets/lib/source/wcw/clipboard.d

Not:

wildwidgets/lib/source/clipboard.d

Also note: you should not use symlinks with VCS, there are 
cross-platform problems with it.


More information about the Digitalmars-d-announce mailing list