Windows compile errors due to changeset 18237
James Raehl
jimraehl at raehls.us
Wed Aug 5 02:17:03 EDT 2009
Changeset 18327 causes the following error sequence when compiling under Windows XP. Copied from the nightly Windows build log for 04 Aug 2009:
make[5]: Entering directory `/c/soft/gnucash/build/src/gnome-utils'
../../../repos/src/gnome-utils/gnc-date-edit.c: In function `fill_time_popup':
../../../repos/src/gnome-utils/gnc-date-edit.c:467: warning: implicit declaration of function `localtime_r'
../../../repos/src/gnome-utils/gnc-date-edit.c:467: warning: assignment makes pointer from integer without a cast
../../../repos/src/gnome-utils/gnc-date-edit.c: In function `gnc_date_edit_set_time':
../../../repos/src/gnome-utils/gnc-date-edit.c:698: warning: assignment makes pointer from integer without a cast
make[5]: *** [gnc-date-edit.lo] Error 1
make[5]: Leaving directory `/c/soft/gnucash/build/src/gnome-utils'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/c/soft/gnucash/build/src/gnome-utils'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/c/soft/gnucash/build/src/gnome-utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/soft/gnucash/build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/soft/gnucash/build'
make: *** [all] Error 2
I don't think this should be happening.
Jim Raehl
More information about the gnucash-devel
mailing list