When I installed g-wrap-1.9.11, a non-substituted autoconf variable found its way into the installed .pc file, which then caused dependant packages to fail to build:
bash-3.00# pkg-config --cflags g-wrap-2.0-guile -std=gnu99 -pthread @LIBFFI_CFLAGS_INSTALLED@ This variable seems no longer needed since 1.9.10- the patch below fixed it- --- g-wrap-1.9.11.orig/guile/g-wrap-2.0-guile.pc.in 2008-04-22 04:52:08.000000000 +0000 +++ g-wrap-1.9.11/guile/g-wrap-2.0-guile.pc.in 2008-04-22 04:52:40.000000000 +0000 @@ -11,5 +11,5 @@ Name: G-Wrap Description: A Guile wrapper generator Version: @VERSION@ -Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime @GUILE_LDFLAGS@ @LIBFFI_LIBS_INSTALLED@ -Cflags: @STD_CFLAGS@ -I${includedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS_INSTALLED@ +Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime @GUILE_LDFLAGS@ @LIBFFI_LIBS@ +Cflags: @STD_CFLAGS@ -I${includedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS@ -- ====================== Gregory Benison Oregon State University (541)-737-1876 gbenison at gmail dot com ====================== _______________________________________________ g-wrap-dev mailing list g-wrap-dev@nongnu.org http://lists.nongnu.org/mailman/listinfo/g-wrap-dev