Re: Installing srfi-29 when .../share is read-only

2021-10-14 Thread Norman Gray
Greetings, On 14 Oct 2021, at 13:21, Norman Gray wrote: I'm trying to install srfi-29 using the Chicken installed as part of Nixpkgs. I had a conversation about this off-list, with Kon Lovett (to whom, many thanks). It does appear to be a bug, and I've submitted https://bugs.call-cc.org

Installing srfi-29 when .../share is read-only

2021-10-14 Thread Norman Gray
it on bugs.call-cc.org in the former case. Best wishes, Norman [1] http://wiki.call-cc.org/man/5/Extension%20tools -- Norman Gray : https://nxg.me.uk

Re: [Chicken-users] Building the openssl egg on MacOS

2019-07-15 Thread Norman Gray
rstood or misrepresented one of the steps here, I'm sure someone will cheerfully correct me. Best wishes, Norman -- Norman Gray : https://nxg.me.uk SUPA School of Physics and Astronomy, University of Glasgow, UK ___ Chicken-users mailing list Chicken

Re: [Chicken-users] http-client: distinguishing between responses 301 and 302

2018-10-20 Thread Norman Gray
Peter, hello. On 19 Oct 2018, at 9:42, Peter Bex wrote: > I've just pushed 0.18 (for C4) and 1.1 (for C5), please give it a try. I can confirm that 0.18 works exactly as expected, on Chicken 4. Best wishes, Norman -- Norman Gray : https://nxg.me

Re: [Chicken-users] http-client: distinguishing between responses 301 and 302

2018-10-19 Thread Norman Gray
. ...and that's a better suggestion than my 'dumb' mode suggestion from the previous message. Best wishes, Norman -- Norman Gray : https://nxg.me.uk SUPA School of Physics and Astronomy, University of Glasgow, UK ___ Chicken-users mailing list

Re: [Chicken-users] http-client: distinguishing between responses 301 and 302

2018-10-19 Thread Norman Gray
appreciate it may well have other consequences for the interface. Similarly, a 'dumb' mode where the library treated 2xx, 3xx, 4xx and 5xx statuses the same way, would work very well for my case. Best wishes, Norman -- Norman Gray : https://nxg.me.uk SUPA School of Physics and Astronomy

[Chicken-users] http-client: distinguishing between responses 301 and 302

2018-10-18 Thread Norman Gray
redirect-depth is 0. I'm using Chicken 4, but as far as I can see, the Chicken 5 http-client is identical in this behaviour. Best wishes, Norman -- Norman Gray : https://nxg.me.uk ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-13 Thread Norman Gray
On 13 Aug 2018, at 10:41, Norman Gray wrote: C Compiler: Apple LLVM version 7.0.2 (clang-700.1.81) ...and I should mention that I did the same test with the system 'gcc', which is the GCC front-end with the LLVM back-end, and got the same result. I should further note that yes

Re: [Chicken-users] [ANN] CHICKEN 5.0.0 release candidate 1 available

2018-08-13 Thread Norman Gray
h the build/test and the spiffy install, if it would be useful to send them off-list. If I have time, I'll also try the build on a more recent version of the OS. Best wishes, Norman -- Norman Gray : https://nxg.me.uk SUPA School of Physics and Astronomy, Universit

Re: [Chicken-users] Microcontroller schemes

2017-11-15 Thread Norman Gray
. Thanks, Christian -- that's very useful. I'll explore that, and try to work out if it would make things easier or harder! Best wishes, Norman (sorry for the delay in replying -- I seem to have been having some email problems w.r.t. the list) -- Norman Gray : https://nxg.me.uk SUPA School

[Chicken-users] Microcontroller schemes

2017-11-09 Thread Norman Gray
://armpit.sourceforge.net [4] https://electronics.stackexchange.com/questions/3423/survey-of-high-level-language-interpreters-compilers-for-microcontrollers -- Norman Gray : https://nxg.me.uk ___ Chicken-users mailing list Chicken-users@nongnu.org https

Re: [Chicken-users] chicken-install -deploy and unbound variables

2017-02-04 Thread Norman Gray
Greetings. On 3 Feb 2017, at 22:07, Norman Gray wrote: Using chicken-install -deploy, to build a simple program with modules, fails for me in a rather perplexing way. Transcript below (Makefile output). I've made progress with this, and I've now got deployment working (I think), after

[Chicken-users] chicken-install -deploy and unbound variables

2017-02-03 Thread Norman Gray
defined)<-- Error: shell command terminated with non-zero exit status 17920: '/Data/tools/chicken-4.11.0/bin/chicken' 'server.scm' -output-file 'server.c' -dynamic -feature chicken-compile-shared -feature compiling-extension -optimize-level 3 -debug-level 1 -emit-import-library server

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

2016-10-26 Thread Norman Gray
Christian, hello. On 25 Oct 2016, at 20:02, Christian Kellermann wrote: * Norman Gray <nor...@astro.gla.ac.uk> [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 c

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

2016-10-25 Thread Norman Gray
for the various extensions, so I'd never really know if subsequent problems were because of that or not. But the trial-and-error might be quicker than what I'm doing just now. Also for CHICKEN 5 the new build system will make things easier... Roll on Chicken 5! All the best, Norman -- Norman

[Chicken-users] Compiling eggs to .c

2016-10-25 Thread Norman Gray
g a temporary directory in chicken-install.scm. The Deployment page refers to 'Using the compiler' for guidance on this route, but that page doesn't appear to cover this case. What am I missing? Best wishes, Norman -- Norman Gray : https://nxg.me.uk SUPA School of Physics and Astronom

Re: [Chicken-users] Generating C

2016-07-11 Thread Norman Gray
Greetings. A followup... On 8 Jul 2016, at 19:46, Norman Gray wrote: "/Data/tools/chicken-4.11.0/bin/csc" -t -unit db -optimize-level 3 -include-path ../.. -emit-all-import-libraries -output-file db.c ../../db.scm [...] [panic] nursery is too small - try higher setting usin

[Chicken-users] Generating C

2016-07-08 Thread Norman Gray
'Using the compiler' page, and odd that an apparently simple build -- I'm not doing anything exotic -- is quite this difficult, and requires quite so much use of the source (Luke). Have I (as happens so often) got the wrong end of the stick? Thanks for any advice. Best wishes, Norman -- No

Re: [Chicken-users] Understanding modules?

2016-05-23 Thread Norman Gray
extension-libraries> Best wishes, Norman -- Norman Gray : https://nxg.me.uk SUPA School of Physics and Astronomy, University of Glasgow, UK ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Understanding modules?

2016-05-23 Thread Norman Gray
they can be correctly assigned. Will do. Best wishes, Norman -- Norman Gray : https://nxg.me.uk SUPA School of Physics and Astronomy, University of Glasgow, UK ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users

Re: [Chicken-users] Understanding modules?

2016-05-21 Thread Norman Gray
Greetings. On 16 Mar 2016, at 17:01, Norman Gray wrote: Thank you Oleg and John, for these explanations. I won't be back in Chicken-land for a couple of days, but as soon as I can I'll aim to understand this point well enough to offer a draft of additional text for the manual. A little

[Chicken-users] Compiling the openssl egg on OS X

2016-03-19 Thread Norman Gray
; Error: shell command failed with nonzero exit status 256: '/Data/tools/chicken-4.10.0/bin/csc' -feature compiling-extension -setup-mode-O2 -d0 -s -j openssl openssl.scm -lssl -lcrypto Error: shell command terminated with nonzero exit code 17920 "'/Data/tools/chicken-4.10.0/bin/

[Chicken-users] Fwd: Understanding modules?

2016-03-19 Thread Norman Gray
this point well enough to offer a draft of additional text for the manual. Best wishes, Norman Forwarded message: From: Oleg Kolosov <bazur...@gmail.com> To: Norman Gray <nor...@astro.gla.ac.uk> Subject: Re: [Chicken-users] Understanding modules? Date: Tue, 15 Mar 2016 23:10:20 +0

Re: [Chicken-users] Compiling the openssl egg on OS X

2016-03-18 Thread Norman Gray
enssl/1.0.2f/lib" chicken-install openssl without any modifications. Does that work? Perfectly! Many thanks. Norman -- Norman Gray : https://nxg.me.uk SUPA School of Physics and Astronomy, University of Glasgow, UK ___ Chicken-users mailing li

[Chicken-users] Understanding modules?

2016-03-15 Thread Norman Gray
all code into modules, yes? If it's not, I may be going against the grain here. All the best, Norman -- Norman Gray : https://nxg.me.uk SUPA School of Physics and Astronomy, University of Glasgow, UK ___ Chicken-users mailing list Chicken-users

Re: [Chicken-users] Starting up spiffy for dynamic content

2016-03-09 Thread Norman Gray
Peter, hello. On 8 Mar 2016, at 20:41, Peter Bex wrote: On Tue, Mar 08, 2016 at 02:48:00PM +, Norman Gray wrote: So you mean including handlers like: (define (vhost-handler cont) (let ((uri (uri-path (request-uri (current-request) (if (string=? (cadr uri) "wibble")

Re: [Chicken-users] Starting up spiffy for dynamic content

2016-03-08 Thread Norman Gray
Peter, hello. Thanks for these clarifications. On 8 Mar 2016, at 12:40, Peter Bex wrote: On Tue, Mar 08, 2016 at 12:02:29PM +, Norman Gray wrote: It occurred to me that I could/should use the vhost-map to do this dispatching, using something like (vhost-map `((".*" . ,(lambda

[Chicken-users] Starting up spiffy for dynamic content

2016-03-08 Thread Norman Gray
k which requires, in serve/servlet <http://docs.racket-lang.org/web-server/run.html>, a request->response mapping function. If I'm missing something really obvious, then apologies, and could someone hand me the clue-stick? Best wishes, Norman -- Norman Gray : https://nxg.me.