hyln9 / ikarus

Optimizing incremental native-code compiler for R6RS scheme. This is a forked repository.
https://launchpad.net/ikarus
Other
5 stars 0 forks source link

libffi include path must go into CPPFLAGS #245

Open hyln9 opened 10 years ago

hyln9 commented 10 years ago

The "configure.ac" file 'AC_CHECK_HEADERS([ffi.h]' error case should be updated to say that the explicit include path selection must go into CPPFLAGS, not CFLAGS, else there are cases in which the compiler will find the "ffi.h" file but the preprocessor will not find the "ffitarget.h" file (needed by "ffi.h").

Launchpad Details: #LP295062 Marco Maggi - 2008-11-07 04:53:56 -0500

hyln9 commented 10 years ago

What error are you getting because of this?

Launchpad Details: #LPC Abdulaziz Ghuloum - 2008-11-07 21:40:14 -0500