Re: Howdy
- From: "C.J. Adams-Collier" <cjac colliertech org>
- To: garnome-list gnome org
- Subject: Re: Howdy
- Date: Thu, 20 Dec 2007 11:52:49 -0800
--- garnome-2.20.2/mono/gecko-sharp2.0/Makefile 2007-12-20
11:51:30.000000000 -0800
+++ garnome-2.20.2/mono/gecko-sharp2.0/Makefile.patched 2007-12-20
11:51:19.000000000 -0800
@@ -5,7 +5,7 @@
MASTER_SITES = http://go-mono.com/sources/gecko-sharp-2.0/
-LIBDEPS = mono/gtk-sharp1.0 bootstrap/firefox
+LIBDEPS = mono/gtk-sharp1.0 bootstrap/firefox mono/gtk-sharp2.0
DESCRIPTION = gecko-sharp
MAINTAINER = Joseph Sacco <jsacco gnome org>
On Tue, 2007-12-18 at 16:02 -0800, C.J. Adams-Collier wrote:
> 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]