'allo,
Here's an error I get during compilation.
Also the X11 headers on my system seem to be messed up (some of
the functions do not have the proper return types declared and so I
end up with a huge amount of warning everytim I compile something
using -Wall and X11) and so I was wondering is there a way to turn off
using -Wall through the configure script without my haveing to change
configre.in ? How about adding --enable-wall option to either add it
or not add it ?
And I have seen other places in the code where I have been
getting warnings about implicit declarations. Should I try and fix
them or just leave it that way ?
make[3]: Entering directory `/opt/sources/gnucash/gnucash-1.2.3/src/guile'
gcc -Wp,-MD,obj/gnucash.d.tmp -c -g -O2 -g -Wall -I/opt/include -I/opt/include
-I/usr/X11R6/include -I/opt/include -DCELL_WIDGETS=1 -I. -I../../ -I../../src
-I../../src/swig -I../../src/engine -I../../src/register -I../../src/guile
-I../../include -I../../lib/ComboBox-1.33 -I../../lib/Xbae-4.6.2-linas -I/opt/include
-o obj/gnucash.o gnucash.c
gnucash.c: In function `gnucash_main_helper':
gnucash.c:75: warning: implicit declaration of function `init_gnc'
gnucash.c:70: warning: unused variable `scm_load_path'
gnucash.c: In function `gnucash_lowlev_app_init':
gnucash.c:143: `module' undeclared (first use in this function)
gnucash.c:143: (Each undeclared identifier is reported only once
gnucash.c:143: for each function it appears in.)
make[3]: *** [obj/gnucash.o] Error 1
make[3]: Leaving directory `/opt/sources/gnucash/gnucash-1.2.3/src/guile'
make[2]: *** [motif] Error 2
make[2]: Leaving directory `/opt/sources/gnucash/gnucash-1.2.3/src'
make[1]: *** [build-flavor] Error 2
make[1]: Leaving directory `/opt/sources/gnucash/gnucash-1.2.3'
make: *** [motif] Error 2
cheers,
mehul
--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi
stolen from Ben Laurie on the FSB list.
--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]