Re: Problem using checkinstall for G2 svn

2006-06-14 Thread Thomas Bushnell BSG
digger vermont <[EMAIL PROTECTED]> writes: > Unfortunately not that I can see in Ubuntu, and Debian's gnucash > requires installing a good half dozen more Debian pkgs to fill > dependencies. If there are Unbutu packages floating around they're most > likely not for powerpc. Though I must say I h

Re: Problem using checkinstall for G2 svn

2006-06-14 Thread digger vermont
On Wed, 2006-06-14 at 19:14 -0400, Derek Atkins wrote: > Sure, it's linked into the BUILD directory, but the "make install" > will copy the file to the install tree. > > Besides, there's already a deb package of gnucash -- you should use that. > > -derek > Unfortunately not that I can see in Ub

Re: Problem using checkinstall for G2 svn

2006-06-14 Thread David Hampton
On Wed, 2006-06-14 at 18:53 -0400, digger vermont wrote: > Okay. It a stretch for me to understand all this stuff at once stuff. > > It looks to me like autogen.sh calls automake-1.9 with the option > "--add-missing". By default the option links the files rather than > copy. So that links some

Re: Problem using checkinstall for G2 svn

2006-06-14 Thread Derek Atkins
Sure, it's linked into the BUILD directory, but the "make install" will copy the file to the install tree. Besides, there's already a deb package of gnucash -- you should use that. -derek Quoting digger vermont <[EMAIL PROTECTED]>: > Hi Derek, > > On Tue, 2006-06-13 at 16:02 -0400, Derek Atkins

Re: Problem using checkinstall for G2 svn

2006-06-14 Thread digger vermont
Hi Derek, On Tue, 2006-06-13 at 16:02 -0400, Derek Atkins wrote: > Um, why is it trying to pull in /usr/share/automake-1.9/COPYING? That > looks like a bug in your .deb scripts. This is not a gnucash problem. > > -derek > Okay. It a stretch for me to understand all this stuff at once stuff.

Re: [Gnucash-changes] r14364 - gnucash/trunk - Update gdb instructions.

2006-06-14 Thread Derek Atkins
Quoting David Hampton <[EMAIL PROTECTED]>: > +-- edit src/engine/gnc-engine.c and find the call to qif_log_set_level s/qif/qof/ ? > + for the module you are intersted in. Adjust the log level > + appropriately. > +-- edit the call to qof_log_file_init() in this same file to change > + wh

Re: trying 1.9.7

2006-06-14 Thread Derek Atkins
Quoting Chris Bare <[EMAIL PROTECTED]>: >> The problem is that you are following old instructions. All you need to >> do is run: >> >> ./src/bin/overrides/gnucash-build-env ./src/bin/gnucash-bin >> >> -derek > > Thanks, those instructions were in the 1.9.7 HACKING file. That doesn't mean the f

Re: trying 1.9.7

2006-06-14 Thread Chris Bare
> The problem is that you are following old instructions. All you need to > do is run: > > ./src/bin/overrides/gnucash-build-env ./src/bin/gnucash-bin > > -derek Thanks, those instructions were in the 1.9.7 HACKING file. When I try what you listed above, I get: libglade-WARNING **: could no

Re: trying 1.9.7

2006-06-14 Thread Derek Atkins
Note that this might have problems, too In particular it might not be able to properly find the QOF Backend GModule libraries in the build tree.. Really, you should just ./configure --prefix=/opt/gnucash and then run "make install" and run it out of /opt. -derek Quoting Derek Atkins <[EMAIL

Re: trying 1.9.7

2006-06-14 Thread Derek Atkins
The problem is that you are following old instructions. All you need to do is run: ./src/bin/overrides/gnucash-build-env ./src/bin/gnucash-bin -derek Quoting Chris Bare <[EMAIL PROTECTED]>: > I'm trying to test 1.9.7 while leaving my 1.8 gnucash installed, so I tried > following the instruct

trying 1.9.7

2006-06-14 Thread Chris Bare
I'm trying to test 1.9.7 while leaving my 1.8 gnucash installed, so I tried following the instructions on running from within the dev tree: To run gnucash from your build tree: -- edit ./src/bin/overrides/gnucash and replace gnucash-env with ./src/bin/overrides/gnucash-build-env -- then start g

Re: r14363 - gnucash/trunk - Similarly ensure for aqbanking/mt940 import that all retrieved strings

2006-06-14 Thread Christian Stimming
Am Mittwoch, 14. Juni 2006 22:04 schrieb David Hampton: > > Modified: > >gnucash/trunk/ChangeLog > >gnucash/trunk/src/import-export/hbci/gnc-hbci-utils.c > > Log: > > Similarly ensure for aqbanking/mt940 import that all retrieved strings > > will be valid utf8. > > I noticed that the hbci p

Re: r14363 - gnucash/trunk - Similarly ensure for aqbanking/mt940 import that all retrieved strings

2006-06-14 Thread David Hampton
On Wed, 2006-06-14 at 15:49 -0400, Christian Stimming wrote: > Author: cstim > Date: 2006-06-14 15:49:25 -0400 (Wed, 14 Jun 2006) > New Revision: 14363 > Trac: http://svn.gnucash.org/trac/changeset/14363 > > Modified: >gnucash/trunk/ChangeLog >gnucash/trunk/src/import-export/hbci/gnc-hbci-