Re: Gtk Base Version for Gnucash-2.6

2010-12-30 Thread Phil Longstaff
I'm going to see if I can build an updated webkit binary for win32 soon. Unfortunately, it's a bit of an adventure. It is made easier if I use the right fedora vm with mingw-gnome packages for most/all of the dependencies. Phil On Thu, 2010-12-30 at 22:2010-12-3000 +0100, Christian Stimming wrot

Re: Gtk Base Version for Gnucash-2.6

2010-12-30 Thread Christian Stimming
Am Donnerstag, 30. Dezember 2010 schrieb John Ralls: > RHEL-6 is out and has Gtk+-2.18, as does openSuse 11.2. It's available as > an update for Debian Stable (Lenny), and Debian Testing (Squeeze) is using > 2.20.1. > > Looks like 2.18 should be the minimum for Gnucash 2.6. Yes. Except we have t

Gtk Base Version for Gnucash-2.6

2010-12-30 Thread John Ralls
RHEL-6 is out and has Gtk+-2.18, as does openSuse 11.2. It's available as an update for Debian Stable (Lenny), and Debian Testing (Squeeze) is using 2.20.1. Looks like 2.18 should be the minimum for Gnucash 2.6. Regards, John Ralls ___ gnucash-devel

Re: Can't find slib?

2010-12-30 Thread Jeff Kletsky
Some hints on Slackware at http://www.linuxquestions.org/questions/slackware-14/gnucash-guile-slib-dont-get-along-848185/ Look in the directory /var/log/scripts for the file starting with slib. What happens if you run the first line in that file as root on your machine? On mine (Sla

Re: bugzilla enhancement request policy

2010-12-30 Thread Christian Stimming
Am Donnerstag, 30. Dezember 2010 schrieb Derek Atkins: > Christian Stimming writes: > > This would be one possibility, but on the other hand there is also some > > benefit to have a place to file ideas that came to mind even though a > > developer won't do them immediately. I think it is sufficien

Re: Can't find slib?

2010-12-30 Thread Jeff Kletsky
slib isn't functional for GNUCash under Ubuntu 10.10 and the current build of guile -- there just isn't a version of slibcat there that I can find to symlink to. Suggestions? I'd really like to get this to work with the current versions of guile. Thanks, Jeff j...@fx:/usr/local/src/gnucas

Re: r19986 - gnucash/trunk/src/gnome-utils - Fix more memory leaks. scm_to_locale_string() returns a string which must be freed.

2010-12-30 Thread Phil Longstaff
Yes, I have guile 1.8. Thanks for taking care of it. On Thu, 2010-12-30 at 11:58 +0100, Christian Stimming wrote: > Dear Phil, > > unfortunately this (r19985..r19988) break the start-up of gnucash here. I've > got guile-1.6.8, so I suspect you have guile-1.8 and it's a guile think here. >

Re: r19990 - gnucash/trunk/util - Add facility to force BUILDING_FROM_SVN=no from outside the Gnucash build system

2010-12-30 Thread Micha Lenk
Hi Derek, sorry for not explaining my problem/commit more verbosely in advance. Am 29.12.2010 15:34, schrieb Derek Atkins: > Can you explain how this diff is useful? The "Building_from_svn" check > is all about determining whether we have to e.g. build the swig files, > etc. It's COMPLETELY dep

Re: r20000 - gnucash/trunk/src/app-utils - Follow-up to r19999: Refactor guile version-safe scm_to_locale_string into gnc function.

2010-12-30 Thread Derek Atkins
Christian, Christian Stimming writes: > (Yay, I made r2 :-) Darn! I was hoping to get r2. :-P -derek -- Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory Member, MIT Student Information Processing Board (SIPB) URL: http://web.mit.edu/warlord/PP-ASEL-

Re: Build problems after r19920

2010-12-30 Thread Derek Atkins
Hi, woec writes: > I tried to compile gnucash 2.4.0 on my debian squeeze system and I get an > error which seems to be connected to the topic handled here: > > compiling terminates with following error messages: > > . > In function `gnc_sql_commit_edit': > /home/hans/software/gnucash

Re: bugzilla enhancement request policy

2010-12-30 Thread Derek Atkins
Christian Stimming writes: > This would be one possibility, but on the other hand there is also some > benefit to have a place to file ideas that came to mind even though a > developer won't do them immediately. I think it is sufficient if we agree on > some signalling that clearly identifies

Re: bugzilla enhancement request policy (was: Onwards!)

2010-12-30 Thread John Ralls
On Dec 30, 2010, at 2:41 AM, Christian Stimming wrote: > Am Donnerstag, 30. Dezember 2010 schrieb Yawar Amin: >> Hi, >> >> On 2010-12-28, at 16:44, Christian Stimming wrote: > […] >>> >>> I think bugzilla leaves it up to the project to define what the semantics >>> of such an enhancement re

Re: Build problems after r19920

2010-12-30 Thread woec
I tried to compile gnucash 2.4.0 on my debian squeeze system and I get an error which seems to be connected to the topic handled here: compiling terminates with following error messages: . In function `gnc_sql_commit_edit': /home/hans/software/gnucash/gnucash-2.4.0/src/backend/sql/gn

Re: Build problems after r19920

2010-12-30 Thread woec
I tried to compile gnucash 2.4.0 on my debian squeeze system and I get an error which seems to be connected to the topic handled here: compiling terminates with following error messages: . libtool: link: gcc -shared .libs/gnc-backend-sql.o .libs/gnc-account-sql.o .libs/gnc-address-s

Re: r19986 - gnucash/trunk/src/gnome-utils - Fix more memory leaks. scm_to_locale_string() returns a string which must be freed.

2010-12-30 Thread Christian Stimming
Ok, I've already wrapped the free() into a suitable macro and fixed this in r1. Regards, Christian Am Donnerstag, 30. Dezember 2010 schrieb Christian Stimming: > Dear Phil, > > unfortunately this (r19985..r19988) break the start-up of gnucash here. > I've got guile-1.6.8, so I suspect you

Re: r19986 - gnucash/trunk/src/gnome-utils - Fix more memory leaks. scm_to_locale_string() returns a string which must be freed.

2010-12-30 Thread Christian Stimming
Dear Phil, unfortunately this (r19985..r19988) break the start-up of gnucash here. I've got guile-1.6.8, so I suspect you have guile-1.8 and it's a guile think here. At r19985 I don't have a crash at start-up but instead at shutdown; since r19986 I've got the crash at start-up as shown below.

Re: bugzilla enhancement request policy (was: Onwards!)

2010-12-30 Thread Christian Stimming
Am Donnerstag, 30. Dezember 2010 schrieb Yawar Amin: > Hi, > > On 2010-12-28, at 16:44, Christian Stimming wrote: > >>> […] > > > > I think bugzilla leaves it up to the project to define what the semantics > > of such an enhancement request is. (That's different from a bug, which > > either is a