RE: cicken-install woes

2023-04-13 Thread Duke Normandin
I just re-installed chicken-5.3.0 from source using the link Mario provided. No problems encountered. However: chicken-install this building this installing this install: cannot create regular file '/home/dnormandin/local/chicken-5.3.0/lib/chicken/11/this.o': Permission denied Error: shell

chicken-install woes

2023-04-13 Thread Duke Normandin
Hello list ... [quote] chicken-install -s apropos chicken-doc building matchable /usr/bin/csc -host -D compiling-extension -J -s -regenerate-import-libraries -setup-mode -I /home/dnormandin/.cache/chicken-install/matchable -C -I/home/dnormandin/.cache/chicken-install/matchable -O2 -d1

Re: freeBSD chicken port

2021-01-14 Thread Duke Normandin
On Thu, 14 Jan 2021 22:31:28 -0500 Paul Wisehart wrote: [snip] > You can see the binaries in /usr/local/bin. > chicken5 csc5 and csi5. > You can generalize begin using most FreeBSD packages. I discovered all of that already! But WHY change from csc and csi to csc5 and csi5? So next next Chicken

freeBSD chicken port

2021-01-14 Thread Duke Normandin
Hi all .. Just installed freeBSD on an old AMD Athlon box. My first *nix love works like a hot damn. :) Installed freeBSD pkg Chicken5-5.2.0 - no problems. However, getting it run afterwards took me 1/2 hour. I tried: chicken; man 1 chicken; csi; man 1 csi; csc etc etc NO JOY! Until out of

Re: Chicken on Debian

2021-01-10 Thread Duke Normandin
On Sun, 10 Jan 2021 22:05:21 +0100 Mario Domenech Goulart wrote: > $ wget > http://code.call-cc.org/releases/5.2.0/chicken-5.2.0.tar.gz $ tar > xzvf chicken-5.2.0.tar.gz $ cd chicken-5.2.0 > $ make PLATFORM=linux PREFIX=$HOME/local/chicken-5.2.0 install dnormandin@ASUSLAP:~$ ls

Re: Chicken on Debian

2021-01-10 Thread Duke Normandin
On Sun, 10 Jan 2021 22:05:21 +0100 Mario Domenech Goulart wrote: Hey Mario ... Thanks for all the help!! [snip] > If you want to compile CHICKEN from sources, it's a piece of cake > on Linux, and doesn't depend on much more than what you'd need to > install eggs. You'll need a C toolchain and

Re: Chicken on Debian

2021-01-10 Thread Duke Normandin
On Sun, 10 Jan 2021 22:12:50 +0200 Lassi Kortela wrote: > > dnormandin@ASUSLAP:~$ sudo apt install chicken-bin=5.2.0 > > E: Version '5.2.0' for 'chicken-bin' was not found > > 5.2.0 is in Debian Testing and Unstable. > https://repology.org/project/chicken/versions Thanks! I'm rusty with 'apt'

Chicken on Debian

2021-01-10 Thread Duke Normandin
Debian shows only: dnormandin@ASUSLAP:~$ apt search chicken Sorting... Done Full Text Search... Done chicken-bin/oldstable 4.11.0-1 amd64 Practical and portable Scheme system - compiler dnormandin@ASUSLAP:~$ sudo apt install chicken-bin=5.2.0 Reading package lists... Done Building dependency

Re: Noob needs current tutorial please

2021-01-10 Thread Duke Normandin
On Sun, 10 Jan 2021 12:37:41 -0700 Duke Normandin wrote: [snip} > Haven't tried to get the scheme script working on plain cmd shell. > I've got Debian installed on my Win10 box. I may learn > scheme/chicken there! I have now: C:\> csi -ss quickrep.scm

Re: Noob needs current tutorial please

2021-01-10 Thread Duke Normandin
On Sun, 10 Jan 2021 09:56:00 +0100 Stefan Schmiedl wrote: > "Duke Normandin" , 10.01.2021, 05:05: > > > Follow-up ... [snip] > Write a program echoing its commandline arguments to stdout > and then feed it with different types of arguments: > > csi -ss ech

Re: Noob needs current tutorial please

2021-01-10 Thread Duke Normandin
On Sun, 10 Jan 2021 09:56:00 +0100 Stefan Schmiedl wrote: > "Duke Normandin" , 10.01.2021, 05:05: > > > Follow-up ... [snip] > Write a program echoing its commandline arguments to stdout > and then feed it with different types of arguments: > > csi -ss ech

Re: Noob needs current tutorial please

2021-01-09 Thread Duke Normandin
Follow-up ... The code executed without a burp! :-) However ... c:\> csi -ss quickrep.scm

Re: Noob needs current tutorial please

2021-01-09 Thread Duke Normandin
On Sun, 10 Jan 2021 03:16:36 + André Sá wrote: > On 1/10/21 2:51 AM, Duke Normandin wrote: > > Hello & Happy New Year! > > > > I'm new to Chicken Scheme. I've got some exposure to newLISP and > > Gambit-C. I'm continueing my test-drive of Chicken becau

Re: Noob needs current tutorial please

2021-01-09 Thread Duke Normandin
On Sat, 9 Jan 2021 19:13:18 -0800 George Oliver wrote: > On Sat, Jan 9, 2021 at 6:51 PM Duke Normandin > wrote: > > > > Any recent tutorials for Chicken out there? TIA .. > > hi Duke, unfortunately that example you linked is using version 4 > Chicken (note the versio

Noob needs current tutorial please

2021-01-09 Thread Duke Normandin
Hello & Happy New Year! I'm new to Chicken Scheme. I've got some exposure to newLISP and Gambit-C. I'm continueing my test-drive of Chicken because it produced the smallest executable for helloworld.scm. However, I'm having a bitch of a time finding a tutorial with example code that is current