gnc-ofx-import doesn't compile

Rolf Hatt rolf@hatt.com
Sat, 09 Nov 2002 16:45:33 +0100


I try to compile gnucash 1.7.2 on my Redhat 7.2. I've sucessfully=20
compiled und installed: OpenSP-1.5pre8, libofx-0.5,g-wrap-1.3.2

Here the error-msg:

gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src=20
-I../../../src/engine -I../../../src/gnc-module -I../../../src/app-utils=20
-I../../../src/app-file -I../../../src/gnome -I../../../src/gnome-utils=20
-I../../../src/import-export -I/usr/include/glib-1.2=20
-I/usr/lib/glib/include -I/usr/local/include -I/usr/include=20
-I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2=20
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include=20
-I/usr/include/gnome-1.0 -I/usr/include/freetype2 -DNEED_GNOMESUPPORT_H=20
-I/usr/lib/gnome-libs/include -I/usr/include/gnome-xml=20
-I/usr/include/libglade-1.0 -I/usr/lib/include -g -O2 -Wall -Wunused=20
-Wmissing-prototypes -Wmissing-declarations=20
-Werror-implicit-function-declaration -c gnc-ofx-import.c   -fPIC -o=20
.libs/gnc-ofx-import.o
gnc-ofx-import.c: In function `gnc_file_ofx_import':
gnc-ofx-import.c:98: warning: assignment discards qualifiers from=20
pointer target type
gnc-ofx-import.c: At top level:
gnc-ofx-import.c:115: warning: no previous prototype for=20
`ofx_proc_status_cb'
gnc-ofx-import.c:120: warning: no previous prototype for=20
`ofx_proc_security_cb'
gnc-ofx-import.c:146: warning: no previous prototype for=20
`ofx_proc_transaction_cb'
gnc-ofx-import.c: In function `ofx_proc_transaction_cb':
gnc-ofx-import.c:251: warning: `%c' yields only last 2 digits of year in=20
some locales
gnc-ofx-import.c:300: structure has no member named `security_data_ptr'
gnc-ofx-import.c:313: structure has no member named `security_data_ptr'
gnc-ofx-import.c:313: structure has no member named `security_data_ptr'
gnc-ofx-import.c:313: structure has no member named `security_data_ptr'
gnc-ofx-import.c:313: structure has no member named `security_data_ptr'
gnc-ofx-import.c:313: structure has no member named `security_data_ptr'
gnc-ofx-import.c:324: structure has no member named `security_data_ptr'
gnc-ofx-import.c:325: structure has no member named `security_data_ptr'
gnc-ofx-import.c: At top level:
gnc-ofx-import.c:363: warning: no previous prototype for=20
`ofx_proc_statement_cb'
gnc-ofx-import.c:368: warning: no previous prototype for=20
`ofx_proc_account_cb'
make[5]: *** [gnc-ofx-import.lo] Fehler 1
make[5]: Verlassen des Verzeichnisses Verzeichnis=20
=BB/usr/local/src/gnucash-1.7.2/src/import-export/ofx=AB
make[4]: *** [all-recursive] Fehler 1
make[4]: Verlassen des Verzeichnisses Verzeichnis=20
=BB/usr/local/src/gnucash-1.7.2/src/import-export/ofx=AB
make[3]: *** [all-recursive] Fehler 1
make[3]: Verlassen des Verzeichnisses Verzeichnis=20
=BB/usr/local/src/gnucash-1.7.2/src/import-export=AB
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis=20
=BB/usr/local/src/gnucash-1.7.2/src=AB
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis=20
=BB/usr/local/src/gnucash-1.7.2=AB
make: *** [all-recursive-am] Fehler 2