r12984 - gnucash/trunk/src - Move the global report hash-table from guile to C.

Chris Shoemaker c.shoemaker at cox.net
Fri Jan 27 00:50:29 EST 2006


On Fri, Jan 27, 2006 at 12:38:12AM -0500, David Hampton wrote:
> On Fri, 2006-01-27 at 00:19 -0500, Chris Shoemaker wrote:
> 
> > I'm configuring with:
> > ./configure -C CFLAGS="-O0 -Wno-pointer-sign" --enable-maintainer-mode
> >   --enable-etags --prefix=/opt/gnucash-g2 --enable-opt-style-install
> >   --enable-debug
> > 
> > Should I explicitly add --enable-error-on-warning?  I'm really not
> > trying hide any warnings, but I didn't think there was anything I
> > needed to do to see more.
> 
> You shouldn't need to add that flag as its supposed to be the default.
> Does the "Options detected/selected" section at the end of the configure
> run show that Extra Warnings contains "-Werror"?  I tried your compile
> line here and I do see -Werror show up. 

  Extra Warnings ....... :  -Werror -Wdeclaration-after-statement -Wno-pointer-sign
  CPPFLAGS ............. :
  CFLAGS ............... : -O0 -Wno-pointer-sign -g -Wall -Wunused   -Werror -Wdeclaration-after-statement -Wno-pointer-sign


Oh, I just remembered why distcheck failed for me the last time.  It
tried to configure/compile with strict defaults, and since I need the
-Wno-pointer-sign, it won't compile.

If you adjust the default warnings maybe you could work that one in
there, too.

-chris


More information about the gnucash-devel mailing list