Re: Error in gthread.h?

2009-09-30 Thread John Coppens
On Wed, 30 Sep 2009 17:11:19 -0700 "Brian J. Tarricone" wrote: > > So, I'm supposing the install of the compat libraries overwrote the > > includes of the 64 bit version. > > > > If I re-install the (newer) 64 bit version of glib, will the 32 bit > > version remain functional, or do I have to m

Re: Error in gthread.h?

2009-09-30 Thread Brian J. Tarricone
On 09/30/2009 04:57 PM, John Coppens wrote: > On Wed, 30 Sep 2009 16:38:10 -0700 > "Brian J. Tarricone" wrote: > >> That's odd. Are you sure you don't have mixed versions of glib >> installed somehow? > > I was convinced that I hadn't, because I installed both from Slackware > 13.0 (32 and 64bi

Re: Error in gthread.h?

2009-09-30 Thread John Coppens
On Wed, 30 Sep 2009 16:38:10 -0700 "Brian J. Tarricone" wrote: > That's odd. Are you sure you don't have mixed versions of glib > installed somehow? I was convinced that I hadn't, because I installed both from Slackware 13.0 (32 and 64bit). But now I remember compiling Inkscape SVN, and that ne

Re: Error in gthread.h?

2009-09-30 Thread Brian J. Tarricone
On 09/30/2009 04:25 PM, John Coppens wrote: > On Wed, 30 Sep 2009 16:12:50 -0700 > "Brian J. Tarricone" wrote: > >>> if (G_LIKELY ((gpointer) g_atomic_pointer_get (value_location) != >>> NULL)) return FALSE; >>> else >>> return g_once_init_enter_impl (value_location); >> >> It's just a wa

Re: Error in gthread.h?

2009-09-30 Thread John Coppens
On Wed, 30 Sep 2009 16:12:50 -0700 "Brian J. Tarricone" wrote: > > if (G_LIKELY ((gpointer) g_atomic_pointer_get (value_location) != > > NULL)) return FALSE; > > else > > return g_once_init_enter_impl (value_location); > > It's just a warning. In this case, it's harmless. Might want to

GTK+ 2.18.1

2009-09-30 Thread Matthias Clasen
GTK+ 2.18.1 is now available for download at: ftp://ftp.gtk.org/pub/gtk/2.18/ http://download.gnome.org/sources/gtk+/2.18/ md5 sums: d6e0f982a84d393cd11e2ea90a9e3775 gtk+-2.18.1.tar.bz2 c98802383822742bfee88c8d0fad409e gtk+-2.18.1.tar.gz sha1 sums: c4874c76173eb9b6591cce1f4c94e40290f13732 g

Error in gthread.h?

2009-09-30 Thread John Coppens
Hello people. After a month of switching to 64 bits, I'm still recompiling old software. Most of this goes really very smoothly, but today I hit a snag for which I can't seem to find a solution. I get this error during compilation of my program: /usr/include/glib-2.0/glib/gthread.h: In function