Could someone please help me out here? I have a project which consists of multiple possible targets, each with a common code base and some custom files.
I'm currently creating a new one. In this case the new one is nearly an identical clone to the old one.
I did this:
-created a new target -created a new group -Made a new directory and copied the 3 custom source files into it. -Added them to the new group -confirmed they are checked off to correspond to the correct new target.
I am able to compile with a makefile in the new directory just fine. Compiling in Xcode gives me this:
Building target “RealCheckers” — (1 error) mkdir /Users/markian/Documents/School/PhD/Development/CodeGen/codegeneration/build/codegeneration.build/Development/RealCheckers.build/Objects-normal/ppc cd /Users/markian/Documents/School/PhD/Development/CodeGen/codegeneration /usr/bin/gcc-4.0 -x c++ -arch ppc -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -g -O0 -Wno-four-char-constants -fmessage-length=0 -mtune=G4 -fvisibility=hidden -mfix-and-continue -I/Users/markian/Documents/School/PhD/Development/CodeGen/codegeneration/build/codegeneration.build/Development/RealCheckers.build/theTurkey.hmap -Wmost -O0 -F/Users/markian/Documents/School/PhD/Development/CodeGen/codegeneration/build/Development -I/Users/markian/Documents/School/PhD/Development/CodeGen/codegeneration/build/Development/include -I/Users/markian/Documents/School/PhD/Development/CodeGen/codegeneration/build/codegeneration.build/Development/RealCheckers.build/DerivedSources -c "~markian/Documents/School/PhD/Development/CodeGen/Games/RealCheckers/applicationDependencies.cc" -o /Users/markian/Documents/School/PhD/Development/CodeGen/codegeneration/build/codegeneration.build/Development/RealCheckers.build/Objects-normal/ppc/applicationDependencies.o powerpc-apple-darwin8-gcc-4.0.0: ~markian/Documents/School/PhD/Development/CodeGen/Games/RealCheckers/applicationDependencies.cc: No such file or directory powerpc-apple-darwin8-gcc-4.0.0: warning: '-x c++' after last input file has no effect powerpc-apple-darwin8-gcc-4.0.0: no input files powerpc-apple-darwin8-gcc-4.0.0: no input files powerpc-apple-darwin8-gcc-4.0.0: no input files powerpc-apple-darwin8-gcc-4.0.0: no input files powerpc-apple-darwin8-gcc-4.0.0: no input files Build failed for target "RealCheckers" (1 error)
What does this mean?
Thanks!
Markian ---- Quantum mechanics -- the dreams that stuff is made of. |