On Mar 18, 8:47 am, John Wiegley <[email protected]> wrote:
> The advantage here is that you don't have to build Boost, don't have  
> to install MacPorts to get GMP and MFPR, don't have to do anything.  

I did a git pull, and tried to build ledger on Ubuntu Ibex just now. I
needed to download an updated version of MPFR from
    http://www.mpfr.org/mpfr-current/
and in ledger do
    ./configure LDFLAGS=-L/usr/local/lib


I get the following build error:
In file included from src/quotes.cc:32:
./system.hh:134:18: error: utf8.h: No such file or directory

The line itself is:
#include "utf8.h"
so maybe you haven't committed all your files to your repo??

Reply via email to