~/.gnucash/log.conf

2007-02-09 Thread Josh Sled
Forwarded Message > Date: Fri, 9 Feb 2007 20:29:30 -0500 > Trac: http://svn.gnucash.org/trac/changeset/15545 [...] > Support for ~/.gnucash/log.conf, a key-value file of logging settings; see > comment-doc for qof_log_parse_log_config(...) for the file format. [...] > Modified: g

Re: SX not entered to Register

2007-02-09 Thread Volker Englisch
On 02/09/2007 02:01 PM Josh Sled wrote: > On Fri, 2007-02-09 at 01:19 -0500, Volker Englisch wrote: > >> a) Enter Values >> I just build GC 2.0.4 (R15521) on FC6. I have a scheduled transaction >> for a utility bill coming up. I click the "(need value)" field and >> enter the amount for the t

Re: libtool problem on OS X

2007-02-09 Thread Dave Reiser
Jeff Carneal wrote: > Well, I do appreciate you trying anyway. > > I ended up blasting my macports install and installing all the gnu > build tools by hand to /usr/local (where the rest of my stuff is) and > it stopped the problem below. > > Now though I am getting the following error. Any t

Re: libtool problem on OS X

2007-02-09 Thread Jeff Carneal
Well, I do appreciate you trying anyway. I ended up blasting my macports install and installing all the gnu build tools by hand to /usr/local (where the rest of my stuff is) and it stopped the problem below. Now though I am getting the following error. Any thoughts on how to fix it? I've

Re: logging overhaul (please read)

2007-02-09 Thread Josh Sled
On Fri, 2007-02-09 at 13:41 -0500, Josh Sled wrote: > On Fri, 2007-02-09 at 13:10 -0500, Derek Atkins wrote: > > Quoting Josh Sled <[EMAIL PROTECTED]>: > > > > [snip] > > > The space-based indentation as per ENTER/LEAVE has been disabled. > > > Before, the {in,de}dent calls were conditional on qof

Re: logging overhaul (please read)

2007-02-09 Thread Christian Stimming
Am Freitag, 9. Februar 2007 18:38 schrieb Josh Sled: > In short, on the surface, you *should* only notice: > > - a change in the format in /tmp/gnucash.trace > - more output from make check > - maybe a *bit* more output from the app > - the disabling of --loglevel (with replacement; see below) Gre

Re: Missing libstdc++.la

2007-02-09 Thread Christian Stimming
Am Mittwoch, 7. Februar 2007 19:09 schrieb vr.sundar: > Running "make " on the 2.0 branch (revision 15519) gave me this error > in src/import-export/ofx directory: > > grep: /usr/lib/libstdc++.la: No such file or directory > /usr/bin/sed: can't read /usr/lib/libstdc++.la: No such file or directory

Re: Recommendations on managing inventory

2007-02-09 Thread Derek Atkins
Hi, Please make sure you CC gnucash-devel on all replies! More inline... Quoting Shocky <[EMAIL PROTECTED]>: > On Friday 09 February 2007 12:00, you wrote: >> Hi, >> >> First, no, GnuCash doesn't have an Inventory system >> Second, you probably don't need Scheme; most of GnuCash is in C >>

Re: SX not entered to Register

2007-02-09 Thread Josh Sled
On Fri, 2007-02-09 at 01:19 -0500, Volker Englisch wrote: > a) Enter Values > I just build GC 2.0.4 (R15521) on FC6. I have a scheduled transaction > for a utility bill coming up. I click the "(need value)" field and > enter the amount for the transaction and then I click OK. > However, the tr

Re: Recommendations on managing inventory

2007-02-09 Thread Derek Atkins
Hi, First, no, GnuCash doesn't have an Inventory system Second, you probably don't need Scheme; most of GnuCash is in C (and we're trying to reduce the dependence on Scheme) Third, if you wanted to work on something like this then I would recommend you build from SVN Trunk. -derek Shoc

Re: logging overhaul (please read)

2007-02-09 Thread Josh Sled
On Fri, 2007-02-09 at 13:10 -0500, Derek Atkins wrote: > Quoting Josh Sled <[EMAIL PROTECTED]>: > > [snip] > > The space-based indentation as per ENTER/LEAVE has been disabled. > > Before, the {in,de}dent calls were conditional on qof_log_check, but > > that no longer exists. I'm pretty sure it c

Re: r15537 - gnucash/trunk - Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that ar

2007-02-09 Thread Derek Atkins
Quoting Josh Sled <[EMAIL PROTECTED]>: > I was working from the devhelp text for GLib, which suggests the form I > used. My auto-fu is weak; I'd love a better suggestion about where/how > to specify it. > > As well, it'd be nice if it was defined to something reasonable (say > just "gnc") at the

Re: r15537 - gnucash/trunk - Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that ar

2007-02-09 Thread Josh Sled
On Fri, 2007-02-09 at 18:46 +0100, Christian Stimming wrote: > Index: /gnucash/trunk/src/register/register-gnome/Makefile.am > === > + > +INCLUDES = -DG_LOG_DOMAIN=\"gnc.register.gnome\" > > > Shouldn't this be defined in the automak

Re: logging overhaul (please read)

2007-02-09 Thread Derek Atkins
Quoting Josh Sled <[EMAIL PROTECTED]>: [snip] > The space-based indentation as per ENTER/LEAVE has been disabled. > Before, the {in,de}dent calls were conditional on qof_log_check, but > that no longer exists. I'm pretty sure it can fit back in by creating > two new log levels... but I'd like to

Recommendations on managing inventory

2007-02-09 Thread Shocky
I need a simple FIFO perpetual inventory system for a home-based business. Ideally, I would like it to be integrated with gnucash, since I'm planning to use it for all the other accounting. Has anyone done any work in this direction, even experimentally? I'm an experienced developer, but not

Re: r15537 - gnucash/trunk - Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that ar

2007-02-09 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Josh Sled schrieb: > Modified: > >gnucash/trunk/src/register/register-gnome/Makefile.am > > Log: > Overhaul gnc/qof logging: Correctly use G_LOG_DOMAIN, raw glib logging. Index: /gnucash/trunk/src/register/register-gnome/Makefile.am ==

logging overhaul (please read)

2007-02-09 Thread Josh Sled
*** Up-front apologies for the length. Please at least read the summary and the questions in the text; search for "?". Summary --- r15537 contains a major overhaul of the logging subsystem in (qof and) gnucash. In short, on the surface, you *should* only notice: - a change in the f

Re: r15530 - gnucash/trunk/packaging/win32 - Install.sh: Add gwenhywfar and aqbanking dirs to ACLOCAL_FLAGS.

2007-02-09 Thread Christian Stimming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Köhler schrieb: > Author: andi5 > Date: 2007-02-08 17:05:39 -0500 (Thu, 08 Feb 2007) > New Revision: 15530 > Trac: http://svn.gnucash.org/trac/changeset/15530 > > Modified: >gnucash/trunk/packaging/win32/install.sh > Log: > Install.sh: Add