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

Re: Error in gthread.h?

2009-09-30 Thread John Coppens
On Wed, 30 Sep 2009 16:12:50 -0700 Brian J. Tarricone br...@tarricone.org 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

Re: Error in gthread.h?

2009-09-30 Thread John Coppens
On Wed, 30 Sep 2009 16:38:10 -0700 Brian J. Tarricone bj...@cornell.edu 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

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 bj...@cornell.edu 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

Re: Error in gthread.h?

2009-09-30 Thread John Coppens
On Wed, 30 Sep 2009 17:11:19 -0700 Brian J. Tarricone bj...@cornell.edu 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