Re: [Chicken-users] Include path when compiling an Egg.

2017-10-13 Thread David Ireland
Thanks Peter. That solved my problem. On Sat, Oct 14, 2017 at 8:11 AM, Peter Bex wrote: > On Sat, Oct 14, 2017 at 12:08:16AM +0200, Christian Kellermann wrote: > > Yeah, sorry this is pretty inconsistent. There are a couple of eggs > > that will add /usr/local as a prefix for the linker and pre

Re: [Chicken-users] Include path when compiling an Egg.

2017-10-13 Thread Peter Bex
On Sat, Oct 14, 2017 at 12:08:16AM +0200, Christian Kellermann wrote: > Yeah, sorry this is pretty inconsistent. There are a couple of eggs > that will add /usr/local as a prefix for the linker and preprocessor. As a rule, they shouldn't be doing that at all (unless as a side effect of calling pkg

Re: [Chicken-users] Include path when compiling an Egg.

2017-10-13 Thread Christian Kellermann
* Peter Bex [171013 21:21]: > On Fri, Oct 13, 2017 at 01:26:46PM +1000, David Ireland wrote: > > Hi there, > > > > This might be a trivial, but several Eggs (including mine) won't compile > > on BSD based OS's. It seems include flags for external libraries aren't > > being set when compiling th

Re: [Chicken-users] Include path when compiling an Egg.

2017-10-13 Thread Peter Bex
On Fri, Oct 13, 2017 at 01:26:46PM +1000, David Ireland wrote: > Hi there, > > This might be a trivial, but several Eggs (including mine) won't compile > on BSD based OS's. It seems include flags for external libraries aren't > being set when compiling the final C code. Hi David, I've used BSD

[Chicken-users] Include path when compiling an Egg.

2017-10-12 Thread David Ireland
Hi there, This might be a trivial, but several Eggs (including mine) won't compile on BSD based OS's. It seems include flags for external libraries aren't being set when compiling the final C code. Here's an example error message: '/usr/local/bin/csc' -feature compiling-extension -setup-mode