Re: compile errors in svn current

2006-08-05 Thread David Hampton
On Sat, 2006-08-05 at 21:06 -0400, David Reiser wrote: > in gnc-gtk-utils.h, it looks like you're missing an 'A' > > line 45: #ifndef HVE_GTK26 Thanks. Fixed. David ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/m

Re: compile errors in svn current

2006-08-05 Thread David Reiser
in gnc-gtk-utils.h, it looks like you're missing an 'A' line 45: #ifndef HVE_GTK26 On Aug 5, 2006, at 7:07 PM, David Hampton wrote: > On Fri, 2006-08-04 at 23:51 -0400, Derek Atkins wrote: >> I just tried on FC3 and I got this failure: >> >> ... >> >> I didn't try on FC4.. Maybe David can resp

Re: compile errors in svn current

2006-08-05 Thread David Hampton
On Fri, 2006-08-04 at 23:51 -0400, Derek Atkins wrote: > I just tried on FC3 and I got this failure: > > ... > > I didn't try on FC4.. Maybe David can respond. These errors should all be fixed. David ___ gnucash-devel mailing list gnucash-devel@gn

Re: gtk>=2.8.0 required in trunk (was: compile errors in svn current)

2006-08-05 Thread Christian Stimming
I tried on suse9.3 and I get this: import-main-matcher.c: In function `on_matcher_ok_clicked': import-main-matcher.c:140: warning: implicit declaration of function `gtk_tree_row_reference_get_model' import-main-matcher.c:140: warning: assignment makes pointer from integer without a cast make[1]:

Re: compile errors in svn current

2006-08-04 Thread Derek Atkins
I just tried on FC3 and I got this failure: gnc-gtk-utils.c: In function `gnc_cbe_add_completion': gnc-gtk-utils.c:174: warning: implicit declaration of function `gtk_entry_comple tion_set_inline_completion' make[4]: *** [gnc-gtk-utils.lo] Error 1 make[4]: Leaving directory `/root/src/gnucash/gn

Re: compile errors in svn current

2006-08-04 Thread Derek Atkins
Huh. I just tried this on FC5 and it's working fine. I don't see this. I suppose I can try on FC3 and check... -derek Quoting Casey Cichon <[EMAIL PROTECTED]>: > > Here's the error that i'm getting: > > cc1: warnings being treated as errors > import-main-matcher.c: In function `on_matcher_ok_c

compile errors in svn current

2006-08-04 Thread Casey Cichon
Here's the error that i'm getting: cc1: warnings being treated as errors import-main-matcher.c: In function `on_matcher_ok_clicked': import-main-matcher.c:138: warning: implicit declaration of function `gtk_tree_row_reference_get_model' import-main-matcher.c:138: warning: assignment makes pointer