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

2009-10-27 Thread Mikkel Kamstrup Erlandsen
2009/10/27 David Zeuthen da...@fubar.dk: 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

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 p...@linuxaudiosystems.com 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

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_H

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 John Ralls
On Oct 27, 2009, at 2:06 AM, Kristian Rietveld wrote: On Tue, Oct 27, 2009 at 1:50 AM, Paul Davis p...@linuxaudiosystems.com 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

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

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.

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

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 mikkel.kamst...@gmail.com: 2009/10/27 David Zeuthen da...@fubar.dk: 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,