On Fri, 12 Mar 2021 12:00:16 GMT, stormy wrote:

This is the only thread when searching raspberry in the forum. I needed to use gtk-d with rp3, and here is how I did it simply without having to build gtkd.

sudo apt-get install libgtkd-3-dev

add those in dub.json of your test app:

"dflags": ["-I/usr/include/d/gtkd-3"],
"lflags": ["-lgtkd-3"]

I was about to suggest the same, as GtkD is in Fedora (which I use), I suspected there is a build for Debian and its derivatives as well! :)

Another alternative is to cross-compile on some "beefy" machine.