www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - GTK-D / DUB errors

reply "Jeroen Bollen" <jbinero gmail.com> writes:
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
parent =?UTF-8?B?U8O2bmtlIEx1ZHdpZw==?= <sludwig+dforum outerproduct.org> writes:
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