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.