Mike Alexander <[EMAIL PROTECTED]> writes:
>> I am unclear why this change has any effect. What are the values of
>> srcdir, top_srcdir, and top_builddir in intl-scm/Makefile.
I see the problem now; it's unclear just from the patch -- you need
to see the rest of the Makefile.am to understand the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Derek Atkins wrote:
| Mike Alexander <[EMAIL PROTECTED]> writes:
|
|
|>>I am unclear why this change has any effect. What are the values of
|>>srcdir, top_srcdir, and top_builddir in intl-scm/Makefile.
|
|
| I see the problem now; it's unclear just f
Quoting Peter O'Gorman <[EMAIL PROTECTED]>:
| SCMFILES = $(shell find ${top_srcdir}/src -name test -prune -o -name
'*.scm' -print )
Why not just use ${abs_top_srcdir} so the .scm files will have
absolute paths?
[EMAIL PROTECTED] src]$ grep abs_top_srcdir ../build/intl-scm/Makefile
[EMAIL PRO
Derek Atkins wrote:
Quoting Peter O'Gorman <[EMAIL PROTECTED]>:
| SCMFILES = $(shell find ${top_srcdir}/src -name test -prune -o -name
'*.scm' -print )
Why not just use ${abs_top_srcdir} so the .scm files will have
absolute paths?
[EMAIL PROTECTED] src]$ grep abs_top_srcdir ../build/intl-s
Mike,
Could you send the actual make failure you get without this patch
to intl-scm/Makefile.am? David and I are trying to reproduce this
ourselves and are failing to do so.
-derek
--
Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
Member, MIT Student Information Process
When I try to pull up any invoice to print (easy, fancy, or printable) I
receive an error and the report says
Report error
An error occurred while running the report.
.
The error is:
In /home/michael.wise/usr/local/gnucash//share/gnucash/scm/report.scm:
...
433: 10 (set! html (gnc:report-
Quoting [EMAIL PROTECTED]:
When I try to pull up any invoice to print (easy, fancy, or
printable) I receive an error and the report says
[snip]
/home/michael.wise/usr/local/gnucash//share/gnucash/guile-modules/gnucash/business-core.scm:43:8:
In expression (gnc:owner-get-dep-name (gnc:job-get-ow
Hi,
I was trying to test a buildsystem change and noticed that "make check"
is failing now. I suspect this is due to adding gconf into the
xml backend. Here's the backtrace from test-load-xml2.
-derek
(gdb) run
Starting program:
/home/warlord/src/gnucash/gnucash-svn/build/src/backend/file/te
>
> From: Derek Atkins <[EMAIL PROTECTED]>
> Date: 2006/02/15 Wed AM 09:17:42 CST
> To: [EMAIL PROTECTED]
> CC: gnucash-devel@gnucash.org
> Subject: Re: Error on invoice reports
>
> Quoting [EMAIL PROTECTED]:
>
> > When I try to pull up any invoice to print (easy, fancy, or
> > printable) I re
Quoting [EMAIL PROTECTED]:
562: 31* (gnc:html-document-set-title! (string-append (_ type-str) " " ...))
/home/michael.wise/usr/local/gnucash//share/gnucash/guile-modules/gnucash/report/owner-report.scm:562:11: In expression (gnc:html-document-set-title! (string-append # " "
...)):
/home/michael
for the extended portfolio I am also getting errors:
perhaps some general problem?
(rev 13270)
: In procedure scm-error in expression (scm-error (quote
misc-error) #f ...):
: not-a-record #f
;;; WARNING (wrong arguments for gnc:make-gnc-monetary: #f #<
num: -736000 denom: 100>)
In /usr/loca
Hi,
On Monday, 16 Jan 2006, 16:49 CET, Eskil Bylund wrote:
> Here's a patch that updates the add/edit account window. Changes are:
>
> * src/gnome/glade/account.glade
> * src/gnome-utils/dialog-account.c: Clean up the Account dialog.
> Replace the account type clist with a GtkComboBox. Update t
On Wed, 15 Feb 2006 18:39:20 +0100
Eildert Groeneveld <[EMAIL PROTECTED]> wrote:
> for the extended portfolio I am also getting errors:
> perhaps some general problem?
> (rev 13270)
Well, I just made a bunch of changes to that report, so I probably broke it.
I'm completeing a 13270 build right
On Wed, Feb 15, 2006 at 06:40:10PM +0100, Andreas Köhler wrote:
> Hi,
>
> On Monday, 16 Jan 2006, 16:49 CET, Eskil Bylund wrote:
> > Here's a patch that updates the add/edit account window. Changes are:
> >
> > * src/gnome/glade/account.glade
> > * src/gnome-utils/dialog-account.c: Clean up the
On Wed, 15 Feb 2006 18:39:20 +0100
Eildert Groeneveld <[EMAIL PROTECTED]> wrote:
> for the extended portfolio I am also getting errors:
> perhaps some general problem?
> (rev 13270)
I need some more information on what you are doing here? What currency(ies) are
you using? more than one? what c
On Wednesday 15 February 2006 21:09, Andrew Sackville-West wrote:
> I need some more information on what you are doing here? What currency(ies)
> are you using? more than one? what currency are you setting the report to?
there are some 16 entries (stocks that is) all in Euro on is a straight
acco
On Wed, 15 Feb 2006 21:26:30 +0100
Eildert Groeneveld <[EMAIL PROTECTED]> wrote:
> On Wednesday 15 February 2006 21:09, Andrew Sackville-West wrote:
> > I need some more information on what you are doing here? What currency(ies)
> > are you using? more than one? what currency are you setting the r
On Wed, Feb 15, 2006 at 06:40:10PM +0100, Andreas Köhler wrote:
> Here is a patch that tries to replace the list store with a filtered
> GncTreeModelAccountTypes. If you do not want to go this way (do not
> think so), there are still two open bugs in my own code ;)
Just out of curiousity, were you
If you're going to kill it, kill it. Don't "move" development outside of
the SVN tree.. That does nobody any good.
it should either be dead dead, or it should continue in SVN.
-derek
Quoting Neil Williams <[EMAIL PROTECTED]>:
Author: codehelp
Date: 2006-02-15 18:20:31 -0500 (Wed, 15 Feb 200
On Wednesday 15 February 2006 11:26 pm, you wrote:
> If you're going to kill it, kill it. Don't "move" development outside of
> the SVN tree.. That does nobody any good.
Sorry, I simply cannot continue with the gnucash branch - I have said that
off-list. The code is not in a maintanable state d
On Thu, 2006-02-16 at 00:15 +, Neil Williams wrote:
> No-one here probably believes me, but IMHO it's actually easier to use CVS,
> makepatch and manifest files rather than svn merge. Why? Because I don't have
> to keep track of arbitrary numbers that are outside my control. r numbers may
>
On Thursday 16 February 2006 12:44 am, Josh Sled wrote:
> On Thu, 2006-02-16 at 00:15 +, Neil Williams wrote:
> > No-one here probably believes me, but IMHO it's actually easier to use
> > CVS, makepatch and manifest files rather than svn merge.
>
> I don't understand why you need to keep trac
On Thu, 2006-02-16 at 01:10 +, Neil Williams wrote:
> On Thursday 16 February 2006 12:44 am, Josh Sled wrote:
> > On Thu, 2006-02-16 at 00:15 +, Neil Williams wrote:
> > > No-one here probably believes me, but IMHO it's actually easier to use
> > > CVS, makepatch and manifest files rather t
On Wed, 2006-02-15 at 11:24 -0500, Derek Atkins wrote:
> I was trying to test a buildsystem change and noticed that "make check"
> is failing now. I suspect this is due to adding gconf into the
> xml backend. Here's the backtrace from test-load-xml2.
It was due to the g-types system not being i
Quoting Josh Sled <[EMAIL PROTECTED]>:
On Wed, 2006-02-15 at 11:24 -0500, Derek Atkins wrote:
I was trying to test a buildsystem change and noticed that "make check"
is failing now. I suspect this is due to adding gconf into the
xml backend. Here's the backtrace from test-load-xml2.
It was
On Wed, 15 Feb 2006 21:26:30 +0100
Eildert Groeneveld <[EMAIL PROTECTED]> wrote:
> On Wednesday 15 February 2006 21:09, Andrew Sackville-West wrote:
> > I need some more information on what you are doing here? What currency(ies)
> > are you using? more than one? what currency are you setting the r
26 matches
Mail list logo