[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-rpc-bugs] [PATCH 0/1] Patches for Guile-3.0 support
From: |
Maxime Devos |
Subject: |
[Guile-rpc-bugs] [PATCH 0/1] Patches for Guile-3.0 support |
Date: |
Wed, 14 Oct 2020 11:22:04 +0200 |
User-agent: |
Evolution 3.34.2 |
Hi,
I'm trying to use Guile-RPC, with Guile-3.0. Some fixes are required
to build Guile-RPC successfully for Guile-3.0. Here's a relevant fragment
from the Guile manual:
> (1) In Guile 2.2 and earlier, _all_ the module bindings would become
> available; SYMBOL-LIST was just the list of bindings that will first
> trigger the load.
In combination with `autoreconf -vif`, this builds Guile-RPC successfully.
Maxime
Maxime Devos (1):
Fix imports for Guile-3.0.
modules/rpc/compiler/parser.scm | 2 +-
modules/rpc/rpc/portmap.scm | 2 +-
modules/rpc/rpc/server.scm | 3 ++-
utils/grpc-compile.in | 17 +++++++++++++++--
4 files changed, 19 insertions(+), 5 deletions(-)
--
2.28.0
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Guile-rpc-bugs] [PATCH 0/1] Patches for Guile-3.0 support,
Maxime Devos <=