On Tue, 2006-01-24 at 10:39 +0100, Thomas Favier wrote: > Hi, > > I'm trying to build GNUCash from > http://svn.gnucash.org/repo/gnucash/trunk r12965 on an Ubuntu 5.10. > > (snip) > > It seems to me that gtkclist.h and gtkoptionmenu.h are not included or > something like that, but it seems really strange if so that i'm alone > with that problem... > > Could someone tell me where to look for a solution ?
It looks like you passed the --disable-deprecated-gtk argument to configure. Don't. Gnucash still uses some widgets (specifically the GtkClist and GtkOptionMenu) that have been marked as deprecated. David _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
