> On Nov 7, 2016, at 11:49 AM, Robert Fewell <14ubo...@gmail.com> wrote:
>
> I changed my defaults.sh for gcc to set_default MINGW_GCC_VERSION
> "4.9.3-1" and it failed at gnc-backend-dbi.cpp on lines 1271 and 1277 to do
> with the PWARN messages. Commented these two lines out and Gnuca
I changed my defaults.sh for gcc to set_default MINGW_GCC_VERSION
"4.9.3-1" and it failed at gnc-backend-dbi.cpp on lines 1271 and 1277 to do
with the PWARN messages. Commented these two lines out and Gnucash built
successfully.
This change was only used for Gnucash so have not built all the
appli
On Monday 07 November 2016 18:32:15 Geert Janssens wrote:
> On Monday 07 November 2016 07:23:42 John Ralls wrote:
> > > On Nov 7, 2016, at 6:29 AM, Robert Fewell <14ubo...@gmail.com>
> > > wrote:
> > >
> > > Hi,
> > >
> > > Tried to build the latest windows version from master but it would
> > >
On Monday 07 November 2016 07:23:42 John Ralls wrote:
> > On Nov 7, 2016, at 6:29 AM, Robert Fewell <14ubo...@gmail.com>
> > wrote:
> >
> > Hi,
> >
> > Tried to build the latest windows version from master but it would
> > not. The first error I got was that 'stoi' was not declared in this
> > sc
On Monday 07 November 2016 07:23:42 John Ralls wrote:
> > On Nov 7, 2016, at 6:29 AM, Robert Fewell <14ubo...@gmail.com>
> > wrote:
> >
> > Hi,
> >
> > Tried to build the latest windows version from master but it would
> > not. The first error I got was that 'stoi' was not declared in this
> > sc
> On Nov 7, 2016, at 7:39 AM, Robert Fewell <14ubo...@gmail.com> wrote:
>
> John,
>
> Do you mean the local gcc version in MingW should be 4.9.3, mine is only
> 4.8.1 and that is in defaults.sh
>
Bob,
Ah, so it is. I'll see if bumping it up resolves the problem.
Regards,
John Ralls
_
John,
Do you mean the local gcc version in MingW should be 4.9.3, mine is only
4.8.1 and that is in defaults.sh
Bob
On 7 November 2016 at 15:23, John Ralls wrote:
>
> > On Nov 7, 2016, at 6:29 AM, Robert Fewell <14ubo...@gmail.com> wrote:
> >
> > Hi,
> >
> > Tried to build the latest windows v
> On Nov 7, 2016, at 6:29 AM, Robert Fewell <14ubo...@gmail.com> wrote:
>
> Hi,
>
> Tried to build the latest windows version from master but it would not.
> The first error I got was that 'stoi' was not declared in this scope at
> line 1826,1827,1828 in gnc-backend-sql.cpp, changed that to use
Hi,
Tried to build the latest windows version from master but it would not.
The first error I got was that 'stoi' was not declared in this scope at
line 1826,1827,1828 in gnc-backend-sql.cpp, changed that to use 'atoi' just
to get going but it then failed at line 1271,1277 in gnc-backend-dbi.cpp
o