g-wrap-dev
[Top][All Lists]
Advanced

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

Re: G-Wrap 1.9.8 released


From: Greg Troxel
Subject: Re: G-Wrap 1.9.8 released
Date: Thu, 17 May 2007 10:52:33 -0400
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/21.4 (berkeley-unix)

There's a note in the pkgsrc TODO file that says that 1.9.7 breaks
gnucash 2.0.x.  Is the problem fixed in 1.9.8?  For pkgsrc it's arguably
more important to have gnucash working than guile-gnome.   Can anyone
explain what the problem is?


1.9.8 needed the following patches to build on NetBSD with pkgsrc, and I
don't see how it would build on any other system without installed
libffi.  Basically we need an -I of the ffi include directory, because
it hasn't been installed yet.  This is ugly because it surely isn't
right if we're using system libffi.

It may be that dropping the example dirs from the SUBDIRS of
guile/Makefile.am is a more appropriate fix.


$NetBSD$

--- guile/examples/Makefile.am.orig     2007-04-13 13:35:30.000000000 -0400
+++ guile/examples/Makefile.am
@@ -5,7 +5,7 @@ libmiscutils_la_SOURCES = miscutils.c mi
 
 lib_LTLIBRARIES += libgw-guile-miscutils.la
 libgw_guile_miscutils_la_SOURCES = miscutils-guile.c miscutils-guile.h 
gw-miscutils.c
-libgw_guile_miscutils_la_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/guile
+libgw_guile_miscutils_la_CFLAGS = -I$(top_srcdir) -I$(top_srcdir)/guile 
-I$(top_srcdir)/libffi/include
 libgw_guile_miscutils_la_LDFLAGS = -module
 libgw_guile_miscutils_la_LIBADD = libmiscutils.la \
                                  
$(top_builddir)/guile/g-wrap/libgwrap-guile-runtime.la \






$NetBSD$

--- guile/examples/Makefile.in.orig     2007-05-15 13:44:46.000000000 -0400
+++ guile/examples/Makefile.in
@@ -78,7 +78,7 @@ libgw_guile_miscutils_la_OBJECTS =  \
 libmiscutils_la_LIBADD =
 am_libmiscutils_la_OBJECTS = miscutils.lo
 libmiscutils_la_OBJECTS = $(am_libmiscutils_la_OBJECTS)
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/g-wrap
+DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/g-wrap 
-I$(top_builddir)/libffi/include
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \




reply via email to

[Prev in Thread] Current Thread [Next in Thread]