Re: [Chicken-users] porting eggs experiences and questions

2018-08-25 Thread kooda
Jörg F. Wittenberger wrote: > Apparently chicken-install passes the -n switch down to the dependencies it > need to install. I reported the same thing on IRC today. I think it makes sense and would like to have a switch that instructs chicken-install to *only* build, and install if -n is not

[Chicken-users] functor support (C5)

2018-08-25 Thread Jörg F . Wittenberger
Hi all, I tried to package an egg exporting a functor. for reference here: https://github.com/0-8-15/ldif-sexpr `include` is literally copied to the .import.scm file The actual code of the functor is in its own file, which is included here

Re: [Chicken-users] porting eggs experiences and questions

2018-08-25 Thread Jörg F . Wittenberger
Hi all, in the meantime I understood why chicken-install would not install dependencies: chicken-install -n While messing around I did not want the egg in the current directory to be installed. Just the dependencies. Apparently chicken-install passes the -n switch down to the

Re: [Chicken-users] Like 'include', but different?

2018-08-25 Thread kooda
Mark Carter wrote: > I have code where I 'include' other files. Suppose I compile that file. > As part of execution, it will try to load those other files, which isn't > what I want. > > Is there a way of telling chicken that during the interpretation or > compilation, the file should be