[MacRuby-devel] Can't build trunk

Patrick Bennett patrick at thebennetts.com
Sat Nov 22 07:20:55 PST 2008


I'm at revision 749 of the trunk and can't seem to build the trunk  
(it's done this for several revisions).
It seems like I'm alone here but I've done nothing but fetch the  
source and tried to build it.  The only thing I can think of that  
'might' be an issue is that before I ever downloaded the MacRuby code,  
I downloaded and installed one of the binary releases.

Here's a snip of the tail of my build output:
...
compiling json
make: Nothing to be done for `all'.
compiling json/ext/generator
gcc -I. -I../../../../.ext/include/universal-darwin9.1 - 
I../../..//.././include -I../../..//.././ext/json/ext/generator - 
DRUBY_EXTCONF_H=\"extconf.h\"  -fno-common -fno-common -pipe  -Wall - 
arch i386 -arch x86_64 -o generator.o -c generator.c
generator.c: In function ‘cState_configure’:
generator.c:493: warning: implicit declaration of function ‘RHASH_TBL’
generator.c:493: warning: passing argument 1 of ‘st_lookup’ makes  
pointer from integer without a cast
generator.c: In function ‘cState_configure’:
generator.c:493: warning: implicit declaration of function ‘RHASH_TBL’
generator.c:493: warning: passing argument 1 of ‘st_lookup’ makes  
pointer from integer without a cast
generator.c:501: warning: passing argument 1 of ‘st_lookup’ makes  
pointer from integer without a cast
generator.c:501: warning: passing argument 1 of ‘st_lookup’ makes  
pointer from integer without a cast
gcc -I. -I../../../../.ext/include/universal-darwin9.1 - 
I../../..//.././include -I../../..//.././ext/json/ext/generator - 
DRUBY_EXTCONF_H=\"extconf.h\"  -fno-common -fno-common -pipe  -Wall - 
arch i386 -arch x86_64 -o unicode.o -c unicode.c
gcc -dynamic -bundle -undefined suppress -flat_namespace -arch i386 - 
arch x86_64 -o ../../../../.ext/universal-darwin9.1/json/ext/ 
generator.bundle generator.o unicode.o -L. -L../../../..   -arch i386 - 
arch x86_64  -lmacruby
compiling json/ext/parser
make: *** No targets.  Stop.
rake aborted!
Command failed with status (1): [./miniruby -I./lib -I.ext/common - 
I./- -r....]
/Users/patrickb/dev/MacRuby-trunk/rakefile:549
(See full trace by running task with --trace)

Thanks...
Patrick


More information about the MacRuby-devel mailing list