Hi Chris, Chris Casciano <[EMAIL PROTECTED]> writes:
[...] > make[4]: Leaving directory > `/Volumes/pnhFWTwo/caminotree/mozilla/xpfe/bootstrap' > make[3]: Leaving directory `/Volumes/pnhFWTwo/caminotree/mozilla' > make[2]: Leaving directory `/Volumes/pnhFWTwo/caminotree/mozilla' > make[1]: Leaving directory `/Volumes/pnhFWTwo/caminotree/mozilla' > cd `make -f client.mk echo_objdir` && \ > make -C embedding/config && \ > CONFIG_FILES=camino/Makefile ./config.status && \ > make -C camino > /bin/sh: cd: make[1]:: No such file or directory > make: *** [build] Error 1 > make: Leaving directory `/Volumes/pnhFWTwo/caminotree/mozilla' I'm not sure what is the "right" answer, but.. The problem is apparently somehow related to "cd `make -f client.mk echo_objdir`" line. Don't use 'make -w' for building, use plain 'make' instead. Not sure what's the exact reason, but it worked for me.. Regards, Grigory _______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino
