GDateTime

2009-10-04 Thread Christian Hergert
Hello good folks, I spent some of my free time recently putting together a DateTime solution for GLib. It is starting to get to the point where it is usable. Most of the work now seems to be finishing up string parsing, polish, improving documentation, and i18n/l10n compliance for which I could

Re: glib on OS X 10.6

2009-10-04 Thread John Ralls
On Oct 3, 2009, at 3:02 PM, Kevin Krieser wrote: I am attempting to build GTK+ on the Mac, and I'm getting the following error while compiling GLIB: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\GLib\ - DG_DISABLE_CAST_CHECKS -DG_DISABLE_DEPRECATED -DGLIB_COMPILATION - DPCRE_STATIC

Re: glib on OS X 10.6

2009-10-04 Thread Kevin Krieser
On Oct 4, 2009, at 10:46 AM, John Ralls wrote: On Oct 3, 2009, at 3:02 PM, Kevin Krieser wrote: I am attempting to build GTK+ on the Mac, and I'm getting the following error while compiling GLIB: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\GLib\ - DG_DISABLE_CAST_CHECKS

Re: GDateTime

2009-10-04 Thread Behdad Esfahbod
Hi Christian, Can we move discussion here: https://bugzilla.gnome.org/show_bug.cgi?id=344005 behdad On 10/04/2009 04:57 AM, Christian Hergert wrote: Hello good folks, I spent some of my free time recently putting together a DateTime solution for GLib. It is starting to get to the point

Re: GDateTime

2009-10-04 Thread Behdad Esfahbod
On 10/04/2009 06:07 PM, Behdad Esfahbod wrote: Hi Christian, Can we move discussion here: https://bugzilla.gnome.org/show_bug.cgi?id=344005 Err, I noticed that it's not exactly the same thing, but the two need to be discussed together. behdad behdad On 10/04/2009 04:57 AM, Christian

Re: GDateTime

2009-10-04 Thread Tim-Philipp Müller
On Sun, 2009-10-04 at 18:07 -0400, Behdad Esfahbod wrote: Can we move discussion here: https://bugzilla.gnome.org/show_bug.cgi?id=344005 Err, I noticed that it's not exactly the same thing, but the two need to be discussed together. FWIW, there's also

Re: glib on OS X 10.6

2009-10-04 Thread Kevin Krieser
On Oct 4, 2009, at 10:46 AM, John Ralls wrote: On Oct 3, 2009, at 3:02 PM, Kevin Krieser wrote: I am attempting to build GTK+ on the Mac, and I'm getting the following error while compiling GLIB: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -DG_LOG_DOMAIN=\GLib\ - DG_DISABLE_CAST_CHECKS

Re: glib on OS X 10.6

2009-10-04 Thread John Ralls
On Oct 4, 2009, at 3:41 PM, Kevin Krieser wrote: Just to let you know that, with Apple's GCC, it compiled cleanly after I did the workarounds for gettext. I'm going to go ahead and test interoperability with libraries built with Apple's GCC and the GCC from GNAT. Obviously, I don't