bug#29553: Patches for guile on MSYS2

2017-12-03 Thread Hannes Müller
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

bug#36601: Patch series for guile-2.9.2 on mingw-w64

2019-07-11 Thread Hannes Müller
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-

bug#36601: Patch series for guile-2.9.2 on mingw-w64

2019-07-15 Thread Hannes Müller
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

bug#40780: guile 3.0.2: Prevent warning using libguile with -Wpedantic (redefinition)

2020-04-22 Thread Hannes Müller
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

bug#40780: guile 3.0.4: #40780 can be closed (typedef redefinition allowed in c11)

2020-12-05 Thread Hannes Müller
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