Ramil Farkhshatov ramil@gmx.co.uk writes:
On Thu, Aug 27, 2009 at 12:40:47PM +0200, Ralf Schmitt wrote:
Hi all,
I get a segfault when trying to compile srfi-13:
$ curl -O http://srfi.schemers.org/srfi-13/srfi-13.scm $ gsc -e '(load "~~/lib/syntax-case.scm")' srfi-13.scm zsh: segmentation fault gsc -e '(load "~~/lib/syntax-case.scm")' srfi-13.scm
this happens with gambit v4.5.1 on a x86-64 arch linux using gcc 4.4.1.
Encountered same issue on archlinux i686 and gambit v4.4.3. Here is patch for srfi-pack. Colleague ported srfi-13 to define-macro.
I've tried to use sfri-pack from http://www.iro.umontreal.ca/~germaing/srfi-pack-0.1.tar.gz with and without your patches. It failed miserably. Is there a newer version of sfri-pack? Do you use additional patches? Does anybody have a working implemantation of srfi 13? Should I use Bradley Lucier's code? This code at least seems to work for me. (see https://webmail.iro.umontreal.ca/pipermail/gambit-list/2009-April/003352.htm...)
Regards, - Ralf