guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: building .deb for guile-1.6.8-latest [with debugging symbol] - test-


From: Ludovic Courtès
Subject: Re: building .deb for guile-1.6.8-latest [with debugging symbol] - test-suite failed
Date: Tue, 13 Apr 2010 00:43:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi David,

David Pirotte <address@hidden> writes:

> Running import.test
> ERROR: In procedure symbol->string:
> ERROR: Wrong type argument in position 1 (expecting SYMBOLP): #:external

It looks like the ‘prefix’ keyword read option is enabled, leading
‘:external’ in imports.test to be read as a keyword instead of a symbol.

You can try addding ‘(read-set! keywords #f)’ somewhere before
‘:external’.

Thanks,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]