Re: README.dependencies update request.

2007-08-10 Thread Alan Pae
README.dependencies, and only keep track of the version numbers of the core libraries/package we need to depend on, based on the releases of major distributions/platforms. As such, if you can supply the version-number information for those libraries (really, we care most about gtk, gtkhtml,

Compiling Gnucash 2.2.0 on Solaris 10 x86 using GCC - summary

2007-07-30 Thread Alan Pae
Don't see this in the archives so I'm sending it again. Derek, Thanks for the push in the right direction. I ftp'd guile 1.6.8 again and looked over the configure options. It also has a disable-deprecated. I don't remember selecting it but I must have the first go round. Anyway, a make

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 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

Compiling Gnucash 2.2.0 on Solaris 10 x86 using GCC - error

2007-07-25 Thread Alan Pae
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: error: syntax error before GtkCListClass