gnc-ofx-import doesn't compile

gikotim@bluemail.ch gikotim@bluemail.ch
Sun, 10 Nov 2002 10:18:02 +0100


I try to compile gnucash 1.7.2 on my Redhat 7.2. I've sucessfully 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 -I../../../src/engine
-I../../../src/gnc-module -I../../../src/app-utils -I../../../src/app-file
-I../../../src/gnome -I../../../src/gnome-utils -I../../../src/import-export
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/include -I/usr=
/include
-I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2
-I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/include/gnome-1.0 -I/us=
r/include/freetype2
-DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/gnome-xml
-I/usr/include/libglade-1.0 -I/usr/lib/include -g -O2 -Wall -Wunused -Wmiss=
ing-prototypes
-Wmissing-declarations -Werror-implicit-function-declaration -c gnc-ofx-imp=
ort.c
  -fPIC -o .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 pointer
target type
gnc-ofx-import.c: At top level:
gnc-ofx-import.c:115: warning: no previous prototype for `ofx_proc_status_c=
b'
gnc-ofx-import.c:120: warning: no previous prototype for `ofx_proc_security=
_cb'
gnc-ofx-import.c:146: warning: no previous prototype for `ofx_proc_transact=
ion_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
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 `ofx_proc_statemen=
t_cb'
gnc-ofx-import.c:368: warning: no previous prototype for `ofx_proc_account_=
cb'
make[5]: *** [gnc-ofx-import.lo] Fehler 1
make[5]: Verlassen des Verzeichnisses Verzeichnis =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 =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 =BB/usr/local/src/gnucash=
-1.7.2/src/import-export=AB
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis =BB/usr/local/src/gnucash=
-1.7.2/src=AB
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis =BB/usr/local/src/gnucash=
-1.7.2=AB
make: *** [all-recursive-am] Fehler 2