Re: Replacement for gtk_widget_override_background_color() with GtkTextView

2015-02-20 Thread Murray Cumming
On Sun, 2015-02-15 at 11:40 +0100, Murray Cumming wrote: However, while getting these screenshots I noticed that the change is caused by different GTK+ versions, regardless of what API I use. I'll try to narrow down what caused the change and file a bug. I was wrong again. The problem was in

Missing file in gtk build?

2015-02-20 Thread R. Victor Klassen
I’ve been working through the instructions on http://wiki.gnucash.org/wiki/MacOSX/Quartz for building gnucash on MacOS, in particular the section Go to the GTK-OSX Build Instructions and follow the instructions up through running jhbuild bootstrap. Which redirected me to

Re: always the same crash in g_cclosure_marshal_generic_va

2015-02-20 Thread codekiddy
Hi, guys! Please excuse me, but I figured out what was the problem and now most recent msvc GTK+ WORKS!! indeed it was a problem with libffi, to be more precize it was my fault because of the way I was building the libffi library in wrong way lol. according to the libffi readme on GitHub there is

always the same crash in g_cclosure_marshal_generic_va

2015-02-20 Thread codekiddy
Hi, I'm still struggling with GTK+ compilation and it looks I found a problem (or bug) but I'm not sure how to solve it and seek your recommendation or hint on what to do... I compiled both x86 and x64 stable GTK+ binaries and *all* it's dependencies with MSVC, today for testing purposes I even

Re: Missing file in gtk build?

2015-02-20 Thread David Nečas
On Fri, Feb 20, 2015 at 09:40:25AM -0500, R. Victor Klassen wrote: I found a version of gtkversion.h elsewhere, but it was quite old. Presumably there should be a gtkversion.h in gtk/include/gtk after the git checkout implicitly run by jhbuild? It's a generated file (from gtk/gtkversion.h.in).

Re: Introspection with GUPnP

2015-02-20 Thread Torsten Schoenfeld
On 11.02.2015 20:15, Nick Glencross wrote: sub action_callback { my ($service_proxy, $service_proxy_action) = @_; print Action complete\n; # In newer GUPnP I think this can be undef my $error = Glib::File::Error-new ('io', ''); my ($success, $out_values) =