#256: Compilation is broken ------------------------------------+--------------------------------------- Reporter: hipertracker@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: compilation trunk ------------------------------------+--------------------------------------- I cannot compile MacRuby from source. Mac OS-X 10.5.7 (PowerMac, 2x2.8GHz Xeon) MacRuby SVN rev1579 llvm v2.5.0 (installed with MacPorts) {{{ # rake (in /usr/local/src/macruby-experimental) /usr/bin/ruby tool/compile_prelude.rb prelude.rb miniprelude.c.new rm miniprelude.c.new /usr/bin/g++ -I/opt/local/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -Woverloaded-virtual -I. -I./include -g -Wall -arch i386 -arch x86_64 -Wno-parentheses -Wno- deprecated-declarations -Werror -c roxor.cpp -o roxor.o roxor.cpp: In member function ‘void RoxorJITManager::SetDlsymTable(void*)’: roxor.cpp:136: error: ‘class llvm::JITMemoryManager’ has no member named ‘SetDlsymTable’ roxor.cpp: In member function ‘void* RoxorJITManager::getDlsymTable() const’: roxor.cpp:140: error: ‘class llvm::JITMemoryManager’ has no member named ‘getDlsymTable’ roxor.cpp: In member function ‘void RoxorJITManager::SetDlsymTable(void*)’: roxor.cpp:136: error: ‘class llvm::JITMemoryManager’ has no member named ‘SetDlsymTable’ roxor.cpp: In member function ‘void* RoxorJITManager::getDlsymTable() const’: roxor.cpp:140: error: ‘class llvm::JITMemoryManager’ has no member named ‘getDlsymTable’ lipo: can't figure out the architecture type of: /var/tmp//ccLRmo1B.out rake aborted! Command failed with status (1): [/usr/bin/g++ -I/opt/local/include -D_DEBU...] }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/256> MacRuby <http://macruby.org/>