In article <[email protected]>, Lifepillar <[email protected]> wrote:
> In article > <[email protected]> > , > Ronald Ip <[email protected]> wrote: > > > Hello, > > > > After upgrading OS X from 10.8 to 10.9 and Xcode to 5.0.1 with the updated > > developer tools, there seems to be trouble building ledger. > > Any ideas on how this can be resolved? > > No, but in the past I have had problems building Ledger with Clang. Ledger > should build fine with LLVM-GCC (or with plain old GCC), but Apple has > dropped > LLVM-GCC with Xcode 5. > > You may have more luck with Homebrew or MacPorts. Just tried this on a freshly installed Homebrew on OS X Mavericks with Xcode 5.0.1: brew install ledger --HEAD (using Clang), and it fails. But, brew install apple-gcc42 brew install ledger --HEAD --use-gcc builds just fine. All Ledger dependencies must be installed with --use-gcc, too (which is done automatically if they are not already installed when you give the command above, otherwise you'll have to remove them before installing ledger). It seems that to build with Clang, Ledger's build system should be updated: http://github.com/mxcl/homebrew/issues/11343. Life -- --- 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.
