[MacRuby-devel] Trunk does not build any more

John-Paul Bader hukl at berlin.ccc.de
Sat Aug 29 00:38:36 PDT 2009


Hey,

I'm a regular trunk raker ;) After the large (and amazing) change set  
from the last 24h it isn't building anymore. It stops with this error:


/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 -std=c99 -c  
encoding.c -o encoding.o
/usr/bin/g++ -I/usr/local/include  -D_DEBUG  -D_GNU_SOURCE - 
D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O3  -fno-common  - 
Woverloaded-virtual -I. -I./include -g -Wall -arch i386 -arch x86_64 - 
Wno-parentheses -Wno-deprecated-declarations -Werror -c main.cpp -o  
main.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 -std=c99 -c dln.c -o  
dln.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 -std=c99 -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 -std=c99 -c marshal.c  
-o marshal.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 -std=c99 -c gcd.c -o  
gcd.o
cc1: warnings being treated as errors
gcd.c: In function ‘rb_source_on_event’:
gcd.c:469: warning: implicit declaration of function  
‘dispatch_source_set_context’
cc1: warnings being treated as errors
gcd.c: In function ‘rb_source_on_event’:
gcd.c:469: warning: implicit declaration of function  
‘dispatch_source_set_context’
lipo: can't open input file: /var/folders/0M/0M4Sm+FaElqW0-8qHhK-BU++ 
+TI/-Tmp-//ccxgHDBi.out (No such file or directory)
rake aborted!
Command failed with status (1): [/usr/bin/gcc -I. -I./include -I./onig  
-I/u...]

(See full trace by running task with --trace)
$>


Should I even post this here or open a ticket?

Kindest regards, John



More information about the MacRuby-devel mailing list