Re: Building on Ubuntu 12.04

2014-05-07 Thread Martin Blais
On Tue, Apr 29, 2014 at 4:09 AM, John Wiegley wrote: > > Martin Blais writes: > > > - the utf8.h missing file, > > Need to update the submodules. > Had done it and fixed that problem. But the problem showed up, you may want to have that fixed or remove that dep. > - older version of cmake

Re: ISO 4217 commodities

2014-05-07 Thread Jostein Berntsen
On 23.04.14,12:26, Alexis wrote: > If anyone thinks it's worthwhile I'll gladly add it to the ledger > repo under contrib/ and throw in a little shell script, which > downloads the latest version of the XML and runs the XSL transformation. > This sounds great! Is this available to test? Is this a

Re: Unable to build

2014-05-07 Thread Johann Klähn
John, All, I think I may have found the culprit (regarding unique_ptr). In gcc debug builds `-ansi` was passed to the compiler. Can those of you that were experiencing this error pull the latest commit ( https://github.com/ledger/ledger/commit/73caafa2c540384f19669567ed95b598fcf42463) and try to c

Re: Building on Ubuntu 12.04

2014-05-07 Thread John Wiegley
> Martin Blais writes: > Hmm... Also, be aware that the dependency just moved up to 1.55. > I always build manually the latest. This just forced me to update, easy one. > I'm not sure it's wise to depend on it though, it makes it impossible for > people with distros to install unless the

[GSoC'14] Adding fixed precision support and extending test suite for Ledger-CLI

2014-05-07 Thread tripun goel
Hello everyone, I am Tripun Goel and I am glad to announce that I am the selected student sponsored by GSoC '2014 to intern for Software Freedom Conservancy. I am excited to work with my mentor Bradley Kuhn and other community members. Here are some details of the project. -

Re: Unable to build

2014-05-07 Thread Kane O'Donnell
2) also worked for me. Thanks On Mon, May 5, 2014 at 9:47 AM, Hans Erik van Elburg < hanserik.van.elb...@gmail.com> wrote: > Thanks Thierry, > > 2) worked for me. > > BR, > /Hans Erik > > Op zondag 4 mei 2014 11:35:39 UTC+2 schreef thierry: > >> 1) >> >> Here is what I did >> >> - install virtu

Re: Building on Ubuntu 12.04

2014-05-07 Thread thierry
> > - switched to clang >> >> Did that work? >> > > No, I can't remember the error, other build problems. > It did not worked for me too, with error message: error: C++0x was disabled in PCH file but is currently enabled See point 3) of my message https://groups.google.com/d/msg/ledger-cli/M

Re: Building on Ubuntu 12.04

2014-05-07 Thread Jostein Berntsen
On 07.05.14,11:36, thierry wrote: > > > > > - switched to clang > >> > >> Did that work? > >> > > > > No, I can't remember the error, other build problems. > > > > It did not worked for me too, with error message: > error: C++0x was disabled in PCH file but is currently enabled > > See point

Introducing Conservancy's NPO Accounting Project

2014-05-07 Thread Bradley M. Kuhn
I realized that while I've frequently discussed Conservancy's NPO Accounting Software Project on the IRC channel, I hadn't mentioned it here on the list. I'd like to briefly tell you all about it, and invite those of you who are interested in it to the NPO Accounting mailing list. Details are at:

reproducible, & possibly configurable rounding

2014-05-07 Thread Bradley M. Kuhn
[ Crossposted to ledger-cli and npo-accounting mailing list. Feel free to crosspost your replies or not as you feel appropriate. I'll try to keep the discussion in sync if some folks don't crosspost. ] As many of you know, I'm mentoring this summer a GSoC student (Tripun Goel) who is investi

Re: Introducing Conservancy's NPO Accounting Project

2014-05-07 Thread Russell Adams
On Wed, May 07, 2014 at 07:24:25PM -0400, Bradley M. Kuhn wrote: > Conservancy switched to Ledger-CLI simply because it was the only Free > Software accounting tool that had the flexibility to handle the complex > area of non-profit accounting called "fiscal sponsorship", which is the > primary pur

Re: Building on Ubuntu 12.04

2014-05-07 Thread John Wiegley
> thierry writes: > It did not worked for me too, with error message: > error: C++0x was disabled in PCH file but is currently enabled This should be fixed now. John -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from

Re: [GSoC'14] Adding fixed precision support and extending test suite for Ledger-CLI

2014-05-07 Thread John Wiegley
> tripun goel writes: > The point to note is that Ledger-CLI uses multiple precision floating point > numbers via MPFR library. Hi Tripun, welcome to Ledger development. :) Ledger-CLI does not use multiple precision floating point numbers. It uses multi-precision integer rationals. The on

Re: reproducible, & possibly configurable rounding

2014-05-07 Thread John Wiegley
> Bradley M Kuhn writes: > Currently, there are various types of transaction I'm doing with Ledger-CLI > that are unpredictable with regard to rounding (of course, johnw can always > explain it to me -- but he's not always going to be available to talk to > everyone's auditors ;). Just to no

Re: Building on Ubuntu 12.04

2014-05-07 Thread Martin Blais
On Wed, May 7, 2014 at 2:20 PM, John Wiegley wrote: > > Martin Blais writes: > > > Hmm... Also, be aware that the dependency just moved up to 1.55. > > > I always build manually the latest. This just forced me to update, easy > one. > > I'm not sure it's wise to depend on it though, it m

Re: [GSoC'14] Adding fixed precision support and extending test suite for Ledger-CLI

2014-05-07 Thread Martin Blais
On Wed, May 7, 2014 at 8:33 PM, John Wiegley wrote: > > tripun goel writes: > > > The point to note is that Ledger-CLI uses multiple precision floating > point > > numbers via MPFR library. > > Hi Tripun, welcome to Ledger development. :) > > Ledger-CLI does not use multiple precision floati

Re: Unable to build

2014-05-07 Thread Martin Blais
Almost (see error log). I managed to link that target by manually adding the missing libs (I forgot how CMake works): -lboost_system -lboost_filesystem -lboost_regex -lboost_date_time -lboost_iostreams On Wed, May 7, 2014 at 2:31 PM, Kane O'Donnell wrote: > 2) also worked for me. > > Thanks