Re: Problem with gtkbuilder mingw cross (not the signal problem)

2009-03-20 Thread Michael Torrie
John Stebbins wrote: Tor Lillqvist wrote: (Adding gtk-app-devel-list back as Cc. Please let's keep this discussion on the list.) Oops, didn't notice that reply went direct to you instead of to the list. Why make it harder for yourself, why not use a shared library (dll) build of gtk+

Re: Problem with gtkbuilder mingw cross (not the signal problem)

2009-03-17 Thread Tor Lillqvist
I did some sleuthing, and discovered that g_module_symbol() fails to find the symbol gtk_adjustment_get_type. Sorry, I have no idea why that would happen. gtk_adjustment_get_type is exported from the libgtk DLL (libgtk-win32-2.0-0.dll), just like all the other functions. You will have to dig

Re: Problem with gtkbuilder mingw cross (not the signal problem)

2009-03-17 Thread Tor Lillqvist
(Adding gtk-app-devel-list back as Cc. Please let's keep this discussion on the list.) I'm statically linking libgtk-win32-2.0.a.  That cross development environment I pointed out creates only static libraries for everything. I'll bet it has something to do with that.  Is using the dll

Re: Problem with gtkbuilder mingw cross (not the signal problem)

2009-03-17 Thread John Stebbins
Tor Lillqvist wrote: (Adding gtk-app-devel-list back as Cc. Please let's keep this discussion on the list.) Oops, didn't notice that reply went direct to you instead of to the list. Why make it harder for yourself, why not use a shared library (dll) build of gtk+ like everyone else? --tml

Problem with gtkbuilder mingw cross (not the signal problem)

2009-03-16 Thread John Stebbins
I'm cross compiling a gtk app that uses gtk builder with mingw. My build system is Fedora 10. I create my mingw env from this: http://www.profv.de/mingw_cross_env/ This is not the same problem others have had with connecting callbacks, but it may be related. The app builds fine. When the