On Thu, 24 Mar 2016 00:29:01 GMT, Jean-Baptiste Lab wrote:

On Tue, 08 Mar 2016 12:32:52 GMT, Russel Winder wrote:

On Mon, 7 Mar 2016 22:23:41 +0100, Mike Wey wrote:
[…]

I think you'll need to compile a shared version of GtkD and then use the
"libs" build setting with dub.

But i don't really use dub, so there might be a better option.

I was trying to avoid having to go back to building my own GtkD, but maybe that is the right thing to do.

I guess the best way is to clone the Repository and then checkout the release tag and build from there.

Hi Russel,

I'm successfully using DUB with the http://d-apt.sourceforge.net/ GtkD debian packages which contain a shared version of GtkD.
It's nice as it produces smaller executables and links a hell of a lot quicker on my slow machine.
There's a caveat though: DUB needs to be fixed to handle some pkg-config issues. The good news is that my PR for exactly this has been accepted and merged, so you can either build DUB from github and get going or wait for a release...

Cheers,

JB