#771: Can't build trunk (revision 4317) -----------------------------------+---------------------------------------- Reporter: matt...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: -----------------------------------+---------------------------------------- I can't build a fresh trunk checkout (revision 4317).
{{{ local:MacRuby matt$ rake ... /usr/bin/g++-4.2 -I. -I./include -g -Wall -Wno-deprecated-declarations -Werror -arch i386 -arch x86_64 -I/usr/local/include -D_DEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3 -fno- rtti -fno-common -Woverloaded-virtual -I./icu-1060 -c compiler.cpp -o .objs/compiler.o compiler.cpp: In member function ‘void RoxorCompiler::attach_current_line_metadata(llvm::Instruction*)’: compiler.cpp:819: error: no matching function for call to ‘llvm::Instruction::setMetadata(unsigned int&, llvm::DILocation&)’ /usr/local/include/llvm/Instruction.h:154: note: candidates are: void llvm::Instruction::setMetadata(unsigned int, llvm::MDNode*) /usr/local/include/llvm/Instruction.h:155: note: void llvm::Instruction::setMetadata(const char*, llvm::MDNode*) compiler.cpp: In member function ‘void RoxorCompiler::inline_function_calls(llvm::Function*)’: compiler.cpp:2530: error: ‘InlineFunctionInfo’ was not declared in this scope compiler.cpp:2530: error: expected `;' before ‘IFI’ compiler.cpp:2533: error: ‘IFI’ was not declared in this scope compiler.cpp: In member function ‘void RoxorCompiler::attach_current_line_metadata(llvm::Instruction*)’: compiler.cpp:819: error: no matching function for call to ‘llvm::Instruction::setMetadata(unsigned int&, llvm::DILocation&)’ /usr/local/include/llvm/Instruction.h:154: note: candidates are: void llvm::Instruction::setMetadata(unsigned int, llvm::MDNode*) /usr/local/include/llvm/Instruction.h:155: note: void llvm::Instruction::setMetadata(const char*, llvm::MDNode*) compiler.cpp: In member function ‘void RoxorCompiler::inline_function_calls(llvm::Function*)’: compiler.cpp:2530: error: ‘InlineFunctionInfo’ was not declared in this scope compiler.cpp:2530: error: expected `;' before ‘IFI’ compiler.cpp:2533: error: ‘IFI’ was not declared in this scope lipo: can't figure out the architecture type of: /var/folders/3C/3CBVDxtjGZKtJcnqlRTFiE+++TI/-Tmp-//ccjcQaTw.out rake aborted! Command failed with status (1): [/usr/bin/g++-4.2 -I. -I./include -g -Wall ...] (See full trace by running task with --trace) }}} -- Ticket URL: <http://www.macruby.org/trac/ticket/771> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel