Re: Compiling Gnucash 2.2.0 on Solaris 10 x86 using GCC - error

2007-07-26 Thread Alan Pae
What version of gtk2 do you have? What configure arguments did you give? This error implies that it can't find GtkCList. This is a deprecated object but should still be available. To many compiles ago for me to remember the compile time options. The version should be whatever was

Re: Compiling Gnucash 2.2.0 on Solaris 10 x86 using GCC - error

2007-07-26 Thread Josh Sled
Derek Atkins [EMAIL PROTECTED] writes: Bugs with gtk or bugs with gnucash? Bugs against gnucash for using deprecated widgets. Yes, we still need to remove more of the deprecated objects. Unfortunately there really isn't a good replacement for GtkCList. The GtkTreeView just is SO MUCH more

Re: Compiling Gnucash 2.2.0 on Solaris 10 x86 using GCC - error

2007-07-26 Thread Josh Sled
Derek Atkins [EMAIL PROTECTED] writes: What version of gtk2 do you have? What configure arguments did you give? This error implies that it can't find GtkCList. This is a deprecated object but should still be available. Right ... IIRC, there's a compile-time option to gtk that doesn't build

Re: Compiling Gnucash 2.2.0 on Solaris 10 x86 using GCC - error

2007-07-26 Thread Derek Atkins
Josh Sled [EMAIL PROTECTED] writes: Right ... IIRC, there's a compile-time option to gtk that doesn't build these deprecated classes. We do (unfortunately) still require them; we should really start filing bugs about that fact. Bugs with gtk or bugs with gnucash? Yes, we still need to