Re: Problem with compiling Ledger on Arch Linux

2016-05-13 Thread Markus Teufelberger
Try with boost 1.61.0-rc2 ( http://lists.boost.org/Archives/boost/2016/05/229435.php) 2016-05-13 17:41 GMT+02:00 Marcin Borkowski : > > On 2016-05-13, at 16:49, Markus Teufelberger > wrote: > > > I had/have the same issue, the issue is with

Re: Problem with compiling Ledger on Arch Linux

2016-05-13 Thread Marcin Borkowski
On 2016-05-13, at 16:49, Markus Teufelberger wrote: > I had/have the same issue, the issue is with the (unnecessary) "-isystem > /usr/include" statements that get added to the makefile. > > Edit the ./src/CMakeFiles/libledger.dir/build.make file after running >

Re: Problem with compiling Ledger on Arch Linux

2016-05-13 Thread Markus Teufelberger
I had/have the same issue, the issue is with the (unnecessary) "-isystem /usr/include" statements that get added to the makefile. Edit the ./src/CMakeFiles/libledger.dir/build.make file after running acprep and remove all mentions of "-isystem /usr/include", then it compiles. Alternatively run