Re: Problem with compiling Ledger on Arch Linux

2016-05-22 Thread Marcin Borkowski
On 2016-05-13, at 19:15, Markus Teufelberger wrote: > Try with boost 1.61.0-rc2 ( > http://lists.boost.org/Archives/boost/2016/05/229435.php) Thanks a lot for that tip. I didn't need to use it, though; after a system-wide upgrade and using AUR version,

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

Re: Problem with compiling Ledger on Arch Linux

2016-05-12 Thread Marcin Borkowski
On 2016-05-12, at 23:24, Jostein Berntsen wrote: > On 12.05.16,21:00, Marcin Borkowski wrote: >>Hi everybody, >> >>I tried to compile Ledger on newly installed Arch Linux, but I couldn't. >>./acprep dependencies says: >> >>acprep: INFO: Invoking primary phase: dependencies

Re: Problem with compiling Ledger on Arch Linux

2016-05-12 Thread Jostein Berntsen
On 12.05.16,21:00, Marcin Borkowski wrote: Hi everybody, I tried to compile Ledger on newly installed Arch Linux, but I couldn't. ./acprep dependencies says: acprep: INFO: Invoking primary phase: dependencies acprep: INFO: Executing phase: dependencies acprep: INFO: Installing Ledger's build

Problem with compiling Ledger on Arch Linux

2016-05-12 Thread Marcin Borkowski
Hi everybody, I tried to compile Ledger on newly installed Arch Linux, but I couldn't. ./acprep dependencies says: acprep: INFO: Invoking primary phase: dependencies acprep: INFO: Executing phase: dependencies acprep: INFO: Installing Ledger's build dependencies ... And ./acprep make gives