| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Can Anybody explain why this fails? I've added the symbols to the PB--------------------------------------------------------------
file (CC etc...) and the build fails like this:
MakePFEFile
/Users/todd/Temp/MyApp.build/MyApp.build/PrefixHeaders/MyApp_Prefix-
ppc.pfe
for _c_dialect in objective-c ; do if [ ${_c_dialect} == c -o
${_c_dialect} == objective-c ] ; then dummy_file=`mktemp
/tmp/.null-XXXXXXXX`; /usr/bin/gcc-3.3 -c -x ${_c_dialect}
-F/Users/todd/Temp -I/Users/todd/Temp/include -arch ppc -fno-common
-fpascal-strings -O0 -Wmost -Wno-four-char-constants
-Wno-unknown-pragmas -mdynamic-no-pic -pipe "-fmessage-length=0" -g
-Wp,-header-mapfile,/Users/todd/Temp/MyApp.build/MyApp.build/MyApp.hmap
-I/Users/todd/Projects/Sillairia/NKDPostgreSQL
/Users/todd/Projects/Sillairia/NKDPostgreSQL/MyApp_Prefix.h -o
${dummy_file} --dump-pch
/Users/todd/Temp/MyApp.build/MyApp.build/PrefixHeaders/MyApp_Prefix-
ppc.pfe ; exit_code=$? ; rm ${dummy_file} ; if [ ${exit_code} != 0 ] ;
then rm -r
/Users/todd/Temp/MyApp.build/MyApp.build/PrefixHeaders/MyApp_Prefix-
ppc.pfe ; exit ${exit_code} ; fi ; fi ; done
gcc-3.3: unrecognized option `--dump-pch`
_______________________________________________
projectbuilder-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/projectbuilder-users
Do not post admin requests to the list. They will be ignored.
| References: | |
| >MakePFEFile fails (From: email@hidden) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.