On Monday, July 28, 2003, at 06:15 PM, S Woodside wrote:
On Monday, July 28, 2003, at 06:04 PM, Grigory Entin wrote: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..
Oh, damn, I don't know why I missed this, sorry! I get this every time too. The odd thing is that if you just copy the offending line:
cd `make -f client.mk echo_objdir` && \ make -C embedding/config && \ CONFIG_FILES=camino/Makefile ./config.status && \ make -C camino
back into the terminal right after it fails, it works just fine!
Just getting to build again... and it seems that while both methods (pasting the text after the failure, or bypassing via dropping -w) get me further along then before shortly after the above step I'm seeing a number of package errors and then my build dies again... any thoughts or leads? (not having a tinderbox to rely on is a bit frustrating too)
res/entityTables/transliterate.properties
Warning: package error or possible missing or unnecessary file: res/fonts/fontEncoding.properties (./basebrowser-mac-macho, 257).
Warning: package error or possible missing or unnecessary file: components/libp3p.dylib (./basebrowser-mac-macho, 277).
Warning: package error or possible missing or unnecessary file: components/p3p.xpt (./basebrowser-mac-macho, 278).
if test -f "./client-mac-macho"; then \
/usr/bin/perl ../../xpinstall/packager/pkgcp.pl -s ../../dist/bin -d ../../dist --f ./client-mac-macho -o unix -v; \
fi
../../config/nsinstall -t ./installed-chrome.txt ../../dist/Embed/chrome
../../config/nsinstall -t ./readme.html ../../dist/Embed
../../config/nsinstall -t ../../embedding/lite/libembed_lite.dylib ../../dist/Embed/components
CONFIG_FILES=camino/Makefile: Command not found.
-- [ Chris Casciano ] [ [EMAIL PROTECTED] ] [ see things @ http://www.placenamehere.com ] [ read words @ http://www.chunkysoup.net/ ]
_______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino
