make check failures

2010-09-08 Thread jh
Hi, while playing with the latest build (r19563), I ran into the make check feature, which reports lots of 'GUILE_WARN_DEPRECATED' and the following failures. Should this be reported as a bug? Cheers, Juergen snip -- make[5]: Leaving directory `/home/jh

Re: Gnucash

2010-09-08 Thread John Ralls
On Sep 8, 2010, at 6:44 AM, Yawar Amin wrote: > Hi Geoffrey, > > On 2010-09-08, at 03:00, Geoffrey Tonks wrote: > >> Hi Yawar, >> Thanks for getting back to me. >> I did what you suggested, I did find the dbus-daemon and quite that, but I >> still can't get rid of the gnucash disk icon on my d

Preference.glade

2010-09-08 Thread David T.
In the course of trying to do more than I should EVER be authorized to do, I downloaded and installed the Mac OS X binary of glade-3.6.7 and tried loading a couple of the glade files from my 2.2.9-4 John-Ralls-approved installation of Gnucash. I was easily able to open the price.glade file, but

gnucash-devel@gnucash.org

2010-09-08 Thread Frank H. Ellenberger
Hi Geert, I was just wondering about the background of -(load-from-path ... +(load ... Was it always wrong or did it change sometime? In case of the later, in which revision? Shouldn't we then write both forms with their respective revision range? BTW, http://wiki.gnucash.org/wiki/index.php

Re: Transaction Report

2010-09-08 Thread Yawar Amin
Hi there, On 2010-09-08, at 16:40, Manfred Jung wrote: > Hi > > I'm new to the list, so bear with me. Looking around I found only very > limited info on Transaction Reports. I am willing to investigate this option > in GC and eventually write a tutorial. But in order to do a good job I need

Transaction Report

2010-09-08 Thread Manfred Jung
Hi I'm new to the list, so bear with me. Looking around I found only very limited info on Transaction Reports. I am willing to investigate this option in GC and eventually write a tutorial. But in order to do a good job I need to find out a few things: 1. What is already written on the sub

Development visualisation with gource

2010-09-08 Thread Geert Janssens
Today I felt like doing something else than hunting bugs on the GnuCash code, so I made something prettier: http://www.youtube.com/watch?v=g7jrct45jdE This video is a visual representation of the development of GnuCash since its early beginnings in 1997 up until today. This almost 7 minutes vi

RE: Status on work toward a patch

2010-09-08 Thread Thomas Bullock
> -Original Message- > From: Yawar Amin [mailto:yawar.a...@gmail.com] > Sent: Wednesday, September 08, 2010 11:03 AM > To: Thomas Bullock > Cc: gnucash-devel@gnucash.org > Subject: Re: Status on work toward a patch > > Hi, > > On 2010-09-08, at 10:48, Thomas Bullock wrote: > > > 4. cre

Re: Lost Account Information

2010-09-08 Thread Frank H. Ellenberger
Hello, at first: This is a user question and should have been asked on gnucash-u...@gnucash.org. Am Mittwoch, 8. September 2010 um 18:21:31 schrieb Yawar Amin: > Hi, > > On 2010-09-08, at 09:34, C CASTELL wrote: > > Hi, Followed instructions to Tools>General Ledger but no list of > > transaction

Re: Postgresql

2010-09-08 Thread Geert Janssens
On Wednesday 8 September 2010, Paddy Walker wrote: > I am using Gnucash 2.3.13 in Fedora 13. > I wish to try the "save as" and select postgresql. > I have a postgresql server running. I have established a role in my user > name. I have created a database "gnucash". > I still do not get postgresql

Re: Postgresql

2010-09-08 Thread Derek Atkins
Do you have the postgres DBD (DBI Driver) installed? -derek On Wed, September 8, 2010 1:05 pm, Paddy Walker wrote: > I am using Gnucash 2.3.13 in Fedora 13. > I wish to try the "save as" and select postgresql. > I have a postgresql server running. I have established a role in my user > name. > I

Postgresql

2010-09-08 Thread Paddy Walker
I am using Gnucash 2.3.13 in Fedora 13. I wish to try the "save as" and select postgresql. I have a postgresql server running. I have established a role in my user name. I have created a database "gnucash". I still do not get postgresql listed as an option in the drop down list after "save as". W

Re: Lost Account Information

2010-09-08 Thread Yawar Amin
Hi, On 2010-09-08, at 09:34, C CASTELL wrote: > Hi, Followed instructions to Tools>General Ledger but no list of transactions > appeared. I don't remember removing the tranactions at any time. Where else > could they be? Mel I have a couple of ideas, but at this point it's just guesswork. Co

Re: Tax Invoice fails in 2.3.13 -- eguile requires slib

2010-09-08 Thread Geert Janssens
On Wednesday 8 September 2010, Derek Atkins wrote: > YAY! Thank you, Geert!! > > > Geert > > -derek > You're welcome :) Geert ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: Windows Nightly Builds Failed Last Two Nights?

2010-09-08 Thread Derek Atkins
Thanks for the update. The HTML Helper App crashed so it was waiting for user input. I've reset the system so it should be fine going forward. While I'm there I'll also clean up a little. Thanks for the report! -derek Kim Wood writes: > Dev's, > > The Windows nightly builds seem to have failed

Re: Host not found in refresh Windows build

2010-09-08 Thread Derek Atkins
James Raehl writes: > I tried rebuilding the Gnucash environment in Windows XP, after > running reset.sh. The Gnome platform build failed with a "Host not > found" message for http://heanet.dl.sourceforge.net/sourceforge. This > is specified in packaging/win32/defaults.sh while setting SF_MIRRO

Re: Tax Invoice fails in 2.3.13 -- eguile requires slib

2010-09-08 Thread Derek Atkins
Geert Janssens writes: > On Saturday 5 June 2010, Derek Atkins wrote: > [snip] >> The proper fix will be to change this code to use functions other than >> sub-vicinity and user-vicinity. >> >> -derek >> > I have replaced the *-vicinity code with some calls to C functions. We > already > had

Re: Status on work toward a patch

2010-09-08 Thread Yawar Amin
Hi, On 2010-09-08, at 10:48, Thomas Bullock wrote: > [...] > That means the following are still to do: > 1. validate xml on the new patch structure > 2. do a review of changes from 2.0.0 to current as shown by logs for > installed code changes and also installed document changes > 3. submit m

Status on work toward a patch

2010-09-08 Thread Thomas Bullock
Per Derek's request for a weekly status report on documentation update efforts: The patch has now been restructured according to the suggestions I received from Geert. That means the following are still to do: 1. validate xml on the new patch structure 2. do a review of changes from 2.0.0 to c

Host not found in refresh Windows build

2010-09-08 Thread James Raehl
I tried rebuilding the Gnucash environment in Windows XP, after running reset.sh. The Gnome platform build failed with a "Host not found" message for http://heanet.dl.sourceforge.net/sourceforge. This is specified in packaging/win32/defaults.sh while setting SF_MIRROR. I tried opening the UR

Re: Gnucash

2010-09-08 Thread Yawar Amin
Hi Geoffrey, On 2010-09-08, at 03:00, Geoffrey Tonks wrote: > Hi Yawar, > Thanks for getting back to me. > I did what you suggested, I did find the dbus-daemon and quite that, but I > still can't get rid of the gnucash disk icon on my desk top. > I can, and have already several times, deleted th

2.4.0 release - what's left to do

2010-09-08 Thread Phil Longstaff
We need to come up with a final list of bugs/issues to be fixed before 2.4.0 is released. Should be in bugzilla - items with target milestone = 2.4.0. I've seen mention of "need way to lock an SQL file to prevent simultaneous access". Not in bugzilla. Anything else? There are currently 5 it

Re: Tax Invoice fails in 2.3.13 -- eguile requires slib

2010-09-08 Thread Geert Janssens
On Saturday 5 June 2010, Derek Atkins wrote: [snip] > The proper fix will be to change this code to use functions other than > sub-vicinity and user-vicinity. > > -derek > I have replaced the *-vicinity code with some calls to C functions. We already had a fair amount of "find a file in a partic