Re: Building on FreeBSD 10.0

2014-07-09 Thread y2s1982 .
Thanks for the reply. In one of the links I've referred to, it stated that libstdc++ in FreeBSD 10 environment does not support C++11, whereas libc++ is the library built to support C++11. Why do we need a new C++ stack? There are two main reasons: functionality and licensing. FreeBSD 9.0

Re: Building on FreeBSD 10.0

2014-07-09 Thread y2s1982 .
Ahhh, I had no idea that was the purpose of that file. I wish I understood programs better. Thanks for the info on that. I also like to edit the ledger file with a simple text editor, so your method could be a way to go about it for me, too :D On Thu, Jul 10, 2014 at 4:04 AM, Chris Leyon

Re: Building on FreeBSD 10.0

2014-07-08 Thread Jostein Berntsen
On 05.07.14,05:20, y2s1982 . wrote: Thank you everyone for taking a stab at this problem. Pity it wasn't resolved :( I've tried to make acprep update to at least begin compiling and following changes helped me get there, though I still ran into the same problem while compiling output.cc as

Re: Building on FreeBSD 10.0

2014-07-04 Thread y2s1982 .
Thank you everyone for taking a stab at this problem. Pity it wasn't resolved :( I've tried to make acprep update to at least begin compiling and following changes helped me get there, though I still ran into the same problem while compiling output.cc as Chris mentioned. First, looking at the

Re: Building on FreeBSD 10.0

2014-07-01 Thread Simon Michael
On 7/1/14 11:49 AM, Chris Leyon wrote: So I installed hledger (even though I don't know anything about Haskell). Bingo, it compiled and installed with one cabal command without a single problem. What a difference! I realize it is different in some ways from Ledger, but I think my journal is

Re: Building on FreeBSD 10.0

2014-06-29 Thread Chris Leyon
Update: I've given up on clang. I never did figure out how to tell cmake and/or acprep to pass a new option like -stdlib=... to the compilation phase. I assume it's possible somehow. So I ended up grabbing the compilation commands cmake produced and copying them into a script and I manually

Re: Building on FreeBSD 10.0

2014-06-26 Thread Jostein Berntsen
On Tuesday, June 24, 2014 8:30:38 PM UTC+2, 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

Re: Building on FreeBSD 10.0

2014-06-25 Thread Jostein Berntsen
On Tuesday, June 24, 2014 9:12:29 PM UTC+2, Chris Leyon wrote: 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 Is there a boost package included with FreeBSD or in their

Re: Building on FreeBSD 10.0

2014-06-25 Thread thierry
On Wednesday, June 25, 2014 8:24:42 AM UTC+2, Jostein Berntsen wrote: -- Performing Test BOOST_REGEX_UNICODE_RUNS - Failed This error can be seen on Debian too, and it does not prevent to build successfully. I personally now ignore it. -- --- You received this message because you are

Building on FreeBSD 10.0

2014-06-24 Thread Chris Leyon
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 a48ef73e-b08c-4e28-bfb9-69d1e1711...@googlegroups.com. I include the output below. If

Re: Building on FreeBSD 10.0

2014-06-24 Thread Jostein Berntsen
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