El 17/2/19 a les 15:19, Jordi Sayol ha escrit: > Then you can compile/run a GtkD example contained on gtkd doc archive. To do > that just run the next line: > > $ dmd `pkg-config --cflags --libs gtkd-3` -run > /usr/share/libgtkd3-doc/demos/gtkD/TestWindow/*.d -ofTestWindow
Sorry, do not run at compile time. Just remove "-run" to properly compile the example: $ dmd `pkg-config --cflags --libs gtkd-3` /usr/share/libgtkd3-doc/demos/gtkD/TestWindow/*.d -ofTestWindow > > > To run the compiled example just type: > > $ ./TestWindow Regards, Jordi