On Monday, 17 November 2014 at 07:16:02 UTC, Sergey wrote:
Thanks, it works (slowly):
rdmd -I"/usr/include/dmd/gtkd2" "file.d"

Yeah it takes a while to compile because you are compiling the entire gtkd library each time. You can avoid this by compiling the gtkd library as a static lib and generating *.di files to import as source into your project. This drastically reduces the compile times. :)

Reply via email to