Re: [gtk-osx-users] [Gtk-osx-users] jhbuild issues

2015-05-18 Thread Miroslav Rajcic
Thanks for the info. Regards, Miroslav From: jra...@ceridwen.us Date: Mon, 18 May 2015 07:19:27 -0700 To: gtk-osx-us...@lists.sourceforge.net Subject: Re: [gtk-osx-users] [Gtk-osx-users] jhbuild issues On May 18, 2015, at 3:18 AM, Miroslav Rajcic mraj...@hotmail.com wrote:Solved the

Re: [gtk-osx-users] [Gtk-osx-users] jhbuild issues

2015-05-18 Thread Miroslav Rajcic
Solved the issue with gtksourceview, it seems that gtk-mac-integration changed the name of .pc file to: gtk-mac-integration-gtk2.pc. Removing the -gtk2 suffix solved the issue. I guess that gtksourceview library should be patched to use new name for everything to work out of the box. Regards,

Re: Strategy for unit testing GTK+ applications in C

2015-05-18 Thread Murray Cumming
On Sun, 2015-05-17 at 07:04 -0500, Daniel Espinosa wrote: I think your idea of keep processes in a library and create unit tests to it and then link to your GUI app is the better approach. GDA[1] have a processes non-GUI library, a GUI library of widgets and a GUI app. You should check it.