Re: [ANN] CHICKEN 5.2.0 release candidate available

2020-01-15 Thread Alexander Shendi (Web.DE)
Dear List, OS: Debian 9.11, Linux 4.4.19, aarch64 Kernel, armv7hf user land. Hardware: Pinebook Pro (aarch64/arm64) Compiler: GCC 6.3.0-18+deb9u1 I have followed the instructions and done: 1. make PREFIX=$HOME/.local/chicken/5.2.0rc1 PLATFORM=linux C_COMPILER=gcc 2. make

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

2019-06-10 Thread Alexander Shendi (Web.DE)
Operating system: NetBSD 8.99.42 Hardware platform: arm64 aka aarch64 C Compiler: GCC 7.4.0 (nb3 2019 03 19) Installation works?: yes Tests work?: yes (exit status 0) Installation of eggs works?: (r7rs egg) yes Best Regards, Alexander Am 8. Juni 2019 15:07:34 MESZ schrieb Peter Bex : >Hello

Re: [Chicken-users] build failure and some questions about using chicken-belt

2019-02-24 Thread Alexander Shendi (Web.DE)
r > >make ... confclean && make ... clean > >running make again still fails with the same error as before. > >Best wishes, >-Heinz > > > >On 2/24/19 2:48 PM, Alexander Shendi (Web.DE) wrote: >> Dear Heinz, >> >> It maybe just a typo, but I noticed,

Re: [Chicken-users] build failure and some questions about using chicken-belt

2019-02-24 Thread Alexander Shendi (Web.DE)
Dear Heinz, It maybe just a typo, but I noticed, you said you set a $CHICKENS env var, but in your make command you reference a $CHICKEN env var (without #\S). To answer your other questions: I usually use the approach you propose, but I simply build each variant of CHICKEN in its own

Re: [Chicken-users] 5.0.0rc3 under Android/Termux

2018-10-18 Thread Alexander Shendi (Web.DE)
With this setup you should also be able to run the test suite. Thank you for sharing. Best Regards, Alexander Am 18. Oktober 2018 02:38:19 MESZ schrieb daniel szmulewicz : >Hi everybody, > >Following Alexander's post on installing 5.0.0rc3 under Android/Termux, >I >would like to share some

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

2018-09-10 Thread Alexander Shendi (Web.DE)
Operating System: OpenBSD 6.3 (with patches) Hardware Platform: amd64/x86_64 C compiler: Clang 5.0.1 (system compiler) Installation works? : yes Tests work: yes Installation of eggs works: r7rs works, pastiche fails. Best Regards, Alexander Am 9. September 2018 14:30:12 MESZ schrieb

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

2018-08-11 Thread Alexander Shendi (web.de)
Operating System: Debian 9.4 under Chrome OS. Hardware: ARM64 aka aarch64 C Compiler: gcc 6.3 Installation works?: yes Tests work?: yes Installation of eggs works?: yes Many thanks to the CHICKEN team for making this happen. Best Regards, Alexander Am 11. August 2018 11:43:58 MESZ schrieb

Re: [Chicken-users] Chicken on Termux

2017-05-13 Thread Alexander Shendi (web.de)
patch? (I'm not adept with C.) Is >your >patch forward-compatible so it will work on future versions of chicken? > >3) Is there a way to compile chicken so the library is included >statically >and doesn't require a dynamically-loaded library? (I would prefer that >to a >patch.) >

Re: [Chicken-users] Chicken on Termux

2017-05-12 Thread Alexander Shendi (web.de)
Dear Phil, It's me again. Some remarks: I did successfully compile CHICKEN 4.12.0 on Termux/Android. Please use that exact release as it contains several fixes for the Android platform. 1) I used PLATFORM=android as Termux uses Android's libc (Bionic) rather than GNU libc. 2) The complete