GuiDub
John Colvin via Digitalmars-d
digitalmars-d at puremagic.com
Sun Oct 4 14:46:06 PDT 2015
On Sunday, 4 October 2015 at 21:29:36 UTC, Jacob wrote:
> On Tuesday, 29 September 2015 at 07:53:12 UTC, ponce wrote:
>> [...]
>
> I was under the impression that dub was sort of the "god
> particle" for building D apps. That it would take care of all
> this mess. It surely doesn't and hasn't made my life easier!
> Everyone says to use dub, so I use it and can't even get the
> packages to import properly. Dub should handle the
> discrepancies, not me! I'm not smart enough to be able to deal
> with dependencies of dependencies of dependencies of
> dependencies with all kinds of versioning issues at each step
> of the way.
>
> Sounds like dub is just a different dll hell.
I'm 99% sure that your main problem is that a bunch of the
packages you're depending on are unmaintained and broken. I don't
think it's dub failing you, it's the authors/maintainers of some
of the packages.
Start with something simple that works and then build up.
More information about the Digitalmars-d
mailing list