Dear Maintainer,
Hereby I ask to apply the following patches for inclusion. They are
already used downstream in guile on MSYS2.
Best regards
Hannes
From dd6c5b70fa0dc66b569a1aacd84b45e417af0372 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hannes=20M=C3=BCller?=
Date: Wed, 26 Apr 2017 10:41:47 +0200
Hi,
I propose the following patch series for current guile 3 development.
With these patches applied, on i686 and x86_64 I got until
CCLD guile.exe
GEN guile-procedures.texi
Backtrace:
0 (primitive-load-path "C:/Users/hm/Documents/msys32/
")
ERROR: In procedure primitive-
The error regarding the wrong absolute path names is related to
the prebuilt modulesprebuilt\64-bit-little-endian\ice-9\boot-9
.goprebuilt\32-bit-little-endian\ice-9\boot-9.go
They have been built with system-file-name-convention set to posix. In
fact on mingw-w64 this value is set to windows. I fo
Dear Maintainer,
2 warnings as shown below for libguile 3.0.2 (i.e. usage of libguile in
external C code) with gcc 9.3.0 and option -Wpedantic are indicated. In
contrast I get no warnings for libguile 2.2.7 with the same compiler
options. Therefore, please fix this easy to circumvent warning.
Be
Dear Maintainer,
I consider this bug report can be closed.
The 2011 C standard allows redeclaration of typedef names. 6.7 3 says:
… a typedef name may be redefined to denote the same type as it
currently does, provided that type is not a variably modified type;…
I compiled my application with -s