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

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

1.9.2 pkgconfig data file has wrong contents


From: Greg Troxel
Subject: 1.9.2 pkgconfig data file has wrong contents
Date: 10 Oct 2004 10:09:31 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

After installing g-wrap, I tried to build guile-gnome, and lost due to
libffi libs/includes not being found.  This is due to the g-wrap .pc
file being wrong:

poblano gdt 504 ~ > p /usr/pkg/lib/pkgconfig/g-wrap-2.0-guile.pc 
# Package Information for pkg-config

prefix=/usr/pkg
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
module_directory=${prefix}/share/guile

Name: G-Wrap
Description: A Guile wrapper generator
Version: 1.9.2
Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime $(top_builddir)/lib
ffi/libffi.la
Cflags:  -std=gnu99 -I${includedir} -I$(top_builddir)/libffi/include



${top_builddir} doesn't belong, in my case the libs were in
/usr/pkg/lib and includes in /usr/pkg/include/libffi.  Adjusting this
in guile-gnome's config.status, and then sh config.status got me past
this.



-- 

        Greg Troxel <address@hidden>




reply via email to

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