On Jan 24, 2014, at 3:03 PM, alessandro basili
wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi John,
>
> On 1/24/2014 8:35 PM, John Ralls wrote:
> []
>>> Umm.. what is "gir1.0-glib-2.0"? GnuCash needs "glib", not
>>> "gir".
>>
>> It's the gobject introspection type library f
On Jan 24, 2014, at 12:46 PM, Sébastien Villemot wrote:
> Hi,
>
> Please find attached a patch that fixes Debian bug #736434
> (http://bugs.debian.org/736434)
>
> The gnucash tarball contains jquery.min.js, which is a minified version
> of jquery.js; but the latter is not included in the tarba
Hi,
On Fri, January 24, 2014 6:03 pm, alessandro basili wrote:
> I presume that what Derek suggested should supply the necessary
> packages in order to build it from source. Main issue is that on
> Debian/Squeeze I have gnucash 2.2.9 and the 'build-dep' does not cover
> the dependencies on glib a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi John,
On 1/24/2014 8:35 PM, John Ralls wrote:
[]
>> Umm.. what is "gir1.0-glib-2.0"? GnuCash needs "glib", not
>> "gir".
>
> It's the gobject introspection type library for GLib. He's
> apparently under the mistaken impression that it proves that
Hi,
Please find attached a patch that fixes Debian bug #736434
(http://bugs.debian.org/736434)
The gnucash tarball contains jquery.min.js, which is a minified version
of jquery.js; but the latter is not included in the tarball. The
minified version is not the preferred form of modification, so it
On Jan 24, 2014, at 9:02 AM, Derek Atkins wrote:
> Hi,
>
> alessandro basili writes:
>
>> 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
>>> ad
Hi,
I'm going to migrate 'code.gnucash.org' (our "everything" server) to a
new VM/OS install on the weekend of February 1-2. I expect this move
will take several hours, during which time all access to email, email
archives, wiki, svn, trac, IRC logs, etc will all be unavailable. This
is necessar
On 2014-01-24 10:40, John Ralls wrote:
> [...]
> Actually it's prepending $GNC_DOT_DIR, which defaults to $HOME/.gnucash. It
> does that because that's where it expects custom reports to be, and it does
> it on all platforms.
Thanks John. I've simplified the report loading instructions a bit in
John Ralls writes:
> if (sizeof(time_t) == 8)
> return (double)((int64)time1 - (int64)time2);
> else
> return (double)((int32)time1 - (int32)time2);
This code probably wouldn't compile cleanly. It would complain about
casting to different sizes. Even though theoretically the compiler
shoul
Hi,
alessandro basili writes:
> 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
>> libraries
On 2014-01-24 11:33, Derek Atkins wrote:
> [...]
> No, '(x) == (list "x") ... in all versions of Scheme, not just guile.
Thanks Derek. I just did this:
guile> (define x 1)
guile> '(x)
(x)
guile> (list x)
(1)
So that's the difference I guess
Regards,
Yawar
signature.asc
Description: Op
Yawar Amin writes:
> 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'v
On Jan 23, 2014, at 8:57 PM, Yawar Amin wrote:
>
> The problem before that was that GnuCash is prepending '$HOME\.gnucash\' to
> the beginning of the load function string argument. So if I specified
> '$HOME\Documents\coding\gc-decl-reports\gc-decl-reports.scm' the load
> function would actu
On Jan 24, 2014, at 12:33 AM, Gary Bilkus wrote:
> On 23/01/2014 22:47, John Ralls wrote:
>> 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
On Friday 24 January 2014 08:36:22 Mike Evans wrote:
> Author: mikee
> Date: 2014-01-24 08:36:22 -0500 (Fri, 24 Jan 2014)
> New Revision: 23751
> Trac: http://svn.gnucash.org/trac/changeset/23751
>
> Modified:
>gnucash/trunk/src/business/business-gnome/dialog-invoice.c
> Log:
> Posting an invo
On Wednesday 22 January 2014 22:22:49 Yawar Amin wrote:
> Hi,
>
> I'm following the instructions at
> http://wiki.gnucash.org/wiki/Custom_Reports#Load_the_report_from_a_us
> er_account and trying to prototype a new Scheme report. However I
> don't see it anywhere on the Reports menu. There are no
On 23/01/2014 22:47, John Ralls wrote:
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
17 matches
Mail list logo