phst / PDFFonts

A Cocoa version of the pdffonts utility
11 stars 2 forks source link

Project is missing PDFFonts_Prefix.pch #1

Closed Th4n3 closed 13 years ago

Th4n3 commented 13 years ago

nortonii@Musashi [~/MyProjects/p] cd PDFFonts/ nortonii@Musashi [~/MyProjects/p/PDFFonts] xcodebuild === BUILD NATIVE TARGET PDFFonts OF PROJECT PDFFonts WITH THE DEFAULT CONFIGURATION (Release) === Check dependencies

ProcessPCH /var/folders/ph/4x6gfjh06d=37ynrm447fd4w+++p7j/C/com.apple.Xcode.22802/SharedPrecompiledHeaders/PDFFonts_Prefix-eteqtdyohjazvjbqxyaosymbkyic/PDFFonts_Prefix.pch.pth PDFFonts_Prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler cd /Volumes/brig/Users/nortonii/MyProjects/p/PDFFonts setenv LANG en_US.US-ASCII /Developer/usr/bin/clang -x objective-c-header -arch i386 -fmessage-length=0 -fdiagnostics-print-source-range-info -fdiagnostics-show-category=id -fdiagnostics-parseable-fixits -std=gnu99 -Wno-trigraphs -fpascal-strings -Os -mdynamic-no-pic -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wunused-variable -Wunused-value -isysroot /Developer/SDKs/MacOSX10.6.sdk -fasm-blocks -fobjc-gc -mmacosx-version-min=10.6 -gdwarf-2 -fvisibility=hidden -DIBOutlet=attribute((iboutlet)) -DIBOutletCollection(ClassName)=attribute((iboutletcollection(ClassName))) -DIBAction=void)attribute((ibaction) -iquote /Volumes/brig/Users/nortonii/XcodeBuild/PDFFonts.build/Release/PDFFonts.build/PDFFonts-generated-files.hmap -I/Volumes/brig/Users/nortonii/XcodeBuild/PDFFonts.build/Release/PDFFonts.build/PDFFonts-own-target-headers.hmap -I/Volumes/brig/Users/nortonii/XcodeBuild/PDFFonts.build/Release/PDFFonts.build/PDFFonts-all-target-headers.hmap -iquote /Volumes/brig/Users/nortonii/XcodeBuild/PDFFonts.build/Release/PDFFonts.build/PDFFonts-project-headers.hmap -I/Volumes/brig/Users/nortonii/XcodeBuild/Release/include -I/Volumes/brig/Users/nortonii/XcodeBuild/PDFFonts.build/Release/PDFFonts.build/DerivedSources/i386 -I/Volumes/brig/Users/nortonii/XcodeBuild/PDFFonts.build/Release/PDFFonts.build/DerivedSources -F/Volumes/brig/Users/nortonii/XcodeBuild/Release -c /Volumes/brig/Users/nortonii/MyProjects/p/PDFFonts/PDFFonts_Prefix.pch -o /var/folders/ph/4x6gfjh06d=37ynrm447fd4w+++p7j/C/com.apple.Xcode.22802/SharedPrecompiledHeaders/PDFFonts_Prefix-eteqtdyohjazvjbqxyaosymbkyic/PDFFonts_Prefix.pch.pth clang: error: no such file or directory: '/Volumes/brig/Users/nortonii/MyProjects/p/PDFFonts/PDFFonts_Prefix.pch' clang: error: no input files Command /Developer/usr/bin/clang failed with exit code 1

phst commented 13 years ago

.pch files are precompiled headers which should never be required for compilation. I'll check that.