On Sat 15 Aug 2009 19:53, Barry Fishman <barry_fish...@acm.org> writes:
> Although guile-lib git master works with Guile 1.9.1, there seems to be > a problem with Guile 1.9.2. > > Seen from: Ubuntu Jaunty x86_64 > > $ guile > Guile Scheme interpreter 0.5 on Guile 1.9.2 > Copyright (C) 2001-2008 Free Software Foundation, Inc. > > Enter `,help' for help. > scheme@(guile-user)> (use-modules (htmlprag)) > scheme@(guile-user)> (html->shtml "<hr noshade=1 />") This works now. I suspect it was the 7f7b85cbf68a8b83e1ad7bc78379cf2764fc9a1b fix that did it. However we have another problem: scheme@(guile-user)> (define prime:sieve #y(0 0 1 1 0 1 0 1 0 0 0)) ERROR: In procedure make-generalized-vector: ERROR: Wrong type argument in position 1 (expecting array type): y ERROR: In procedure scm_read_expression: ERROR: #<unknown port>:3:47: unexpected ")" What is a #y vector? Does anyone know? Andy -- http://wingolog.org/