#302: 0.5 in trunk does not compile ---------------------------------+------------------------------------------ Reporter: kieran...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby | Keywords: bug compile ---------------------------------+------------------------------------------ I'm getting the following error when running 'rake' to compile MacRuby. Running rake as root, and I install llvm via MacPorts.
---------- /usr/bin/gcc -I. -I./include -I./onig -I/usr/include/libxml2 -arch i386 -arch x86_64 -fno-common -pipe -O3 -g -Wall -fexceptions -Wno-parentheses -Wno-deprecated-declarations -Werror -c dmyext.c -o dmyext.o /usr/bin/gcc -I. -I./include -I./onig -I/usr/include/libxml2 -arch i386 -arch x86_64 -fno-common -pipe -O3 -g -Wall -fexceptions -Wno-parentheses -Wno-deprecated-declarations -Werror -c vm_eval.c -o vm_eval.o /usr/bin/gcc -I. -I./include -I./onig -I/usr/include/libxml2 -arch i386 -arch x86_64 -fno-common -pipe -O3 -g -Wall -fexceptions -Wno-parentheses -Wno-deprecated-declarations -Werror -c prelude.c -o prelude.o /usr/bin/gcc -I. -I./include -I./onig -I/usr/include/libxml2 -arch i386 -arch x86_64 -fno-common -pipe -O3 -g -Wall -fexceptions -Wno-parentheses -Wno-deprecated-declarations -Werror -c miniprelude.c -o miniprelude.o /usr/bin/gcc -I. -I./include -I./onig -I/usr/include/libxml2 -arch i386 -arch x86_64 -fno-common -pipe -O3 -g -Wall -fexceptions -Wno-parentheses -Wno-deprecated-declarations -Werror -fobjc-gc-only -c gc-stub.m -o gc- stub.o /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 bridgesupport.cpp -o bridgesupport.o /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 compiler.cpp -o compiler.o compiler.cpp: In member function ‘virtual llvm::Function* RoxorAOTCompiler::compile_main_function(NODE*)’: compiler.cpp:5057: error: ‘getSigned’ is not a member of ‘llvm::ConstantInt’ compiler.cpp: In member function ‘virtual llvm::Function* RoxorAOTCompiler::compile_main_function(NODE*)’: compiler.cpp:5057: error: ‘getSigned’ is not a member of ‘llvm::ConstantInt’ lipo: can't figure out the architecture type of: /var/tmp//ccBBI8SW.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/302> MacRuby <http://macruby.org/> _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel