> I took Karl up on this offer, and David Hampton and I were able to > squish the happily-small number of 64-bit compilation issues. If you > see others, please speak up.
I've now been able to compile GnuCash on my 64-bit system but only when I drop the --enable-hbci option. With it the compilation stops with this error message (I'm running FC4): cc1: warnings being treated as errors hbci-interaction.c: In function 'inputBoxCB': hbci-interaction.c:363: warning: format '%d' expects type 'int', but argument 2 has type 'size_t' hbci-interaction.c:363: warning: format '%d' expects type 'int', but argument 2 has type 'size_t' hbci-interaction.c: In function 'getTanCB': hbci-interaction.c:444: warning: format '%d' expects type 'int', but argument 2 has type 'size_t' hbci-interaction.c:444: warning: format '%d' expects type 'int', but argument 2 has type 'size_t' hbci-interaction.c: In function 'hideBoxCB': hbci-interaction.c:512: warning: cast to pointer from integer of different size hbci-interaction.c:519: warning: cast to pointer from integer of different size hbci-interaction.c: In function 'showBoxCB': hbci-interaction.c:555: warning: cast to pointer from integer of different size make[5]: *** [hbci-interaction.lo] Error 1 make[5]: Leaving directory `/home/venglisc/gnucash/g2-devel/gnucash/src/import-export/hbci' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/venglisc/gnucash/g2-devel/gnucash/src/import-export/hbci' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/venglisc/gnucash/g2-devel/gnucash/src/import-export' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/venglisc/gnucash/g2-devel/gnucash/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/venglisc/gnucash/g2-devel/gnucash' make: *** [all] Error 2 Thanks Volker Englisch _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
