Odd problem with file names
Odd problem with file names
- Subject: Odd problem with file names
- From: Chris and Sara <email@hidden>
- Date: Fri, 2 Jan 2004 19:47:27 +0000
I have a rule for processing *.ixx files which will produce a *.h and a
*.cxx. Xcode will invoke it on say lamb.ixx and then immediately try to
compile lamb.cxx. That's not so useful in general but fortunately I can
order my ixx files so that all required header files are available when
a cxx is compiled. This scheme has been working just fine for several
targets.
Unfortunately, I have bumped into an odd problem with file names. In
one target I have two files:
setexportbtsstatus.ixx and
setexportlmustatus.ixx.
These are independent files dealing with two different types of object.
Their order of compilation does not matter. Xcode though processes
"setexportbtsstatus.ixx" but then tries to compile
"setexportlmustatus.cxx". I worked around this by inventing a new file
for one of the candidates.
But I bumped into the problem in the next target too. This time I have
"lmureportlist.ixx" and "deletelmulist.ixx". The latter comes first in
the sources list. Xcode processes lmureportlist and then attempts to
compile deletelmulist. This particular target has many (>50 ixx files)
lots of which will have the phrases "lmu", "list", "report" and
"delete" in their names, so I'm not keen to do a lot of renaming.
What on earth can be going wrong here? Non-surgical workarounds much
appreciated :-)
ta, chris
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.