digitalmars.D - GTK-D / DUB errors
- Jeroen Bollen (5/5) Mar 22 2014 I'm getting the following error when I build a package that
- =?UTF-8?B?U8O2bmtlIEx1ZHdpZw==?= (10/15) Mar 23 2014 It looks like you are using the git HEAD version of DUB, which has just
I'm getting the following error when I build a package that depend on 'gtk-d' in DUB: Error executing command build: Unknown dependency: gtk-d:gtkdgl Why is that? The gtkdgl package clearly is defined in the package.json of gtk-d.
Mar 22 2014
Am 22.03.2014 23:19, schrieb Jeroen Bollen:I'm getting the following error when I build a package that depend on 'gtk-d' in DUB: Error executing command build: Unknown dependency: gtk-d:gtkdgl Why is that? The gtkdgl package clearly is defined in the package.json of gtk-d.It looks like you are using the git HEAD version of DUB, which has just gotten completely new dependency version management system. The code isn't finished and stable yet. It's good to know that gtk-d fails and I'll look into it. BTW, the best place for DUB related issues is the DUB forum [1] (or the bug tracker [2]), because the threads are more likely to get lost between the other posts here. [1]: http://forum.rejectedsoftware.com/groups/rejectedsoftware.dub/ [2]: https://github.com/rejectedsoftware/dub/issues
Mar 23 2014