On Thu, 14 Jul 2022 15:56:52 GMT, marfalk wrote:
Hi all,
I compiled the sample application with:dmd mygtkdhello_window.d -I/usr/include/d/gtkd-3 -L-lgtkd-3 -L-ldl
but when I try to run it on Linux (FossaDog Ubuntu 20.04 based):
./mygtkdhello_window
I get a Segmentation fault error.
GTK+ is installed and working fine (with both Glade and GTK# programs)
Please, what am I missing or doing wrong?
A good idea is to run it in a GDB session (gdb ./mygtkdhello_window) and see what is going on.