R18429 causes compile error in qofbook.c line 445, in Windows build

2009-11-21 Thread jraehl
Per Windows build log for 11/21/09. Also the same in my personal Windows build. Creating library file: .libs/libgnc-qof.dll.a .libs/qofbook.o: In function `get_scm_string': c:/soft/gnucash/build/src/libqof/qof/../../../../repos/src/libqof/qof/qofbook.c:445: undefined reference to `scm_c_eval_str

Re: r18396 - gnucash/trunk/src/report/standard-reports - Bug #593906:Fix crash at account report

2009-10-28 Thread jraehl
Windows nightly build (r18397) starts to show the "Tip Of The Day" window then disappears, while running under Windows 2000. My procedure is to first uninstall the old copy, then install the new. My locally built copy of the same version, compiled under Windows XP, runs fine under both Windows

Re: Oct 4 Windows build disappears without a message

2009-10-05 Thread jraehl
More info: the Oct 5 nightly Gnucash build works fine for me. I also tried building with slib-3b2 per changeset 18363, without any problem. Previous reply: The 3 changesets today Oct 4 resulted in a working Gnucash for me, version 18370. I deleted c:\soft\webkit-1.1.5, also pgsql, libdbi, lib

Re: Oct 4 Windows build disappears without a message

2009-10-04 Thread jraehl
The 3 changesets today Oct 4 resulted in a working Gnucash for me, version 18370. I deleted c:\soft\webkit-1.1.5, also pgsql, libdbi, libdbi-drivers, guile, and gmp. I think that covered all the new stuff. I had to delete corresponding folders in c:\soft\tmp for gmp, libdbi, libdbi-drivers, a

Oct 4 Windows build disappears without a message

2009-10-04 Thread jraehl
The newest build with the Oct 3 flood of changesets, disappears upon startup with no messages, on both of my computers, one with a long history of builds, one with freshly installed build environment a few days ago. Gnucash.trace is zero-length. I built with the same changes, using install.sh,

Re: Build error split-register-model.c

2009-09-29 Thread jraehl
I am seeing similar from a Windows XP build. This is a complete environment install and Gnucash build on a new hard disk. My previous build on the old computer was with the 09/25 changes, and ran fine except for the two reports that crashed Gnucash, which were previously reported. I wonder if

Re: crash at Reports/Account Transaction Report

2009-09-27 Thread jraehl
Gnucash disappears in Windows when selecting "Account Transaction Report", as well as "Account Report" just above it in the menu. This is with a copy that I compiled with install.sh and distribution executable built with dist.sh, installed to c:\Program Files\Gnucash in the usual way. I have a

Re: Windows nightly build for 08/23 failed

2009-08-23 Thread jraehl
>On August 23, 2009 05:39:52 am James Raehl wrote: >> ../../../../repos/src/backend/dbi/gnc-backend-dbi.c: In function >> `row_get_value_at_col_name': > ../../../../repos/src/backend/dbi/gnc-backend-dbi.c:1039: warning:implicit >> declaration of function `gmtime_r' make[5]: *** [gnc-backend-dbi.lo]

Re: Windows compile errors due to changeset 18237

2009-08-06 Thread jraehl
Thanks. Both the Windows nightly build and my build went fine. - Jim Raehl On Wed, Aug 5, 2009 at 11:48 AM, Derek Atkins wrote: > Charles, > > #ifndef HAVE_LOCALTIME_R > # include "localtime_r.h" > #endif > > At least this is what's used elsehwere. > OK no problem. I've added that in r18238.