Re: Windows Build failure

2015-07-31 Thread Robert Fewell
John, Have built from scratch and confirm Gnucash starts OK from creating a dist file. Not sure if this is related or just a coincidence, but if I try and start from the inst/bin/gnucash-launcher.cmd I get the following error... 'The procedure __gmpn_cnd_add_n can not be found in

Re: Windows Build failure

2015-07-28 Thread John Ralls
On Jul 27, 2015, at 12:59 PM, John Ralls jra...@ceridwen.us wrote: On Jul 27, 2015, at 10:21 AM, Robert Fewell 14ubo...@gmail.com wrote: John, I have given it a try and it partially fixes the problem. Gnucash now builds OK but it still failed on startup. Just to make sure I created

Re: Windows Build failure

2015-07-27 Thread Robert Fewell
John, I have given it a try and it partially fixes the problem. Gnucash now builds OK but it still failed on startup. Just to make sure I created a setup.exe from the dist script and installed that which failed initially because it could not find the lib_boost_date.dll, these were in the lib

Re: Windows Build failure

2015-07-27 Thread John Ralls
On Jul 27, 2015, at 10:21 AM, Robert Fewell 14ubo...@gmail.com wrote: John, I have given it a try and it partially fixes the problem. Gnucash now builds OK but it still failed on startup. Just to make sure I created a setup.exe from the dist script and installed that which failed

Re: Windows Build failure

2015-07-25 Thread John Ralls
On Jul 25, 2015, at 2:55 AM, Robert Fewell 14ubo...@gmail.com wrote: John, Still no luck with your revised patch. There is no codecvt header file but I did find one in bits/codecvt.h, tried adding that instead but still failed, looked in that file and seemed to imply it should not be

Re: Windows Build failure

2015-07-25 Thread John Ralls
On Jul 25, 2015, at 7:19 AM, John Ralls jra...@ceridwen.us wrote: On Jul 25, 2015, at 2:55 AM, Robert Fewell 14ubo...@gmail.com wrote: John, Still no luck with your revised patch. There is no codecvt header file but I did find one in bits/codecvt.h, tried adding that instead but

Re: Windows Build failure

2015-07-25 Thread Robert Fewell
John, Still no luck with your revised patch. There is no codecvt header file but I did find one in bits/codecvt.h, tried adding that instead but still failed, looked in that file and seemed to imply it should not be used directly and maybe locale is the way to go. Tried that and get the following

Re: Windows Build failure

2015-07-24 Thread Robert Fewell
John, Still trying to compile with your patch with the following changes for load_windows_default_tz... void TimeZoneProvider::load_windows_default_tz() { TIME_ZONE_INFORMATION tzi {}; if (GetTimeZoneInformation (tzi) == TIME_ZONE_ID_INVALID) throw std::invalid_argument (No

Re: Windows Build failure

2015-07-24 Thread John Ralls
On Jul 24, 2015, at 6:09 AM, Robert Fewell 14ubo...@gmail.com wrote: John, Still trying to compile with your patch with the following changes for load_windows_default_tz... void TimeZoneProvider::load_windows_default_tz() { TIME_ZONE_INFORMATION tzi {}; if

Re: Windows Build failure

2015-07-23 Thread John Ralls
On Jul 21, 2015, at 9:18 AM, John Ralls jra...@ceridwen.us wrote: On Jul 21, 2015, at 3:28 AM, Robert Fewell 14ubo...@gmail.com wrote: John, I have found a better windows version of gdb and have set the break point and catch point as requested. Now running gnucash from gdb the

Re: Windows Build failure

2015-07-21 Thread John Ralls
On Jul 21, 2015, at 3:28 AM, Robert Fewell 14ubo...@gmail.com wrote: John, I have found a better windows version of gdb and have set the break point and catch point as requested. Now running gnucash from gdb the exception stems from getting time zone information from

Re: Windows Build failure

2015-07-20 Thread Robert Fewell
OK, deleted all folders in gcdev apart from the git ones and reran the vb script and then the install.sh file. This recompiled all dependencies and also gnucash. Tried to start it from the gcdev/gnucash/inst/bin/gnucash-launcher.cmd which failed as boost libraries was not in path. Added new path

Re: Windows Build failure

2015-07-20 Thread John Ralls
On Jul 20, 2015, at 4:05 AM, Robert Fewell 14ubo...@gmail.com wrote: OK, deleted all folders in gcdev apart from the git ones and reran the vb script and then the install.sh file. This recompiled all dependencies and also gnucash. Tried to start it from the

Re: Windows Build failure

2015-07-20 Thread Robert Fewell
John, All the builds in May and June will install and if you start one it stops saying it can not find libboost_date_time.dll. If I copy that dll from the gcdev/boost/lib to the gnucash/bin directory you get the Runtime Error straight away as attached. Robert On 20 July 2015 at 15:22, John

Re: Windows Build failure

2015-07-20 Thread John Ralls
On Jul 20, 2015, at 9:57 AM, Robert Fewell 14ubo...@gmail.com wrote: I had but I do not think I was doing it correctly, see attached, once I click on OK I get the program exited with code 03. Robert, OK, that means it’s terminating either from an unhandled exception or an assert. Set a

Re: Windows Build failure

2015-07-20 Thread John Ralls
On Jul 20, 2015, at 7:41 AM, Robert Fewell 14ubo...@gmail.com wrote: John, All the builds in May and June will install and if you start one it stops saying it can not find libboost_date_time.dll. If I copy that dll from the gcdev/boost/lib to the gnucash/bin directory you get the

Re: Windows Build failure

2015-07-20 Thread John Ralls
On Jul 20, 2015, at 10:59 AM, John Ralls jra...@ceridwen.us wrote: On Jul 20, 2015, at 9:57 AM, Robert Fewell 14ubo...@gmail.com wrote: I had but I do not think I was doing it correctly, see attached, once I click on OK I get the program exited with code 03. Robert, OK, that

Re: Windows Build failure

2015-07-15 Thread John Ralls
On Jul 15, 2015, at 8:51 AM, Robert Fewell 14ubo...@gmail.com wrote: I tried to build the windows version on my XP VM but it failed with the following error... Did a git pull on gnucash-on-windows.git and gnucash.git to get the latest builds and then ran the install.sh under mingw which

Windows Build failure

2015-07-15 Thread Robert Fewell
I tried to build the windows version on my XP VM but it failed with the following error... Did a git pull on gnucash-on-windows.git and gnucash.git to get the latest builds and then ran the install.sh under mingw which updated some parts of the software as usual but the gnucash sections fails.