Re: gnucash gentoo-amd64

2006-02-22 Thread Josh Sled
On Wed, 2006-02-22 at 23:49 +, Nicola Buso wrote: > Is not working on my box. I didn't write the svn revision. Is there a > way to retrive it? > > this is the gnucash printed version. > > $gnucash -v > GnuCash 1.9.1 > Built 2006-02-22 from runknown -- bad svn checkout? If you want to build a

Re: gnucash gentoo-amd64

2006-02-22 Thread Derek Atkins
Quoting Nicola Buso <[EMAIL PROTECTED]>: Is not working on my box. I didn't write the svn revision. Is there a way to retrive it? Um, using the ebuild? I have no clue. If you've got an svn checkout sitting around you can run "svnversion ." from the top of the source tree. IMNSHO the ebuild

Re: gnucash gentoo-amd64

2006-02-22 Thread Nicola Buso
Chris Lyttle wrote: > Derek, > > r13279 on amd64 > > > dialog-account.c -fPIC -DPIC -o .libs/dialog-account.o > dialog-account.c: In function `gnc_account_type_view_create': > dialog-account.c:1150: warning: cast from pointer to integer of > different size > make[5]: *** [dialog-account.lo] Err

Re: gnucash gentoo-amd64

2006-02-19 Thread Nicola Buso
Hi, gnucash correctly compile (20060214) thanks for all your work. regards, nicola. Derek Atkins wrote: > Hi, > > This should be fixed in r13257. Could you please check and verify? > > Thanks, > > -derek > > Martin Klaffenboeck <[EMAIL PROTECTED]> writes: > > >>>In file included from P

Re: gnucash gentoo-amd64

2006-02-17 Thread Chris Shoemaker
On Fri, Feb 17, 2006 at 08:57:33AM +0100, Andreas Köhler wrote: > > + types |= (1 << GPOINTER_TO_INT (list->data)); I just committed this fix as r13280. -chris ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mail

Re: gnucash gentoo-amd64

2006-02-17 Thread Derek Atkins
Andreas Köhler <[EMAIL PROTECTED]> writes: > Blame me. Does attached patch solve that issue? Ergo always convert > to and from pointers with these macros? I guess so. Yes, you should always cast with the GPOINTER_TO_INT and GINT_TO_POINTER macros. > -- andi5 > > > PS: If you want foster my progr

Re: gnucash gentoo-amd64

2006-02-17 Thread Andreas Köhler
Hi, On Friday, 17 Feb 2006, 04:35 CET, Chris Lyttle wrote: > Derek, > > r13279 on amd64 > > > dialog-account.c -fPIC -DPIC -o .libs/dialog-account.o > dialog-account.c: In function `gnc_account_type_view_create': > dialog-account.c:1150: warning: cast from pointer to integer of > different siz

Re: gnucash gentoo-amd64

2006-02-16 Thread Chris Lyttle
Derek, r13279 on amd64 dialog-account.c -fPIC -DPIC -o .libs/dialog-account.o dialog-account.c: In function `gnc_account_type_view_create': dialog-account.c:1150: warning: cast from pointer to integer of different size make[5]: *** [dialog-account.lo] Error 1 make[5]: Leaving directory `/home/c

Re: gnucash gentoo-amd64

2006-02-13 Thread Derek Atkins
Hi, This should be fixed in r13257. Could you please check and verify? Thanks, -derek Martin Klaffenboeck <[EMAIL PROTECTED]> writes: >> In file included from PostgresBackend.c:336: >> base-autogen.c: In function `pgendAccountCompareVersion': >> base-autogen.c:1078: warning: cast from pointer

Re: gnucash gentoo-amd64

2006-02-04 Thread Martin Klaffenboeck
Am Donnerstag, den 02.02.2006, 23:37 + schrieb Nicola Buso: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Martin, > > I'm trying to install gnucash from svn on gentoo. I'm following the > steps documented by you here (http://wiki.gnucash.org/wiki/Gentoo). > > The compilation does