reassign 524097 libffi-dev thanks On Tue, Apr 14, 2009 at 09:20:11PM +0200, Kurt Roeckx wrote: > Source: libgwrap-runtime-dev > Version: 1.9.12-2 > Severity: serious > > Hi, > > When building guile-gnome-platform, I get the following error: > In file included from /usr/include/g-wrap/core-runtime.h:23, > from guile-gnome-gw-gobject.c:3: > /usr/include/g-wrap/ffi-support.h:24:17: error: ffi.h: No such file or > directory > In file included from guile-gnome-gw-gobject.c:3: > /usr/include/g-wrap/core-runtime.h:65: error: expected declaration specifiers > or '...' before 'size_t'
The Depends is there. It seems that the libffi.pc file is not set up properly. On amd64 the file is at: /usr/include/x86_64-linux-gnu/ffi.h But the libffi.pc file contains: prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: libffi Description: Library supporting Foreign Function Interfaces Version: 3.0.7 Libs: -lffi Cflags: So "pkg-config --cflags libffi" returns nothing. Kurt -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org