Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=761319 --- Comment #17 from MERCIER Jonathan <bioinfornatics@xxxxxxxxx> 2012-01-28 20:56:36 EST --- you can try this minimal code (need to install gtkd and gtkd-devel) ------------------------------------- module demo; private import std.string; private import gtk.Main; private import gtk.MainWindow; class Demo : MainWindow { this(){ super("Gtkd demo window"); } } void main(string[] args){ Main.init(args); Demo window1 = new Demo(); window1.showAll(); Main.run(); } ------------------------------------- $ ldc2 demo.d -L-lgtkd -L-ldl $ ./demo -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review