On 9/23/18 8:55 PM, David Orchard wrote:

I am using dub to build a Gtkd (3.8.3) application on the Raspberry Pi. I only have ldc2 and gdc available but the Phobos for these do not appear to be as complete as dmd (hasStaticMember is missing from std.traits).

Is there a way of getting Gtkd to build with ldc2 or gdc? Would it be worth trying to use an older version of Gtkd?

Any help would be appreciated.

If you don't have a newer version of ldc or gdc available, you can use
GtkD 3.7.5 or replace the hasStaticMember in gobject/ObjectG.d with
hasMember.