Re: Guile 2.2 on MSYS2 + MinGW

2018-01-25 Thread Matthew Keeter
> On Jan 24, 2018, at 1:57 PM, Eli Zaretskii wrote: > >> From: Matthew Keeter >> Date: Tue, 23 Jan 2018 21:18:17 -0500 >> Cc: guile-devel@gnu.org >> >> BOOTSTRAP GUILEC ice-9/eval.go >> ;;; note: source file >> C:/msys64/home/mkeet

Re: Guile 2.2 on MSYS2 + MinGW

2018-01-23 Thread Matthew Keeter
> On Jan 18, 2018, at 11:00 AM, Eli Zaretskii wrote: > >> From: Matthew Keeter >> Date: Thu, 18 Jan 2018 10:18:36 -0500 >> >> Yup, I’m building 2.2.3. I see mktime.c in guile-2.2.3/lib, but do not see >> mktime.o when I objdump libgnu.a, indicating

Re: Guile 2.2 on MSYS2 + MinGW

2018-01-18 Thread Matthew Keeter
flicting GNULIB_MKTIME vs gl_GNULIB_ENABLED_mktime_TRUE, but am not adept at parsing automake outputs… -Matt > On Jan 18, 2018, at 9:09 AM, Eli Zaretskii wrote: > >> From: Matthew Keeter >> Date: Wed, 17 Jan 2018 17:30:02 -0500 >> Cc: guile-devel@gnu.org >> >> Following your

Re: Guile 2.2 on MSYS2 + MinGW

2018-01-17 Thread Matthew Keeter
, 2018, at 10:54 AM, Eli Zaretskii wrote: > >> From: Matthew Keeter >> Date: Tue, 16 Jan 2018 17:50:58 -0500 >> >> So far, I’ve adapted or created a handful of patches, and have successfully >> built guile.exe. The build is failing after this point, when it tr

Guile 2.2 on MSYS2 + MinGW

2018-01-16 Thread Matthew Keeter
I’m dipping my toe into the tarpit of making a native Windows build for Guile 2.2, using msys2 (http://www.msys2.org/ ). My efforts are here: https://github.com/mkeeter/guile-mingw https://github .com/mkeeter/g

[PATCH] Add scm_is_list helper function

2017-06-02 Thread Matthew Keeter
For symmetry with scm_is_number, scm_is_pair, etc, this small patch adds scm_is_list to the C API. I pattern-matched to find all the places it should go (both code and documentation); let me know if I missed anything. -Matt 0001-Add-scm_is_list-helper-function.patch Description: Binary data