> '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 ? 
 
Are you compiling from CVS? -Wall is not enabled by default. Are you
compiling with --enable-debug?


>      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 ?
 
What places?


 
> 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/includ
> e
> -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

Are you compiling 1.2.3? You might try 1.2.5.

dave

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to