Re: 2.4.99 on opensuse 12.1

2011-12-02 Thread John Ralls
On Dec 2, 2011, at 5:06 PM, Ted Creedon wrote: > put guile 1.8.7 in its own directory > > # CPPFLAGS="-I/root/guile-1.8.7/include" > LDFLAGS="-L/root/guile-1.8.7/lib64" ./configure --disable-error-on-warning > --disable-dbi --enable-debug > > # GUILE_AUTO_COMPILE=0 gnucash --debug --extra > >

Re: Unable to make dist after recent changes

2011-12-02 Thread John Ralls
OK, all of that's committed. Make distcheck now works on both Mac and Linux. Yay! Next, I want to get rid of all of the errors from calling ENTER and LEAVE when QOFLog hasn't been inited. Easy enough in C, but I don't see a way to init QOFLog from Scheme. Anybody know of one? Regards, John Ra

Re: 2.4.99 on opensuse 12.1

2011-12-02 Thread Johannes Kapune
Hi Ted, why do you use 2.4.99 ? http://download.opensuse.org/repositories/home:/j-engel/openSUSE_12.1/i586/ or http://download.opensuse.org/repositories/home:/j- engel/openSUSE_12.1/x86_64/ may be interest for you? Johannes Am 03.12.2011 02:06, schrieb Ted Creedon: put guile 1.8.7 in i

2.4.99 on opensuse 12.1

2011-12-02 Thread Ted Creedon
put guile 1.8.7 in its own directory # CPPFLAGS="-I/root/guile-1.8.7/include" LDFLAGS="-L/root/guile-1.8.7/lib64" ./configure --disable-error-on-warning --disable-dbi --enable-debug # GUILE_AUTO_COMPILE=0 gnucash --debug --extra This is a development version. It may or may not work. Report bugs

Building user documentation -- just one glitch.

2011-12-02 Thread Hendrik Boom
As John Ralls pointed out, the proper way to check out the user documentation is svn checkout http://code.gnucash.org/repo/gnucash-docs/trunk gnucash-docs Everything was almost smooth sailing from there. The first problem was that I didn't have the command xsltproc. The ./configure suggested t

Re: Unable to make dist after recent changes

2011-12-02 Thread John Ralls
On Dec 2, 2011, at 11:19 AM, Derek Atkins wrote: > > On Fri, December 2, 2011 2:12 pm, John Ralls wrote: >> >> On Dec 2, 2011, at 10:56 AM, Geert Janssens wrote: >> > [snip] > >>> 278: 35(set! value (gnc-numeric-add amount value GNC-DENOM-AUTO GNC- >>> DENOM-LCD)) >>> 278: 36* [gnc-nume

Re: Unable to make dist after recent changes

2011-12-02 Thread Derek Atkins
On Fri, December 2, 2011 2:12 pm, John Ralls wrote: > > On Dec 2, 2011, at 10:56 AM, Geert Janssens wrote: > [snip] >> 278: 35(set! value (gnc-numeric-add amount value GNC-DENOM-AUTO GNC- >> DENOM-LCD)) >> 278: 36* [gnc-numeric-add # # # >> ...] >> /kobaltnet/janssege/Development/Installs/g

Re: Unable to make dist after recent changes

2011-12-02 Thread John Ralls
On Dec 2, 2011, at 10:56 AM, Geert Janssens wrote: > On vrijdag 2 december 2011, John Ralls wrote: >> On Dec 2, 2011, at 8:08 AM, Derek Atkins wrote: >>> Geert Janssens writes: For some reason the tests consider this a duplicate symbol definition, but the reports require the export sta

Re: Unable to make dist after recent changes

2011-12-02 Thread Geert Janssens
On vrijdag 2 december 2011, John Ralls wrote: > On Dec 2, 2011, at 8:08 AM, Derek Atkins wrote: > > Geert Janssens writes: > >> For some reason the tests consider this a duplicate symbol definition, > >> but the reports require the export statements or will fail to > >> work. That's as far as I go

Re: r21652 - gnucash/trunk/src/gnome - Bug #665098 - document shortcut for blank transaction.

2011-12-02 Thread John Ralls
On Dec 2, 2011, at 4:43 AM, Mike Evans wrote: > On Fri, 02 Dec 2011 13:10:57 +0100 > Christian Stimming wrote: > Dear Christian > > It does. There's probably many menus where the shortcuts could > usefully be displayed. Getting a list of all the shortcuts used in > GnuCash would be good but I'

Re: Unable to make dist after recent changes

2011-12-02 Thread John Ralls
On Dec 2, 2011, at 8:08 AM, Derek Atkins wrote: > Geert Janssens writes: > >> For some reason the tests consider this a duplicate symbol definition, >> but the reports require the export statements or will fail to >> work. That's as far as I got. I don't know why this is though, because >> at f

Re: Unable to make dist after recent changes

2011-12-02 Thread Derek Atkins
Geert Janssens writes: > For some reason the tests consider this a duplicate symbol definition, > but the reports require the export statements or will fail to > work. That's as far as I got. I don't know why this is though, because > at first sight, the sw_engine module is loaded by default when

Re: Scripting documentation

2011-12-02 Thread Derek Atkins
Hendrik Boom writes: > On Thu, 01 Dec 2011 11:22:34 -0500, Derek Atkins wrote: > > >> >> This would imply you do not have doxygen installed. > > I didn't. I do now. It still doesn't work, failing in the same way. > No time to investigate now. I'll look into it further tonight. Maybe > t

Re: Unable to make dist after recent changes

2011-12-02 Thread John Ralls
On Dec 2, 2011, at 2:44 AM, Geert Janssens wrote: > On vrijdag 2 december 2011, Geert Janssens wrote: >> On donderdag 1 december 2011, John Ralls wrote: >>> On that vein, I'd really like to get to the bottom of the duplicate >>> symbols in sw_engine and gnucash engine spew, but what sw_engine is

Re: r21652 - gnucash/trunk/src/gnome - Bug #665098 - document shortcut for blank transaction.

2011-12-02 Thread Mike Evans
On Fri, 02 Dec 2011 13:10:57 +0100 Christian Stimming wrote: Dear Christian It does. There's probably many menus where the shortcuts could usefully be displayed. Getting a list of all the shortcuts used in GnuCash would be good but I've no idea how to extract that information from the source cod

Re: r21652 - gnucash/trunk/src/gnome - Bug #665098 - document shortcut for blank transaction.

2011-12-02 Thread Christian Stimming
Dear Mike, does this change really make the keyboard shortcut appear in the menu text? That's very good! Thanks for finding out about this. Regards, Christian Zitat von Mike Evans : Author: mikee Date: 2011-12-02 06:09:16 -0500 (Fri, 02 Dec 2011) New Revision: 21652 Trac: http://svn.gnuc

Re: Unable to make dist after recent changes

2011-12-02 Thread Geert Janssens
On vrijdag 2 december 2011, Geert Janssens wrote: > On donderdag 1 december 2011, John Ralls wrote: > > On that vein, I'd really like to get to the bottom of the duplicate > > symbols in sw_engine and gnucash engine spew, but what sw_engine is and > > where it comes from eludes me. > > Yes, I hit

Re: Unable to make dist after recent changes

2011-12-02 Thread Geert Janssens
On donderdag 1 december 2011, John Ralls wrote: > On Dec 1, 2011, at 1:56 PM, Geert Janssens wrote: > > On donderdag 1 december 2011, John Ralls wrote: > >> On Nov 30, 2011, at 5:05 PM, John Ralls wrote: > >>> On Nov 30, 2011, at 8:44 AM, Derek Atkins wrote: > John Ralls writes: > > I've

Re: Bug #658247

2011-12-02 Thread Mike Evans
On Thu, 1 Dec 2011 15:47:26 + Robert Fewell <14ubo...@gmail.com> wrote: > Mike, > > I think you are missing that dialog-new-user has three options, one to > start the assistant-hierarchy, one for the Qif import assistant and > one for the tutorial so I do not think it is redundant. > Ah yes,