Re: Questions re Documentation in Bugzilla

2010-09-20 Thread Christian Stimming
Zitat von Tom Bullock : I tested the process of creating a bug for the purpose of enabling easy developer review. I found that Chris Lyttle, last heard from (as far as I know) in 2006, is currently having bugs assigned to him, just because he was last recognized as the documentation go-to

Re: Locking SQL database for single user only

2010-09-20 Thread Christian Stimming
Zitat von Phil Longstaff : For locking purposes, I think I will add an "accessors" table with 1 2048-char field. For single user mode, this must have at most 1 row in the table. For multi-user mode (in the future), this can keep track of which users are currently logged in. The big char field

Re: win32 nightly build broken

2010-09-20 Thread Derek Atkins
Christian Stimming writes: >> I ran reset.sh and cleaned out the build dir, but due to some hardware >> issues the nightly build didn't fire last night. I just went in to >> start it manually but it looks like someone beat me to it. > > Yeah, I'm working there already... Okay. I'll not touch i

Re: libgnc-qof.so.1: cannot open shared object file

2010-09-20 Thread ...
> > > What do you get from: > > ldd /usr/local/lib/libgnc-qof.so.1 > On the debian system: $ ldd /usr/local/lib/libgnc-qof.so.1 linux-gate.so.1 => (0xb778) libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb773) librt.so.1 => /lib/i686/cmov/librt.so.1 (0xb7727000)

Re: version references in documentation

2010-09-20 Thread Tom Bullock
On 09/19/2010 04:12 PM, Yawar Amin wrote: Hi Tom, On 2010-09-19, at 15:30, Tom Bullock wrote: Hi Yawar, I am pulling together the pieces of my patch. When I ran it thru "xmllint", I got these xml error messages that I hope you understand and can tell me what is my error: 1. validity e

New 2.3.15 dmg on Sourceforge

2010-09-20 Thread John Ralls
Someone found a bug, and I made a better Gtk+ patch for modifer keys (Option and Command, mostly), so Gnucash Intel 2.3.15.3.dmg is now up at sourceforge (and the old ones aren't). Would someone with webpage privs please update the "Intel" link on http://www.gnucash.org/download.phtml? Thanks

Unexpected results in attempting a patch

2010-09-20 Thread Tom Bullock
2. gnucash-guide.xml:293: element xref: validity error : IDREF attribute linkend references an unknown ID "ch_oth_assets.xml" I have listed ch_oth_assets.xml in gnucash-guide.xml both as (given on line 19) and also as&chapter16; (given on line 284) OK, this means that you’ve def

Re: Unexpected results in attempting a patch

2010-09-20 Thread David Jensen
Tom, On Mon, Sep 20, 2010 at 8:20 PM, Tom Bullock wrote: > SNIP > Question 2: > > I ran "svn diff" in a terminal and the result showed what I was expecting. >  I then wanted to capture the output into a file to attach to a bugzilla bug > report.  I used this command: > "svn diff | patch1" thinkin

Re: Unexpected results in attempting a patch

2010-09-20 Thread Yawar Amin
Hi Tom, On 2010-09-20, at 20:20, Tom Bullock wrote: >> […] > > Yawar, > > I got the " when I ran the xmllint command. Good stuff. You’re almost there. > Question 1: > > When I wanted to view the files in my Firefox browser I got this for the > chapter named ch_accts.xml: > > XML Parsing Er

Re: Unexpected results in attempting a patch

2010-09-20 Thread Frank H. Ellenberger
Hi, Am Dienstag, 21. September 2010 um 03:36:29 schrieb Yawar Amin: > You’re right that there is actually a program that transforms our source > XML files into browser-friendly HTML. I don’t have a script per se, I just > run the command directly (the following assumes you’re in the > guide/whatev