#256: Compilation is broken ------------------------------------+--------------------------------------- Reporter: hipertracker@… | Owner: lsansonetti@… Type: defect | Status: closed Priority: blocker | Milestone: Component: MacRuby | Resolution: invalid Keywords: compilation trunk | ------------------------------------+--------------------------------------- Comment(by vincent.isambart@…):
llvm v2.5.0 (installed with MacPorts)
The experimental branch won't compile with llvm 2.5.0, it requires a more recent version (trunk) of llvm. llvm 2.5 has problems with exception handling. From README.rdoc: {{{ * LLVM trunk, compiled for both i386 and x86_64. In case trunk reveals to be unstable we recommend revision 67244. $ svn co -r 67244 https://llvm.org/svn/llvm-project/llvm/trunk llvm- trunk $ cd llvm-trunk $ ./configure $ UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 make $ sudo env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 make install }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/256#comment:2> MacRuby <http://macruby.org/>