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

2007-07-29 Thread Peter FELECAN
Slightly OT but if you just need a GnuCash on Solaris you can get it from http://www.blastwave.org/ It's 2.0.2 and I think that I'll package 2.2 later in August. -- Peter ___ gnucash-devel mailing list gnucash-devel@gnucash.org

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

2007-07-29 Thread Derek Atkins
Quoting Peter FELECAN [EMAIL PROTECTED]: Slightly OT but if you just need a GnuCash on Solaris you can get it from http://www.blastwave.org/ It's 2.0.2 and I think that I'll package 2.2 later in August. You REALLY should use 2.0.5, not 2.0.2.. Or, of course, 2.2.0, but I suspect 2.2.1 will be

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

2007-07-29 Thread alanpae
Quoting Peter FELECAN [EMAIL PROTECTED]: Slightly OT but if you just need a GnuCash on Solaris you can get it from http://www.blastwave.org/ It's 2.0.2 and I think that I'll package 2.2 later in August. Thanks for the offer but I don't use Blastwave. === You REALLY should use 2.0.5, not

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

2007-07-27 Thread Derek Atkins
Alan Pae [EMAIL PROTECTED] writes: ld: warning: file /export/home/alan/gnucash/gnucash-2.2.0/src/core-utils/.libs/libgnc-core-utils.so: linked to ../../src/core-utils/.libs/libgnc-core-utils.so: attempted multiple inclusion of file Undefined first referenced symbol

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

2007-07-27 Thread Alan Pae
Derek Atkins wrote: Alan Pae [EMAIL PROTECTED] writes: ld: warning: file /export/home/alan/gnucash/gnucash-2.2.0/src/core-utils/.libs/libgnc-core-utils.so: linked to ../../src/core-utils/.libs/libgnc-core-utils.so: attempted multiple inclusion of file Undefined

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

2007-07-27 Thread Derek Atkins
Alan Pae [EMAIL PROTECTED] writes: Derek Atkins wrote: Alan Pae [EMAIL PROTECTED] writes: ld: warning: file /export/home/alan/gnucash/gnucash-2.2.0/src/core-utils/.libs/libgnc-core-utils.so: linked to ../../src/core-utils/.libs/libgnc-core-utils.so: attempted multiple inclusion of file

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

2007-07-27 Thread Alan Pae
Derek Atkins wrote: Alan Pae [EMAIL PROTECTED] writes: Derek Atkins wrote: Alan Pae [EMAIL PROTECTED] writes: ld: warning: file /export/home/alan/gnucash/gnucash-2.2.0/src/core-utils/.libs/libgnc-core-utils.so: linked to ../../src/core-utils/.libs/libgnc-core-utils.so: attempted

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

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

2007-07-25 Thread Derek Atkins
Quoting Alan Pae [EMAIL PROTECTED]: In file included from dialog-query-list.c:36: gnc-query-list.h:45: error: syntax error before GtkCList gnc-query-list.h:45: warning: no semicolon at end of struct or union gnc-query-list.h:71: error: syntax error before '}' token gnc-query-list.h:75: