Re: Howdy



okay, 2.16 was too crufty.

There's a problem with gamin that requires this patch:

$ cat /tmp/gamin_garnome-2.20.2.diff
--- work/main.d/gamin-0.1.9/libgamin/gam_data.c 2007-07-04 06:36:48.000000000 -0700
+++ work-cjac/main.d/gamin-0.1.9/libgamin/gam_data.c    2007-12-18 15:58:43.000000000 -0800
@@ -454,7 +454,7 @@
         return (NULL);
     memset(ret, 0, sizeof(GAMData));
    
-#ifdef HAVE_PTHREAD_H
+#if defined(HAVE_PTHREAD_H) && defined(pthread_mutexattr_settype)
     if (is_threaded == -1) {
         if ((pthread_mutexattr_init != NULL) &&
            (pthread_mutexattr_settype != NULL) &&

Cheers,

C.J.

On Tue, 2007-12-18 at 10:33 -0800, C.J. Adams-Collier wrote:
Hey folks,

I'm sending this stuff to the list so that it doesn't get lost in the noise of #garnome

* 2.16.3's gtkhtml does not include a dependency on platform/libgnomeui

* RHEL3 has an *old* version of python.  I had to install Python-2.5.1.tar.bz2 to get libxml2 working
* the pkg-config shipped with RHEL3 is old, too.  I installed pkg-config-0.22.tar.gz and life is better
* cairo depends on libpng, which is not shipped with RHEL3

RHEL3 is supported in "maintenance" mode until 2010.  It's the OS that our org uses for developers, so it would be great if garnome would build to the platform...

More when I get time...

C.J.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]