On Monday, 25 August 2014 at 20:37:16 UTC, Ryan wrote:
Then I thought I'd learn dub. Well, this is NOT going well...
I did a git clone of gtk-d, then tried to build with dub
(renamed the package.json to dub.json), and it told me
"Conflicting package multi-reference".... I have no clue and
I've tried removing package references
I tried "dub remove gtk-d --version=*" but it just lists out
excuses why it can't work... "no retrieval journal found
for...", "Untracked file found"....
Why you try removing from dub something you have manually cloned?
It is not even aware of local gtk-d copy if you just cloned with
registering local path.
Expected approach is to create a new dub project and add gtk-d to
dependencies - rest is up to how well-maintained gtk-d itself is.