Re: [Chicken-users] eggs failing to install on freebsd 12

2019-02-25 Thread Gavin Reade
exporting CSC_OPTIONS as "-verbose -I/usr/local/include" worked for breadline and it installed, in the case of iup, it failed, this time with im.h not found, which is definitely not on my system. I'll see if I can sort this one out. Thanks Evan, greadey On Mon, Feb 25, 2019 at 12:57 PM Gavin

Re: [Chicken-users] eggs failing to install on freebsd 12

2019-02-25 Thread Gavin Reade
Thanks, I'll check it out and report success or failure :-) Cheers, greadey On Sun, Feb 24, 2019 at 9:29 PM Evan Hanson wrote: > Hi greadley, > > You might try exporting CSC_OPTIONS or CHICKEN_OPTIONS, which should be > inherited by the compiler when it's invoked by `chicken-install'. > > I'm

Re: [Chicken-users] eggs failing to install on freebsd 12

2019-02-24 Thread Evan Hanson
Hi greadley, You might try exporting CSC_OPTIONS or CHICKEN_OPTIONS, which should be inherited by the compiler when it's invoked by `chicken-install'. I'm a bit surprised that setting C_INCLUDE_PATH didn't work. You might try adding "-verbose" to CSC_OPTIONS as well, to see what flags are being

[Chicken-users] eggs failing to install on freebsd 12

2019-02-17 Thread Gavin Reade
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