Panther compile errors for doc-based apps
Panther compile errors for doc-based apps
- Subject: Panther compile errors for doc-based apps
- From: Andrew Merenbach <email@hidden>
- Date: Tue, 1 Jul 2003 17:43:56 -0700
For some reason, Xcode (under Panther) suddenly started spewing errors
for document-based Cocoa applications:
Building target TestProject with build style Development
(optimization:level 0, debug-symbols:on) (2 errors, 2 warnings)
cd /Users/andrew/TestProject
/usr/bin/distcc /usr/bin/gcc-3.3 -c -Fbuild -Ibuild/include
-Ibuild/TestProject.build/TestProject.build/DerivedSources -arch ppc
-pipe -funsigned-char -fpascal-strings -g -O0 -Wno-four-char-constants
-Wmost -Wno-four-char-constants -Wno-unknown-pragmas -O0
-fmessage-length=0 -mtune=G4 -ffix-and-continue -fzero-link
-fpch-preprocess -Winvalid-pch
-Wp,-header-mapfile,build/TestProject.build/TestProject.build/
TestProject.hmap -include
/Users/andrew/TestProject/build/TestProject.build/TestProject.build/
PrefixHeaders/TestProject_Prefix.pch
/Users/andrew/TestProject/MyDocument.m -o
build/TestProject.build/TestProject.build/Objects-normal/ppc/
MyDocument.o
<command line>:4476434:68: warning:
/Users/andrew/TestProject/build/TestProject.build/TestProject.build/
PrefixHeaders/TestProject_Prefix.pch.gch/ppc_objective-c: not for GNU
C
<command line>:4476434:68:
/Users/andrew/TestProject/build/TestProject.build/TestProject.build/
PrefixHeaders/TestProject_Prefix.pch: No such file or directory
<command line>:4476434:68: warning:
/Users/andrew/TestProject/build/TestProject.build/TestProject.build/
PrefixHeaders/TestProject_Prefix.pch.gch/ppc_objective-c: not for GNU
C
<command line>:4476434:68:
/Users/andrew/TestProject/build/TestProject.build/TestProject.build/
PrefixHeaders/TestProject_Prefix.pch: No such file or directory
cd /Users/andrew/TestProject
/usr/bin/distcc /usr/bin/gcc-3.3 -c -Fbuild -Ibuild/include
-Ibuild/TestProject.build/TestProject.build/DerivedSources -arch ppc
-pipe -funsigned-char -fpascal-strings -g -O0 -Wno-four-char-constants
-Wmost -Wno-four-char-constants -Wno-unknown-pragmas -O0
-fmessage-length=0 -mtune=G4 -ffix-and-continue -fzero-link
-fpch-preprocess -Winvalid-pch
-Wp,-header-mapfile,build/TestProject.build/TestProject.build/
TestProject.hmap -include
/Users/andrew/TestProject/build/TestProject.build/TestProject.build/
PrefixHeaders/TestProject_Prefix.pch /Users/andrew/TestProject/main.m
-o build/TestProject.build/TestProject.build/Objects-normal/ppc/main.o
<command line>:4476434:68: warning:
/Users/andrew/TestProject/build/TestProject.build/TestProject.build/
PrefixHeaders/TestProject_Prefix.pch.gch/ppc_objective-c: not for GNU
C
<command line>:4476434:68:
/Users/andrew/TestProject/build/TestProject.build/TestProject.build/
PrefixHeaders/TestProject_Prefix.pch: No such file or directory
<command line>:4476434:68: warning:
/Users/andrew/TestProject/build/TestProject.build/TestProject.build/
PrefixHeaders/TestProject_Prefix.pch.gch/ppc_objective-c: not for GNU
C
<command line>:4476434:68:
/Users/andrew/TestProject/build/TestProject.build/TestProject.build/
PrefixHeaders/TestProject_Prefix.pch: No such file or directory
This was not happening earlier today, but these errors popped up a
couple of hours ago and won't go away. I've tried rebooting, migrating
files to new projects (the particular example above is a fresh project
created with the document-based application template). I've verified
that the file referenced does not in fact exist, but I've no idea as to
how to create it or replace it.
Take care,
Andrew
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.