On Mon, Dec 5, 2011 at 6:52 AM, Adam Fedor <[email protected]> wrote: > I'm not sure about the RPM, but in the libffi source package, ffi.h is > installed in the wrong location, something like > /usr/lib/libffi-3.0.9/include/ > > You might check for that and just manually copy it to /usr/include if that's > the case. >
the problem with this suggestion is that lib/libffi-3.0.9/include is architecture dependent, there may be /usr/lib64/libffi-3.0.9/include as well existing on the same system. libffi comes with a pkg-config script for obtaining the appropriate cflags, it really should just use that _______________________________________________ Bug-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-gnustep
