[Chicken-users] Can't install srfi 47

2012-03-06 Thread Mark Carter
There seems to be a problem with srfi 47 root@miro:~# chicken-install srfi-47 retrieving ... resolving alias `kitten-technologies' to: http://chicken.kitten- technologies.co.uk/henrietta.cgi connecting to host chicken.kitten-technologies.co.uk, port 80 ... requesting

Re: [Chicken-users] Can't install srfi 47

2012-03-06 Thread Christian Kellermann
Hi Mark! * Mark Carter mcar...@markcarter.me.uk [120306 17:07]: root@miro:~# chicken-install srfi-47 [...] Warning: extension `srfi-47' has no .meta file - assuming it has no This error message is misleading. There is no egg with that name. Newer chickens will give a more meaningful error

Re: [Chicken-users] Can't install srfi 47

2012-03-06 Thread John Cowan
Christian Kellermann scripsit: * Mark Carter mcar...@markcarter.me.uk [120306 17:07]: root@miro:~# chicken-install srfi-47 [...] Warning: extension `srfi-47' has no .meta file - assuming it has no This error message is misleading. There is no egg with that name. Newer chickens

Re: [Chicken-users] Can't install srfi 47

2012-03-06 Thread Mark Carter
Christian Kellermann ck...@pestilenz.org * Mark Carter mcar...@markcarter.me.uk [120306 17:07]: Warning: extension `srfi-47' has no .meta file - assuming it has no Why are you needing this srfi? I want to create a matrix, and populate it. I have a list of triplets consisting of a row

Re: [Chicken-users] Can't install srfi 47

2012-03-06 Thread John Cowan
Mark Carter scripsit: I want to create a matrix, and populate it. I have a list of triplets consisting of a row number, a column number , and a value. I populate the given row/column cell with the value. Having processed the list of triplets, I print the table as a list of lists. Any cells

Re: [Chicken-users] Can't install srfi 47

2012-03-06 Thread Mark Carter
John Cowan co...@mercury.ccil.org SRFI-63 is definitely your friend. Thanks. I've converted my code to use that SRFI. ___ Chicken-users mailing list Chicken-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/chicken-users