Re: Relative paths
Re: Relative paths
- Subject: Re: Relative paths
- From: Patrick Coskren <email@hidden>
- Date: Fri, 20 Feb 2004 18:20:21 -0500
On Feb 20, 2004, at 7:20 AM, Alastair Houghton wrote:
On 19 Feb 2004, at 22:58, Patrick Coskren wrote:
On Feb 19, 2004, at 5:38 PM, Mark Lentczner wrote:
Many compilers have switches (perhaps on by default) that treat
<...> and "..." exactly the same.
As far as I can tell, XCode doesn't (though I'd love to hear
differently). What's surprising to me is that if I put my source
directory on the system include directory list, "../../" doesn't seem
to work as a header file path. Hopefully I'm doing something wrong.
But perhaps it's a big or even a feature.
I think you might want -I. (or just add "." to the list of include
paths).
Just wanted to report back... I tried this, and no dice.
Heck with it; I'm just going to write a little Perl script to change
all the source files. The funny thing is, and I really should have
mentioned this earlier, I didn't have this problem in XCode 1.0. The
project was set aside for a while, I updated XCode at some point in
there, and just recently went back to it. So either I broke something
in the meantime by accident, or XCode stopped supporting this. I think
I'll file a bug report, just in case.
Thanks for the suggestion,
-Patrick
_______________________________________________
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.