Hi, I compile Hello world from official GTK tutorial this way:
g++ -Wall -g main.cpp -o anc `pkg-config --cflags gtk+-2.0` `pkg-config
--libs gtk+-2.0`
Compilation is successfull and "Hello world button" program is running.
But i have problems with debugging. I had them in Eclipse so I tried in
co
When using gdb I get the following error as soon as I hit gtk_init() in
may main.
(gdb)
60gtk_set_locale ();
(gdb)
61gtk_init(&argc, &argv);
(gdb)
[Thread debugging using libthread_db enabled]
Error while reading shared library symbols:
Cannot find new threads: generic error
Cann