Re: New Scheme report - trying to load from home dir

2014-01-23 Thread Yawar Amin
On 2014-01-23 13:50, Derek Atkins wrote: > [...] > This is an invalid menu path. You are telling it, literally, > "gnc:menuname-utility", which isn't a valid menu path name. Try > changing it to: > > 'menu-path (list gnc:menuname-utility) Thanks Derek. I could've sworn that '(x) == (list x). B

Re: C++ plans? (Re: r23706 - gnucash/trunk/src/register/ledger-core - Bug 721791)

2014-01-23 Thread John Ralls
On Jan 23, 2014, at 12:53 PM, Christian Stimming wrote: > Am Mittwoch, 22. Januar 2014, 20:01:02 schrieb John Ralls: >> On Jan 22, 2014, at 6:15 PM, Derek Atkins wrote: >>> On Wed, January 22, 2014 8:57 pm, John Ralls wrote: PImpl, which decomposes as either "Private Implementation" or "Po

Re: Building on Windows from scratch - datediff problem found

2014-01-23 Thread John Ralls
On Jan 23, 2014, at 7:23 AM, Gary Bilkus wrote: > I've done some more testing and found a problem with libofx and possibly > aqbanking ( which I don't use ). It's easy enough to work round, but I'm not > sure what the correct fix should be on Windows > > > The problem is that there's a know

building from svn

2014-01-23 Thread alessandro basili
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, I'm having issues in building from source: > configure: error: Library requirements (glib->2.0 >= 2.28 gio-2.0 > >= 2.25 gthread-2.0 gobject-2 gmodule-2) not met; consider > adjusting the PKG_CONFIG_PATH environment variable if your > libra

Re: C++ plans? (Re: r23706 - gnucash/trunk/src/register/ledger-core - Bug 721791)

2014-01-23 Thread Christian Stimming
Am Mittwoch, 22. Januar 2014, 20:01:02 schrieb John Ralls: > On Jan 22, 2014, at 6:15 PM, Derek Atkins wrote: > > On Wed, January 22, 2014 8:57 pm, John Ralls wrote: > >> PImpl, which decomposes as either "Private Implementation" or "Pointer to > >> Implementation" is a basic C++ idiom. Here's Her

Re: r23747 - gnucash/trunk - Require swig 2.0.10 when building from svn/git

2014-01-23 Thread Derek Atkins
Geert Janssens writes: > Log: > Require swig 2.0.10 when building from svn/git This means that I cannot build svn/git on my Fedora 18 desktop anymore. Can this change only be predicated on finding guile2? It should still be perfectly valid to build on guile-1.8 with older swig. Is there some p

Re: New Scheme report - trying to load from home dir

2014-01-23 Thread Derek Atkins
Hi, Yawar Amin writes: > 'menu-path '(gnc:menuname-utility))) This is an invalid menu path. You are telling it, literally, "gnc:menuname-utility", which isn't a valid menu path name. Try changing it to: 'menu-path (list gnc:menuname-utility) > I'm on Windows 7 with GnuCash 2.6.0 (comm

Building on Windows from scratch - datediff problem found

2014-01-23 Thread Gary Bilkus
I've done some more testing and found a problem with libofx and possibly aqbanking ( which I don't use ). It's easy enough to work round, but I'm not sure what the correct fix should be on Windows   The problem is that there's a known issue with datediff and mingw, due to differences in the ver