clean fails
clean fails
- Subject: clean fails
- From: Daniel Child <email@hidden>
- Date: Tue, 19 Oct 2004 02:08:39 -1000
Hi again,
I mentioned that I could not rebuild a project that I had moved from the Desktop to another folder inside of Documents. I tried creating a new project and adding the old Java files to it. I know they run because I can still use Run (but not Build and Run), and I have done nothing to the actual code.
Attempts to clean all compiled files also fail with this message:
/Developer/Private/jam -d1 -j1 JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase JAMFILE=- clean ACTION=clean _DEFAULT_GCC_VERSION=3.1 BUILD_STYLE=Development "SRCROOT=/Users/danielchild/Documents/UH HW Fall 2004/ICS 211/HW #4/BrainBox" "OBJROOT=/Users/danielchild/Documents/UH HW Fall 2004/ICS 211/HW #4/BrainBox/build" "SYMROOT=/Users/danielchild/Documents/UH HW Fall 2004/ICS 211/HW #4/BrainBox/build" DSTROOT=/tmp/BrainBox.dst
-: line 17: syntax error at keyword =
warning: no targets on rule NO
warning: unknown rule NO
Clean.Remove clean
/bin/rm -rf "/Users/danielchild/Documents/UH HW Fall 2004/ICS 211/HW #4/BrainBox/build/BrainBox" "/Users/danielchild/Documents/UH HW Fall 2004/ICS 211/HW #4/BrainBox/build/.build/BrainBox.build"
Clean.RemoveArchive clean
if [ -f "/Users/danielchild/Documents/UH HW Fall 2004/ICS 211/HW #4/BrainBox/build/BrainBox.jar" ]; then
/bin/rm -rf "/Users/danielchild/Documents/UH HW Fall 2004/ICS 211/HW #4/BrainBox/build/BrainBox.jar"
fi
Build fails with a similar error:
/Developer/Private/jam -d1 -j1 JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase JAMFILE=- build ACTION=build _DEFAULT_GCC_VERSION=3.1 BUILD_STYLE=Development "CPP_HEADERMAP_FILE=/Users/danielchild/Documents/UH HW Fall 2004/ICS 211/HW #4/BrainBox/build/BrainBox.build/BrainBox.build/BrainBox.hmap" "SRCROOT=/Users/danielchild/Documents/UH HW Fall 2004/ICS 211/HW #4/BrainBox" "OBJROOT=/Users/danielchild/Documents/UH HW Fall 2004/ICS 211/HW #4/BrainBox/build" "SYMROOT=/Users/danielchild/Documents/UH HW Fall 2004/ICS 211/HW #4/BrainBox/build" DSTROOT=/tmp/BrainBox.dst
-: line 17: syntax error at keyword =
warning: no targets on rule NO
warning: unknown rule NO
Anyone have any idea what is going on? Thanks,
Daniel _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden