On Thu, Oct 13, 2005 at 11:52:10AM -0700, Andrew Sackville-West wrote: > howdy, > > so i finally got around to checking out a new copy of gnucash to compile > (wanted to play with Josh's graphing stuff). first, I had trouble > checking out "gnucash-gnome2-dev" (I assume that is the version to try?) > so I went for "gnucash".
The graphing stuff is only in G2 branch, so you really want "gnucash-gnome2-dev". What was the problem? > > gw-engine.c: In function 'gw__tmp426_xaccQueryAddDateMatch_wrapper': > gw-engine.c:16686: warning: 'gw__scm_extras[0]' is used uninitialized in > this function This is a bug, but not lethal. The quickest way to proceed (after getting the real G2) is: $ ./autogen.sh CFLAGS="-Wno-uninitialized" and remake... -chris > > I am probably doing something stupid, so please enlighten me, if you > will. And I apologise if I am distracting from the real work ;) Hey, testing *is* real work. Thanks for your help. -chris _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
