Re: [GNC-dev] Windows Build problem

2019-09-13 Thread John Ralls
Yes, Thanks. Committed on your behalf and pushed. Regards, John Ralls > On Sep 13, 2019, at 10:37 AM, Matthew Forbis via gnucash-devel > wrote: > > I might have fixed it myself. Does the following change make sense? > > > > CMakeLists.txt | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [GNC-dev] Windows Build problem

2019-09-13 Thread Matthew Forbis via gnucash-devel
I might have fixed it myself.  Does the following change make sense?  CMakeLists.txt | 2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0654dfb5a..b054f9cc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -217,9 +217,9 @@ if

[GNC-dev] Windows Build problem

2019-09-13 Thread Matthew Forbis via gnucash-devel
Hi, I'm attempting to build on windows to try to still solve the report bug I'm interested in and it seems that the patch below might have broken the windows build (or I don't know what I'm doing is also a possibilty). With the commit John pushed yesterday, I get the following error message