Re: Building gnucash on Windows

2017-04-15 Thread Geert Janssens
On zaterdag 15 april 2017 21:11:57 CEST John Ralls wrote: > > On Apr 15, 2017, at 12:03 PM, John Ralls wrote: > >> On Apr 15, 2017, at 11:31 AM, Geert Janssens > >> wrote: > >> > >> Switching to maint in the git repo is the way to go. The build

Re: Building gnucash on Windows

2017-04-15 Thread John Ralls
> On Apr 15, 2017, at 12:03 PM, John Ralls wrote: > > >> On Apr 15, 2017, at 11:31 AM, Geert Janssens >> wrote: >> >> Switching to maint in the git repo is the way to go. The build script will >> figure out the dependencies for you. >> > >

Re: Building gnucash on Windows

2017-04-15 Thread John Ralls
> On Apr 15, 2017, at 11:31 AM, Geert Janssens > wrote: > > Switching to maint in the git repo is the way to go. The build script will > figure out the dependencies for you. > Uh, no, the build script will put the repo back to master unless you have changes, in

Re: Building gnucash on Windows

2017-04-15 Thread Geert Janssens
Switching to maint in the git repo is the way to go. The build script will figure out the dependencies for you. Geert Phil Longstaff schreef op 15 april 2017 20:14:52 CEST: >I want to build the maint branch of gnucash on windows. I followed the >instructions on

Building gnucash on Windows

2017-04-15 Thread Phil Longstaff
I want to build the maint branch of gnucash on windows. I followed the instructions on http://wiki.gnucash.org/wiki/Windows/Development by running the bootstrap_win_dev.vbs script. However, this builds master. Is there an equivalent script for maint? I know I can go to the git directory and switch

Re: Master gtest-gnc-datetime test fails.

2017-04-15 Thread John Ralls
> On Apr 15, 2017, at 8:41 AM, Geert Janssens > wrote: > > On zaterdag 15 april 2017 16:15:00 CEST John Ralls wrote: >>> On Apr 15, 2017, at 4:27 AM, Robert Fewell <14ubo...@gmail.com> wrote: >>> >>> Hi, >>> >>> Built current master on my Linux VM and tried to run

Re: Master gtest-gnc-datetime test fails.

2017-04-15 Thread Geert Janssens
On zaterdag 15 april 2017 16:15:00 CEST John Ralls wrote: > > On Apr 15, 2017, at 4:27 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > > > Hi, > > > > Built current master on my Linux VM and tried to run the tests but it > > fails > > on the following test, if they are commented out all other

Re: Master gtest-gnc-datetime test fails.

2017-04-15 Thread John Ralls
> On Apr 15, 2017, at 4:27 AM, Robert Fewell <14ubo...@gmail.com> wrote: > > Hi, > > Built current master on my Linux VM and tried to run the tests but it fails > on the following test, if they are commented out all other tests run > successfully. > > Checked my time zone information to be

Re: Compiling on Fedora25

2017-04-15 Thread Mike Evans
On Sat, 15 Apr 2017 08:32:29 -0500 Rob Gowin wrote: > On Sat, Apr 15, 2017 at 3:24 AM, Mike Evans wrote: > > > > > Compiling using cmake I get a different error messages: > > > > In file included from /usr/include/sys/types.h:25:0, > >

Re: Compiling on Fedora25

2017-04-15 Thread Rob Gowin
On Sat, Apr 15, 2017 at 3:24 AM, Mike Evans wrote: > > Compiling using cmake I get a different error messages: > > In file included from /usr/include/sys/types.h:25:0, > from /home/mikee/Projects/gnucash/ > src/libqof/qof/md5.c:27: >

Master gtest-gnc-datetime test fails.

2017-04-15 Thread Robert Fewell
Hi, Built current master on my Linux VM and tried to run the tests but it fails on the following test, if they are commented out all other tests run successfully. Checked my time zone information to be Europe/London I think the offset is the difference between local time and utc time, so the

Re: Compiling on Fedora25

2017-04-15 Thread Geert Janssens
On zaterdag 15 april 2017 10:24:44 CEST Mike Evans wrote: > Hi All > > Finally upgraded to Fedora25 64 bit and trying to compile GnuCash maint. > > Having run: > > sudo dnf builddep gnucash -y > sudo dnf install texinfo git intltool libdbi-devel guile-devel doxygen > webkitgtk-devel -y > >

Compiling on Fedora25

2017-04-15 Thread Mike Evans
Hi All Finally upgraded to Fedora25 64 bit and trying to compile GnuCash maint. Having run: sudo dnf builddep gnucash -y sudo dnf install texinfo git intltool libdbi-devel guile-devel doxygen webkitgtk-devel -y Using autotools with configure --enable-debug --prefix=$HOME/progs/gnucash