Re: Problem with glade



Uzytkownik <uzytkownik22 gazeta pl> writes:

$ gcc main.c `pkg-config libglade-2.0 --cflags --libs`
$ ./a.out 
(a.out:5100): libglade-WARNING **: could not find signal handler
'on_bok_clicked'.

(a.out:5100): libglade-WARNING **: could not find signal handler
'on_wgtelnet_destroy'.

What's wrong?

What platform and architecture are you using?

What is the output of "nm -D a.out"?

What is the output of "pkg-config libglade-2.0 --cflags --libs"?

Your executable must have a dynamic symbol take in order for libglade
to dlopen and introspect your running program.


Regards.
Roger

-- 
Roger Leigh
                Printing on GNU/Linux?  http://gimp-print.sourceforge.net/
                Debian GNU/Linux        http://www.debian.org/
                GPG Public Key: 0x25BFB848.  Please sign and encrypt your mail.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]