Subj : building spidermonkey and other tools on os x To : netscape.public.mozilla.jseng From : Suzan Foster Date : Fri Aug 20 2004 08:04 pm hello, i've been trying to get the different comandline tools to compile on os x, howevewr with no luck. when i run the makefile.ref i get: [poeierboek:mozilla/js/src] foz% make -w -f Makefile.ref make: Entering directory `/Users/foz/Desktop/mozilla/js/src' config.mk:137: config/Darwin7.5.0.mk: No such file or directory cat: ../../dist/Darwin7.5.0_DBG.OBJ/nspr/Version: No such file or directory make: *** No rule to make target `config/Darwin7.5.0.mk'. Stop. make: Leaving directory `/Users/foz/Desktop/mozilla/js/src' and if i try a build on the whole mozilla source i get: darwin.c:122: error: conflicting types for `siginfo_t' /usr/include/sys/signal.h:169: error: previous declaration of `siginfo_t' what i'd like to get compiled is a static library with jsref and xpconnect, but just getting it compiled would be great. groetjes, su. .