I've been able to successfully run through the autogen process after I've installed all missing *-devel packages.

I am now running into an error message running make:

...
Making all in .
make[5]: Entering directory `/home/venglisc/gc-gnome2-devel/gnucash/src/engine' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/libc -I../../src -I../../src/gnc-module -I../../src/business/business-core/ -DGNUCASH -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I /usr/include/g-wrap -g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Werror -Wdeclaration-after-statement -Wno-pointer-sign -MT gw-engine.lo -MD -MP -MF ".deps/gw-engine.Tpo" -c -o gw-engine.lo gw-engine.c; \ then mv -f ".deps/gw-engine.Tpo" ".deps/gw-engine.Plo"; else rm -f ".deps/gw-engine.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../lib/libc -I../../src -I../../src/gnc-module -I../../src/business/business-core/ -DGNUCASH -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I /usr/include/g-wrap -g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Werror -Wdeclaration-after-statement -Wno-pointer-sign -MT gw-engine.lo -MD -MP -MF .deps/gw-engine.Tpo -c gw-engine.c -fPIC -DPIC -o .libs/gw-engine.o
cc1: warnings being treated as errors
gw-engine.c: In function 'gw__tmp427_xaccQueryAddDateMatch_wrapper':
gw-engine.c:16688: warning: 'gw__scm_extras[0]' is used uninitialized in this function
make[5]: *** [gw-engine.lo] Error 1
make[5]: Leaving directory `/home/venglisc/gc-gnome2-devel/gnucash/src/engine'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/venglisc/gc-gnome2-devel/gnucash/src/engine'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/venglisc/gc-gnome2-devel/gnucash/src/engine'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/venglisc/gc-gnome2-devel/gnucash/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/venglisc/gc-gnome2-devel/gnucash'
make: *** [all] Error 2


I've seen similar messages while I was digging through the archives but I did not find a solution to the problem.
One post hinted this could be related to the version of the compiler.
I am running on FC4:
  [EMAIL PROTECTED] gnucash]$ gcc --version
  gcc (GCC) 4.0.1 20050727 (Red Hat 4.0.1-5)


How could I convince make to finish its job?

--
Thanks

    Volker Englisch

mailto:[EMAIL PROTECTED]    (h)
_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to