Reviewing GVariant

2009-10-27 Thread Matthias Clasen
So, today I've built the gsettings branch and set out to review GVariant to make sure it is ready to be merged. I started by reading the docs, and I can't help myself, but I still don't like this GVariantType thing very much. After toiling on this for months, it is probably as obvious to Ryan as G

Re: GDBus API Questions; was: GDBus/GVariant plans for next GLib release

2009-10-27 Thread Mikkel Kamstrup Erlandsen
2009/10/27 Mikkel Kamstrup Erlandsen : > 2009/10/27 David Zeuthen : >> Hey Mikkel, >> >> On Mon, 2009-10-26 at 23:52 +0100, Mikkel Kamstrup Erlandsen wrote: >>> > I just looked over the newly introduced >>> > g_dbus_connection_register_subtree() and related data structures, and >>> > I think it wil

RE: error building git head GTK on OS X ... IM symbols missing etc.

2009-10-27 Thread Shawn Bakhtiar
Success! I had to manually edit the ige-mac-integration's Makefile in the src directory and delete -Werror. I still have to build libglade and mysql before I can build my app and test. EMAILING FOR THE GREATER GOOD Join me From: shashan...@hotmail.com To: k...@gtk.org Subject: RE: error bu

RE: error building git head GTK on OS X ... IM symbols missing etc.

2009-10-27 Thread Shawn Bakhtiar
rm -rf the freetype-2.3.11 files from both gtk/source/pkgs and /gtk/source re-run jhbuild build meta-gtk-osx-core its working. EMAILING FOR THE GREATER GOOD Join me From: shashan...@hotmail.com To: k...@gtk.org Subject: RE: error building git head GTK on OS X ... IM symbols missing etc. Da

RE: error building git head GTK on OS X ... IM symbols missing etc.

2009-10-27 Thread Shawn Bakhtiar
Yep. That fixed it. For some reason I still had to download and install libiconv before I can run phase 2 of the meta-gtk-osx-core, when building glib it complains using header without any libraries present? Also, the script crashes out on the freetype module. gzip complains about a bad fil

Re: error building git head GTK on OS X ... IM symbols missing etc.

2009-10-27 Thread John Ralls
On Oct 27, 2009, at 2:06 AM, Kristian Rietveld wrote: On Tue, Oct 27, 2009 at 1:50 AM, Paul Davis > wrote: just tried a jhbuild of gtk on OS X (tiger). things went well until it got to the link stage in the input methods code. i got a large number of messages of this form, one for each (every

Re: error building git head GTK on OS X ... IM symbols missing etc.

2009-10-27 Thread Kristian Rietveld
On Oct 27, 2009, at 5:25 PM, Shawn Bakhtiar wrote: libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN= \"GLib\" -DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED - DGLIB_COMPILATION -DPCRE_STATIC -I/Users/sbakhtiar/gtk/inst/include - DG_DISABLE_SINGLE_INCLUDES -D_REENTRANT -g -O2

RE: error building git head GTK on OS X ... IM symbols missing etc.

2009-10-27 Thread Shawn Bakhtiar
On clean copy of SL (upgraded) Xcode 3.2: downloaded and ran: prompt> sh gtk-osx-build-setup.shprompt> export PATH=$PATH:/Users/sbakhtiar/.local/binprompt> jhbuild bootstrapprompt> jhbuild build meta-gtk-osx-bootstrapprompt> jhbuild build meta-gtk-osx-core libtool: compile: gcc -DHAVE_CONFIG

Re: error building git head GTK on OS X ... IM symbols missing etc.

2009-10-27 Thread Kristian Rietveld
On Tue, Oct 27, 2009 at 1:50 AM, Paul Davis wrote: > just tried a jhbuild of gtk on OS X (tiger). things went well until it > got to the link stage in the input methods code. i got a large number > of messages of this form, one for each (every?) IM module: > > does anybody have any clues what this

Re: GDBus API Questions; was: GDBus/GVariant plans for next GLib release

2009-10-27 Thread Mikkel Kamstrup Erlandsen
2009/10/27 David Zeuthen : > Hey Mikkel, > > On Mon, 2009-10-26 at 23:52 +0100, Mikkel Kamstrup Erlandsen wrote: >> > I just looked over the newly introduced >> > g_dbus_connection_register_subtree() and related data structures, and >> > I think it will fit very nicely with what I am going to need.