Hi All,

I'm having trouble installing some eggs on freebsd 12, in particular
breadline and iup.
The build fails with (in the case of breadline) an error with readline.h
not being found.
In the case of iup it fails with ffi.h not being found.

It turns out that both these header files are installed in
/usr/local/include.  A similar issue was raised in the freebsd users list
(related to compiling C source) and the fix was to define a $C_INCLUDE_PATH
variable.
I have tried this and it makes no difference.
I have also edited the CSC5 command in the "build.sh" to "export
CHICKEN_CSC='/usr/local/bin/csc5 -I /usr/local/include'
However this gets over written when I run the chicken-install5 iup.

Has anyone had a similar experience?

Cheers,
greadey
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to