I downloaded the fresh source code of ledger from git.

I wanted to compile it on my Slackware machine. But seems that Boost C++ 
library installed on my machine is too new: 1.54.0 to compile it.

The error when I try to compile:

bash-4.2$ ./acprep update

...
[  1%] Generating ../system.hh.gch
In file included from /usr/include/boost/range/begin.hpp:24:0,
                 from /usr/include/boost/algorithm/string/trim.hpp:16,
                 from /usr/include/boost/algorithm/string.hpp:19,
                 from /home/dima/opt/ledger/system.hh:174:
/usr/include/boost/range/iterator.hpp:19:37: fatal error: 
boost/range/range_fwd.hpp: No such file or directory
compilation terminated.
make[2]: *** [system.hh.gch] Error 1
make[1]: *** [src/CMakeFiles/libledger.dir/all] Error 2
make: *** [all] Error 2


What do I need to do to compile & install the program? I don't want to 
uninstall the new version - it can break other installed programs.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to