[Chicken-users] Compiling eggs to .c

2016-10-25 Thread Norman Gray
Greetings. I'm (still) trying to assemble a .c version of a simple but non-trivial Chicken program, for subsequent bundling and distribution. I'm having difficulties. I've managed to assemble a set of dependencies for the various eggs required. The first half-dozen of these download and

Re: [Chicken-users] Compiling eggs to .c

2016-10-25 Thread Christian Kellermann
* Norman Gray [161025 12:28]: > > Greetings. > > I'm (still) trying to assemble a .c version of a simple but non-trivial > Chicken program, for subsequent bundling and distribution. I'm having > difficulties. > > I've managed to assemble a set of dependencies for the

Re: [Chicken-users] Compiling eggs to .c

2016-10-25 Thread Norman Gray
Christian, hello. On 25 Oct 2016, at 13:37, Christian Kellermann wrote: It looks like % chicken-install -n uri-match should work, because that retains the intermediate files -- including the .c files -- in the temporary (download) directory. But (a) the only way I can see of finding

Re: [Chicken-users] Compiling eggs to .c

2016-10-25 Thread Christian Kellermann
* Norman Gray [161025 20:42]: > > With 'chicken-install -n' I appear to have the required .c files ... > somewhere, but the only way of finding where they are appears to be reading > the chicken-install chatter to find the location of the temp directory. I > was wondering