CMake failure with LIB_OFX OFF

2017-09-02 Thread Sumit Bhardwaj
After pulling the latest master, I was able to make and make check using autotools. However, cmake failed. With the command: >cmake -D WITH_AQBANKING=OFF -D WITH_OFX=OFF -G Ninja ../gnucash/ && ninja check && ninja install The error at the end is: FAILED: gnucash/import-export/ofx/test/CMakeFiles

Change Boost dependency to 1.54 or above?

2017-09-02 Thread Sumit Bhardwaj
Some time back, John had asked if we can move our Boost dependency to 1.54 or above so we can use Boost::log. I wanted to check back to see if we are at a point where we can move Boost from 1.53 which is where we have it now. For reference, Fedora 22 shipped on May 26, 2015 with Boost version 1.58

Re: New Account Dialog

2017-09-02 Thread Geert Janssens
On zaterdag 2 september 2017 02:23:54 CEST John Ralls wrote: > > On Sep 1, 2017, at 4:25 PM, Alex Aycinena wrote: > > > (note: I used an 'edit account' dialog instead of a 'new account' dialog, without thinking, but it shouldn't make any difference, it just doesn't have an opening balance noteb

dialog-invoice

2017-09-02 Thread Robert Fewell
I have noticed some invalid casts which trace back to dialog-invoice but not sure what has changed, so here is what I have found... Looking at a local pre gtk3/master dialog-invoice.glade, you have page_terms_menu being a GtkEntry and dialog_terms_menu being a GtkComboBox with no Entry. Looking a

Re: dialog-invoice

2017-09-02 Thread Mike Evans
On Sat, 2 Sep 2017 13:42:56 +0100 Robert Fewell <14ubo...@gmail.com> wrote: > I have noticed some invalid casts which trace back to dialog-invoice but > not sure what has changed, so here is what I have found... > > Looking at a local pre gtk3/master dialog-invoice.glade, you have > page_terms_me

Re: dialog-invoice

2017-09-02 Thread Robert Fewell
Mike, Thanks for that, it looks like I reverted your change, possibly used an out of date file, will make changes and add it to a PR. Bob On 2 September 2017 at 13:48, Mike Evans wrote: > On Sat, 2 Sep 2017 13:42:56 +0100 > Robert Fewell <14ubo...@gmail.com> wrote: > > > I have noticed some inva

Re: CMake failure with LIB_OFX OFF

2017-09-02 Thread John Ralls
> On Sep 2, 2017, at 12:22 AM, Sumit Bhardwaj wrote: > > After pulling the latest master, I was able to make and make check using > autotools. However, cmake failed. > > With the command: >> cmake -D WITH_AQBANKING=OFF -D WITH_OFX=OFF -G Ninja ../gnucash/ && ninja > check && ninja install > >

Re: Travis test failure in test-import-map

2017-09-02 Thread Geert Janssens
On zaterdag 11 maart 2017 13:57:52 CEST Robert Fewell wrote: > For information I have added this to my test branch travis.yml file... > > after_failure: for file in $( find . -name 'test*.log' ); do echo -e > "\n## $file"$'\n\n'"$(cat -- "$file")" >> all.txt; done && cat all.txt FYI Since I was

Attempt to build gnucash(master) via Msys2/jhbuild

2017-09-02 Thread Geert Janssens
So I revived a Windows 7 Professional 64bit PC that was collecting dust in the corner to become a test builder for Gnucash on Windows (master). In the process of getting this set up and running I ran into a number of issues. I've duly written bug reports to track them all: https://bugzilla.gnome

Re: Change Boost dependency to 1.54 or above?

2017-09-02 Thread Geert Janssens
On zaterdag 2 september 2017 09:35:17 CEST Sumit Bhardwaj wrote: > Some time back, John had asked if we can move our Boost dependency to 1.54 > or above so we can use Boost::log. I wanted to check back to see if we are > at a point where we can move Boost from 1.53 which is where we have it now. >

Re: CMake failure with LIB_OFX OFF

2017-09-02 Thread Sumit Bhardwaj
You meant second. Right? :) https://github.com/Gnucash/gnucash/pull/181 Thanks, Sumit On Sat, Sep 2, 2017 at 6:46 AM, John Ralls wrote: > > > > On Sep 2, 2017, at 12:22 AM, Sumit Bhardwaj wrote: > > > > After pulling the latest master, I was able to make and make check using > > autotools. Ho

Re: Change Boost dependency to 1.54 or above?

2017-09-02 Thread Sumit Bhardwaj
Sounds good. I didn't realize Centos 7 was that far behind. ​Thanks, Sumit​ On Sat, Sep 2, 2017 at 1:19 PM, Geert Janssens wrote: > On zaterdag 2 september 2017 09:35:17 CEST Sumit Bhardwaj wrote: > > Some time back, John had asked if we can move our Boost dependency to > 1.54 > > or above so w

Re: Change Boost dependency to 1.54 or above?

2017-09-02 Thread Leon Taylor
Centos focuses on being ultra-stable, so all of centos' packages are very old. I think centos 6 is still using the 2.6 linux kernel. Thanks, Leon On Sat, 2017-09-02 at 14:36 -0700, Sumit Bhardwaj wrote: > Sounds good. I didn't realize Centos 7 was that far behind. > > Thanks, > Sumit > > On Sat,

Re: Attempt to build gnucash(master) via Msys2/jhbuild

2017-09-02 Thread John Ralls
> On Sep 2, 2017, at 12:57 PM, Geert Janssens > wrote: > > So I revived a Windows 7 Professional 64bit PC that was collecting dust in > the > corner to become a test builder for Gnucash on Windows (master). > > In the process of getting this set up and running I ran into a number of > issu