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
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
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
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
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,
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
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
>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]
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.