Ledger build failure on Debian Sid

2009-02-02 Thread Manish
Hello List! With latest git checkout (b182143 Mon Feb 2 00:28:12 2009) on Debian Unstable, compilation fails complaining of missing irrXML.h and CXMLReaderImpl.h. acprep and configure finished without any errors. , | master% make | make all-am | make[1]: Entering directory

Re: Ledger build failure on Debian Sid

2009-02-02 Thread John Wiegley
On Feb 2, 2009, at 3:20 PM, Manish wrote: With latest git checkout (b182143 Mon Feb 2 00:28:12 2009) on Debian Unstable, compilation fails complaining of missing irrXML.h and CXMLReaderImpl.h. acprep and configure finished without any errors. You need to run: git submodule init git

Re: Ledger build failure on Debian Sid

2009-02-02 Thread Manish
On Tue, Feb 3, 2009 at 1:26 AM, John Wiegley wrote: On Feb 2, 2009, at 3:43 PM, Manish wrote: | master% git submodule update | fatal: The remote end hung up unexpectedly | Unable to checkout 'fccfbd741a0fd974945bb259854768cc70258f07' in submodule path 'lib/cppunit' Youch, I'll figure

Re: Ledger build failure on Debian Sid

2009-02-02 Thread Manish
On Tue, Feb 3, 2009 at 1:56 AM, John Wiegley wrote: On Feb 2, 2009, at 4:06 PM, Manish wrote: Unfortunately Debian unstable is still at 2.3.2. :-/ Yes, a friend mentioned that to me. Sadly, the most important function for me in MPFR only first appeared in 2.4.0. :( Maybe you could prompt

Re: Ledger build failure on Debian Sid

2009-02-02 Thread Manish
On Tue, Feb 3, 2009 at 2:07 AM, John Wiegley wrote: On Feb 2, 2009, at 4:31 PM, Manish wrote: | src/op.h:335: error: multiple parameters named �op� This is fixed and pushed. Thanks. I am trying a fresh clone also. Looks like my earlier repo is not completely healthy (submodules failing

Re: Ledger build failure on Debian Sid

2009-02-02 Thread John Wiegley
On Feb 2, 2009, at 4:44 PM, Manish wrote: , | master% gcc --version | gcc (Debian 4.3.2-1) 4.3.2 | Copyright (C) 2008 Free Software Foundation, Inc. | This is free software; see the source for copying conditions. There is NO | warranty; not even for MERCHANTABILITY or FITNESS FOR A

Re: Ledger build failure on Debian Sid

2009-02-02 Thread Manish
On Tue, Feb 3, 2009 at 2:14 AM, Manish wrote: On Tue, Feb 3, 2009 at 2:07 AM, John Wiegley wrote: On Feb 2, 2009, at 4:31 PM, Manish wrote: | src/op.h:335: error: multiple parameters named �op� This is fixed and pushed. Thanks. I am trying a fresh clone also. Looks like my earlier repo

Re: Ledger build failure on Debian Sid

2009-02-02 Thread Manish
On Tue, Feb 3, 2009 at 2:27 AM, Manish wrote: On Tue, Feb 3, 2009 at 2:14 AM, Manish wrote: On Tue, Feb 3, 2009 at 2:07 AM, John Wiegley wrote: On Feb 2, 2009, at 4:31 PM, Manish wrote: | src/op.h:335: error: multiple parameters named �op� This is fixed and pushed. Thanks. I am trying a

Re: Ledger build failure on Debian Sid

2009-02-02 Thread John Wiegley
On Feb 2, 2009, at 5:09 PM, Manish wrote: | src/option.h:54: error: multiple parameters named �name� Fixed and pushed. And I'm building gcc-4.3.4 as we speak. John

Re: New metadata/note syntax

2009-02-02 Thread Vinod Kurup
This is cool! Now I can add ; :taxable to any entry that I think might have implications at income-tax time, without dirtying up my account hierarchy. I'm going to have to start trying out 3.0.

Re: Ledger build failure on Debian Sid

2009-02-02 Thread Manish
On Tue, Feb 3, 2009 at 3:26 AM, John Wiegley wrote: On Feb 2, 2009, at 5:09 PM, Manish wrote: | src/option.h:54: error: multiple parameters named �name� Thank you. Now there's a new kind of error (last 60 lines quoted below.) , | (cd .libs rm -f libledger_report.la ln -s

Re: New metadata/note syntax

2009-02-02 Thread John Wiegley
On Feb 2, 2009, at 3:16 PM, Manish wrote: How do I get 3.0? Latest pull from git://github.com/jwiegley/ ledger.git does not seem to show it. Just follow the master branch, that's 3.0pre. John

Re: Ledger build failure on Debian Sid

2009-02-02 Thread Manish
On Tue, Feb 3, 2009 at 7:11 AM, John Wiegley wrote: On Feb 2, 2009, at 6:17 PM, Manish wrote: Would you prefer to take this off-list or would you like me to stop testing so you can get it to work with new gcc? I want to get it to compile once so I can test my buildbot. :) I'm going to

Re: Ledger build failure on Debian Sid

2009-02-02 Thread John Wiegley
On Feb 3, 2009, at 12:21 AM, Manish wrote: , ledger::value_t const, boost::gregorian::date const)]+0 | x3c): undefined reference to `vtable for ledger::reconcile_xacts' I only wish my build system was as thorough. Fixed and pushed. John

Re: Ledger build failure on Debian Sid

2009-02-02 Thread John Wiegley
On Feb 3, 2009, at 12:56 AM, Manish wrote: | ./tools/fullcheck: line 15: exec: /data/desktop/johnw/ledger/util_tests: cannot execute: No such file or directory Aha, fullcheck will only work if cppunit is installed. Just checked in a fix for that. John

Re: Ledger build failure on Debian Sid

2009-02-02 Thread Manish
On Tue, Feb 3, 2009 at 11:37 AM, John Wiegley wrote: On Feb 3, 2009, at 1:53 AM, Manish wrote: Git pull, acprep and make all completed okay. Fullcheck now failed with an mpfr related error. Is it because `sh' being invoked at the end does not know where mpfr is installed? How can I set the