[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[guile-reader-devel] guile-reader may need adjustments to be used with t
From: |
tantalum |
Subject: |
[guile-reader-devel] guile-reader may need adjustments to be used with the next release of guile |
Date: |
Sun, 08 Jun 2014 22:07:16 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
i just updated from guile 2.0.11 to todays git version 2.1.0.43-59258f
and guile-reader worked before without problems, now i see things
about "2.2" instead of "2.0" in strace and it does not work anymore, stating
"ERROR: In procedure dynamic-link: file: "/usr/lib/libguile-reader",
message: "file not found""
open("/usr/lib/libguile-2.0.so.22", O_RDONLY|O_CLOEXEC)
= -1 ENOENT (No such file or directory)
(a file which is in fact missing and got replaced with a similar 2.2
version with the update)
trying to compile gives
"make: error while loading shared libraries: libguile-2.0.so.22: cannot
open shared object file: No such file or directory"
by the way i think guile-reader is a great project, i use it for example
to parse code with comments for formatting and for custom readers to
transcompile from scheme syntax to other languages
- [guile-reader-devel] guile-reader may need adjustments to be used with the next release of guile,
tantalum <=