Re: What are gnucash-docs' dependencies?

2006-07-15 Thread Christian Stimming
Am Freitag, 14. Juli 2006 23:58 schrieb Thomas Klausner: > On Fri, Jul 14, 2006 at 09:32:40PM +0200, Christian Stimming wrote: > > The README is out of date. Since we now use yelp as browser through the > > help file, and since that one can directly read the XML files, there are > > no further tool

Re: aq banking wizard segfault

2006-07-15 Thread Christian Stimming
Am Freitag, 14. Juli 2006 00:06 schrieb Archimedes Submerged: > The segfault happens only if you enter the hbci setup druid from the second > page, after some existing hbci accounts are listed. The problem is in > druid-hbci-utils.c, where hbci account pointers are kept in a hash table. > If AB_Ba

duplicate gnc:html-text? bug?

2006-07-15 Thread Larry Evans
In the 2.0.0 version, in file gnucash/scm/html-text.scm there's duplicate definitions of gnc:html-text? Should I file a low priority bug in: http://bugzilla.gnome.org/simple-bug-guide.cgi ? BTW, I don't have an account at bugzilla yet; so, it may just be easier for some else to file the bug. _

Re: Policy RFC: branches/2.0 change process

2006-07-15 Thread Derek Atkins
Christian Stimming <[EMAIL PROTECTED]> writes: > I see that http://wiki.gnucash.org/wiki/Development_Process has been started > to collect the final agreement. Yeah. Chris and I worked out our differences in irc. Basically, he thought that I wanted the release branch to only contain already-t

Re: duplicate gnc:html-text? bug?

2006-07-15 Thread Andreas Köhler
Hi, Am Samstag, den 15.07.2006, 06:26 -0500 schrieb Larry Evans: > In the 2.0.0 version, in file gnucash/scm/html-text.scm > there's duplicate definitions of gnc:html-text? > > Should I file a low priority bug in: > > http://bugzilla.gnome.org/simple-bug-guide.cgi No need to, I removed the dupl

Re: duplicate gnc:html-text? bug?

2006-07-15 Thread Derek Atkins
Larry Evans <[EMAIL PROTECTED]> writes: > In the 2.0.0 version, in file gnucash/scm/html-text.scm > there's duplicate definitions of gnc:html-text? > > Should I file a low priority bug in: > > http://bugzilla.gnome.org/simple-bug-guide.cgi It looks like Andreas has already fixed this, so I guess

Re: [Gnucash-changes] r14497 - gnucash/trunk - Minor cleanup of configure.in.

2006-07-15 Thread Derek Atkins
Just an FYI Chris Shoemaker <[EMAIL PROTECTED]> writes: > PKG_CHECK_MODULES(GTKHTML, libgtkhtml-3.8 , [gtkhtml=1] , [gtkhtml=0]) > -if test $gtkhtml = 0 > +if test x$gtkhtml = x0 >then > PKG_CHECK_MODULES(GTKHTML, libgtkhtml-3.6 , [gtkhtml=1] , [gtkhtml=0]) > -

1.9.8: "make check" failures on Ubuntu 6.06

2006-07-15 Thread Eric Hanchrow
So I'm running Ubuntu, as the "Subject:" line says. I downloaded gnucash-1.9.8, and installed lots of development packages in order to get it to build. Then I ran "make check" and saw this: make[7]: Entering directory `/usr/local/src/gnucash-1.9.8/src/gnc-module/test' ERROR: no code

Re: Gnucash Close Tab Ordering

2006-07-15 Thread Adam Rosi-Kessel
David Hampton wrote: >> But this isn't true at all. Firefox doesn't maintain a tab stack. If you >> close the rightmost tab, you are always moved to the tab immediately to the >> left of it. If you close the leftmost tab, you are moved to the tab to the >> right of it. If you close a tab in the mid

broken links in http://www.gnucash.org/docs.phtml

2006-07-15 Thread Alexandros Papadopoulos
In the aforementioned page, in the 1.8 section, these links are broken: * Help Manual (English PDF) http://www.gnucash.org/docs/gnucash-help.pdf and * Concepts Guide (English PDF) http://www.gnucash.org/docs/gnucash-guide.pd The links should be http://www.gnucash.org/docs/v1.8/C/gnucash-help.

Re: GnuCash 2.0.0 Release

2006-07-15 Thread Frank Jessopp
The Gentoo ebuild is up and running. Congratulations! Frank Jessopp -- Frank Jessopp, <[EMAIL PROTECTED]> 93 Jessopp Avenue, Bridport, Dorset. DT6 4AS ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinf

SOLVED: 1.9.8: "make check" failures on Ubuntu 6.06

2006-07-15 Thread Eric Hanchrow
That last message was 90% pilot error -- I had failed to install the "guile-g-wrap" package. Once I installed that, the tests all pass. However, it'd have been nice if "configure" had warned me that guile-g-wrap was missing. -- Two degrees in be-bop, a Ph.D. in swing -- Lowell George, Fr

Gnucash Close Tab Ordering

2006-07-15 Thread Adam Rosi-Kessel
On May 28, 2006, David Hampton wrote: > Its always the tab that was most recently in front. Has nothing to do > with the ordering of the tabs in the notebook. For example, say you have > five tabs open and looked at them in the order 1, 3, 5, 2, 4. If you > close the open tab, which it tab 4, yo

Re: What are gnucash-docs' dependencies?

2006-07-15 Thread Chris Lyttle
The reason that configure doesn't check for more than scrollkeeper and xsltproc where the README asks for more is twofold. First scrollkeeper is required for the installation of the docs themselves from the tarball. Xsltproc is require to translate the docs to html with the 'make html' command.

gnucash on alpha?

2006-07-15 Thread Thomas Bushnell BSG
Does anyone have any positive evidence of the new gnucash (post 1.8) working on alpha? A debian user (bugs.debian.org/378346) gets a fatal crash every time, and got such a crash with 1.9 as well. The 1.9 crash was mentioned on debian-user, but there was no list traffic about it beyond the initia

gnucash on alpha?

2006-07-15 Thread Thomas Bushnell BSG
Does anyone have any positive evidence of the new gnucash (post 1.8) working on alpha? A debian user (bugs.debian.org/378346) gets a fatal crash every time, and got such a crash with 1.9 as well. The 1.9 crash was mentioned on gnucash-user, but there was no list traffic about it beyond the initi

Re: SOLVED: 1.9.8: "make check" failures on Ubuntu 6.06

2006-07-15 Thread Thomas Bushnell BSG
Eric Hanchrow <[EMAIL PROTECTED]> writes: > That last message was 90% pilot error -- I had failed to install the > "guile-g-wrap" package. Once I installed that, the tests all pass. > > However, it'd have been nice if "configure" had warned me that > guile-g-wrap was missing. Or if Ubuntu would