Re: No such file or directory
Re: No such file or directory
- Subject: Re: No such file or directory
- From: Jeff Heyob <email@hidden>
- Date: Tue, 21 Feb 2006 16:59:45 -0500
On Feb 21, 2006, at 2:19 PM, Chris Espinosa wrote:
On Feb 21, 2006, at 9:44 AM, Jeff Heyob wrote:
/usr/bin/distcc /usr/bin/gcc-4.0 -x c++ -arch ppc -pipe -Wno-
trigraphs -fpascal-strings -fshort-enums -fasm-blocks -O0 -
Woverloaded-virtual -Wunused-parameter -Wunused-variable -Wunknown-
pragmas -fmessage-length=0 -mtune=G4 -fvisibility=hidden -
fvisibility-inlines-hidden -Wno-invalid-offsetof -mmacosx-version-
min=10.3 -iquote /Development/\ InfoScribePP\ v2/InfoScribe\
Current/build/aFileMerge.build/ISFileMerge_Debug/ISFileMerge.build/
ISFileMerge-generated-files.hmap -I/Development/\ InfoScribePP\ v2/
InfoScribe\ Current/build/aFileMerge.build/ISFileMerge_Debug/
ISFileMerge.build/ISFileMerge-own-target-headers.hmap -I/
Development/\ InfoScribePP\ v2/InfoScribe\ Current/build/
aFileMerge.build/ISFileMerge_Debug/ISFileMerge.build/ISFileMerge-
all-target-headers.hmap -iquote /Development/\ InfoScribePP\ v2/
InfoScribe\ Current/build/aFileMerge.build/ISFileMerge_Debug/
ISFileMerge.build/ISFileMerge-project-headers.hmap -mdynamic-no-
pic -fpch-preprocess -F/Development/\ InfoScribePP\ v2/InfoScribe\
Current/build/ISFileMerge_Debug -iquote/Development/\ InfoScribePP
\ v2/InfoScribe\ Current/source -I/Development/\ InfoScribePP\ v2/
InfoScribe\ Current/build/ISFileMerge_Debug/include -I/Developer/
Headers/FlatCarbon -I/Development/\ InfoScribePP\ v2/InfoScribe\
Current/build/aFileMerge.build/ISFileMerge_Debug/ISFileMerge.build/
DerivedSources -include /Library/Caches/com.apple.Xcode.501/
SharedPrecompiledHeaders/ISTL_MachO_Util_Final_XC-
ehyuoishdiwojthhhycuswktdlxq/ISTL_MachO_Util_Final_XC.h -c /
Development/\ InfoScribePP\ v2/InfoScribe\ Current/source/kernel/
FileFix.cp -o /Development/\ InfoScribePP\ v2/InfoScribe\ Current/
build/aFileMerge.build/ISFileMerge_Debug/ISFileMerge.build/Objects-
normal/ppc/FileFix.o
In file included from /Development/ InfoScribePP v2/InfoScribe
Current/source/kernel/ISTL_Parameter.h:14,
from /Development/ InfoScribePP v2/InfoScribe
Current/source/kernel/ISTL_File.h:10,
from /Development/ InfoScribePP v2/InfoScribe
Current/source/kernel/FileFix.h:12,
from /Development/ InfoScribePP v2/InfoScribe
Current/source/kernel/FileFix.cp:7:
/Development/ InfoScribePP v2/InfoScribe Current/source/kernel/
ISTL_Stream.h:11:27: error: FileUtilities.h: No such file or
directory
/Development/ InfoScribePP v2/InfoScribe Current/source/kernel/
ISTL_Stream.h:19:23: error: MPThread.h: No such file or directory
In file included from /Development/ InfoScribePP v2/InfoScribe
Current/source/kernel/FileFix.h:12,
from /Development/ InfoScribePP v2/InfoScribe
Current/source/kernel/FileFix.cp:7:
/Development/ InfoScribePP v2/InfoScribe Current/source/kernel/
ISTL_File.h:16:25: error: ISTL_Buffer.h: No such file or directory
/Development/ InfoScribePP v2/InfoScribe Current/source/kernel/
FileFix.cp:8:23: error: Utilities.h: No such file or directory
distcc[20121] ERROR: compile /Development/ InfoScribePP v2/
InfoScribe Current/source/kernel/FileFix.cp on Clayoquot.local./6
failed
--------------------------------------------------
Some of the files that trigger the "No such file or directory" are:
/Development/ InfoScribePP v2/InfoScribe Current/source/Utility/
FileUtilities.h
/Development/ InfoScribePP v2/InfoScribe Current/source/Utility/
MPThread.h
/Development/ InfoScribePP v2/InfoScribe Current/source/Utility/
ISTL_Buffer.h
/Development/ InfoScribePP v2/InfoScribe Current/source/Utility/
Utilities.h
Note that the subpath InfoScribe Current/source/Utility doesn't
appear anywhere in the compiler invocation line above, that's why
the file can't be found.
You should either explicitly add a path to the Utility directory,
or explicitly make the reference to InfoScribe Current/source
recursive so that files in its Utility subdirectory can be found.
Chris
All of the source files and header files in my project are rooted by
"User Header Search Path" = "/Development/ InfoScribePP v2/InfoScribe
Current/source".
Are you implying that every sub-directory within that path must be
explicitly specified?
How do I "explicitly make the reference to InfoScribe Current/source
recursive"?
Jeff
All of the "No such file or directory" errors involve a header
file that is located in a directory tree branch different from the
current branch.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden