Jostein, Thank you for suggestion. I tried the new add_definitions line as you indicated but there was no change - the same errors occur as before.
Chris On Tue, Jun 24, 2014 at 2:46 PM, Jostein Berntsen <[email protected]> wrote: > On 24.06.14,14:30, Chris Leyon wrote: >> I'm having difficulties compiling the latest Ledger code on FreeBSD >> 10.0 (well, PC-BSD actually) with clang and Boost 1.55.0. I followed >> some suggested commands, step 2 from Thierry on 2014-05-04 in message >> <[email protected]>. I include the >> output below. If anyone has any suggestions for fixing this bug or >> compiling on FreeBSD I would be very happy to hear them. Until then, >> my ledgering is out of commission for a while..... >> >> Thanks for any help, >> Chris >> >> >> ----------8<--------------------8<--------------------8<---------- >> >> cleyon@rosso:ledger-2014-06-24$ rm -rf ledger/ >> >> cleyon@rosso:ledger-2014-06-24$ git clone git://github.com/ledger/ledger.git >> Cloning into 'ledger'... >> remote: Reusing existing pack: 32431, done. >> remote: Total 32431 (delta 0), reused 0 (delta 0) >> Receiving objects: 100% (32431/32431), 14.13 MiB | 5.33 MiB/s, done. >> Resolving deltas: 100% (24322/24322), done. >> Checking connectivity... done. >> >> cleyon@rosso:ledger-2014-06-24$ cd ledger/ >> >> cleyon@rosso:ledger$ git submodule update --init >> Submodule 'lib/utfcpp' (http://github.com/ledger/utfcpp.git) >> >> ... > > The most recent version of ledger do work with boost versions from 1.49 and > up. > > You can try this: > > Delete the ledger directory and clone it again. Go into the CMakeLists.txt > file and change this line: > > add_definitions(-std=c++11) > > to: > > add_definitions(-std=c++11 -U__STRICT_ANSI__) > > Then run: > > ./acprep --python update > > and see if that works. > > Jostein > > > -- > > --- > 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. -- --- 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.
