bug-guile
[Top][All Lists]
Advanced

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

Re: problem about v1.8.0 guile


From: Ludovic Courtès
Subject: Re: problem about v1.8.0 guile
Date: Fri, 14 Jan 2011 00:25:01 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux)

Hi,

joe <address@hidden> writes:

>       Recently, we migrate scheme codes from v1.6.4 guile to v1.8.0 guile
> and go to build.

I warmly recommend 1.8.8, the latest release of the 1.8 series.

>       But, we get error message as below :
>               ERROR: In procedure primitive-load-path:
>               ERROR: Unable to find file
> "../../sid1/opcodes/../cgen/cgen-opc.scm" in load path

Dot-dot should be avoided in file names passed to ‘primitive-load-path’,
since that procedure searches for the given file in ‘%load-path’
(info "(guile) Loading").

>       1. is there any change about file loading from v1.6.4 guile to v1.8.0
> guile?

I don’t think so, but these are two very old releases.

>       2. could you give me suggestion of how to debug guile or debug scheme
> codes?

For the problem at hand, you could try the ‘search-path’ procedure to
see what happens, or use strace(1) to see where Guile is looking for
this file.

Hope this helps,
Ludo’.



reply via email to

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