gnucash-on-windows master: Bug 797254 - guile2 fails to build in Windows...

John Ralls jralls at code.gnucash.org
Mon Jun 3 12:35:52 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/e1ea3478 (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/b4186f16 (commit)



commit e1ea3478e3f24a850f4b1caaf8fa6e1fee42849a
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 3 09:31:57 2019 -0700

    Bug 797254 - guile2 fails to build in Windows...
    
    time_rz.c:308: undefined reference to `rpl_mktime'
    
    Patch the gnulib part to correctly handle builds where REPLACE_TIMEGM
    is true and REPLACE_MKTIME may or may not be true.
    
    Also switch to building a snapshot from Guile's repo and applying our
    patches via jhbuild instead of using a snapshot of a private repo.



Summary of changes:
 gnucash.modules                                    |  8 ++-
 patches/0001-Fix-build-on-MinGW-w64.patch          | 80 ++++++++++++++++++++++
 ...n-t-break-build-when-including-libguile.h.patch | 28 ++++++++
 patches/0003-AC_DEFINE-REPLACE_MKTIME.patch        | 67 ++++++++++++++++++
 4 files changed, 181 insertions(+), 2 deletions(-)
 create mode 100644 patches/0001-Fix-build-on-MinGW-w64.patch
 create mode 100644 patches/0002-MinGW-Don-t-break-build-when-including-libguile.h.patch
 create mode 100644 patches/0003-AC_DEFINE-REPLACE_MKTIME.patch



More information about the gnucash-patches mailing list