On Fri, Jun 14, 2013 at 4:53 PM, Tim Crews <[email protected]> wrote:
> To get ledger to build under Windows, I had to make a total of three minor > changes: > > - In account.h, the calls to bind had to be changed to boost::bind > - In history.cc, the calls to tie had to be changed to > boost::tuples::tie > - I had to add an implementation for strptime, which is called from > times.cc (thanks to Max Erickson for the pointer to the google strptime > code.) > > I also couldn't get it to build against Boost 1.46.1 (lots of > incompatibilities in boost::filesystem), so I used the latest Boost 1.53.0 > instead. > If you made a github repo for this and pushed the modified version up, that would probably be the best way for others to get and possibly merge the work. - Zack -- --- 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/groups/opt_out.
