Re: make fails

2014-12-08 Thread Derek Atkins
John Ralls writes: > Your suggestion on IRC that to be sure that the __STDC_FOO_MACROS > macros were defined before *any* includes was the key: stdint.h was > getting included from inttypes.h before the spot I was inserting them. > > Thanks! Based on that, putting a #include before inttypes.h s

Make fails on Windows 7

2014-12-08 Thread Wellington Glass
I'm trying to compile on Windows 7, 64-bit , but it's happening the problem below . I have based this linkhttps://github.com/Gnucash/gnucash-on-windows Any tips ? make[4]: Entering directory `/c/gcdev/gnucash/build/src/libqof/qof' Making all in . make[5]: Entering directory `/c/gcdev/gnucash/b

Re: Make fails on Windows 7

2014-12-08 Thread John Ralls
> On Dec 8, 2014, at 9:24 AM, Wellington Glass > wrote: > > I'm trying to compile on Windows 7, 64-bit , but it's happening the > problem below . > > I have based this linkhttps://github.com/Gnucash/gnucash-on-windows > > Any tips ? Those are from my just-landed c++-numerics changes. Looks l

Re: gnucash master: Multiple changes pushed

2014-12-08 Thread Geert Janssens
John, How do you explain this push ? It's a push to master yet with several commits from maint. I don't see a merge happen from maint to master though ? Did you cherry-pick them ? Geert On Monday 08 December 2014 00:55:58 John Ralls wrote: > Updatedvia https://github.com/Gnucash/gnuc

Re: gnucash master: Multiple changes pushed

2014-12-08 Thread John Ralls
> On Dec 8, 2014, at 11:33 AM, Geert Janssens > wrote: > > John, > > How do you explain this push ? It's a push to master yet with several commits > from maint. I > don't see a merge happen from maint to master though ? Did you cherry-pick > them ? > Geert, No, I merged, but it did a fas

Re: Make fails on Windows 7

2014-12-08 Thread John Ralls
> On Dec 8, 2014, at 9:45 AM, John Ralls wrote: > > >> On Dec 8, 2014, at 9:24 AM, Wellington Glass >> wrote: >> >> I'm trying to compile on Windows 7, 64-bit , but it's happening the >> problem below . >> >> I have based this linkhttps://github.com/Gnucash/gnucash-on-windows >> >> Any tip