Re: Xcode 4.0.1
Re: Xcode 4.0.1
- Subject: Re: Xcode 4.0.1
- From: Quincey Morris <email@hidden>
- Date: Mon, 28 Mar 2011 00:30:21 -0700
On Mar 27, 2011, at 14:25, Eduardo Poyart wrote:
> Not really... I got my project to work with a 3rd-party library outside of my project folder by using ${SRCROOT}.
>
> This didn't work:
> Header Search Path: ../../../3rdparty/OpenSceneGraph-2.9.9/include
>
> This works:
> Header Search Path: ${SRCROOT}/../../../3rdparty/OpenSceneGraph-2.9.9/include
You're right, of course.
But it got a little weirder. The project that wasn't indexing and syntax-coloring started indexing and syntax-coloring. However, live in-editor compilation has stopped working, apparently for all the files in that project. Except, if there's an error, the affected source code lines don't get syntax-colored after all (although surrounding lines generally do), yet there's no actual error icon or listed issue. I have to do a build to get my issues.
_______________________________________________
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