Re: Source Tree Preference
Re: Source Tree Preference
- Subject: Re: Source Tree Preference
- From: Scott Tooker <email@hidden>
- Date: Sat, 8 Nov 2003 09:14:21 -0800
Just to clarify some things:
1. Xcode doesn't support recursive search paths.
2. The 'Source Trees' support provides a way for users to define custom
root paths. For example, the CodeWarrior Importer defines a source tree
that points to the "Metrowerks CodeWarrior" folder on your disk. This
makes it possible to define a relative path to PowerPlant files that
works for multiple users. Of course, this requires that each user
define the same Source Tree name in their preferences.
So the best thing to do in your case is create a source tree that
points to the root of the boost sources. Then add all the boost sources
(including the headers) to the project and use that source trees for
the reference style (instead of project relative, make it point to your
source tree).
Also, if the boost library has a ton of source and headers, you might
want to create a separate project that just deals with building the
boost libraries and then use cross-project references to refer to the
built boost library.
At this point you'll probably need to add header search paths as needed
(though, since you've included all the headers you shouldn't need
many).
Scott
On Nov 8, 2003, at 1:43 AM, Benjohn Barnes wrote:
> I'm now at the stage of being able to include boost's files, and have
> boost
> find its own files. Success! :) (there's now the matter of 56,000
> errors to
> fix). I ended up using the include paths setting in the project
> inspector.
>
> I'd really prefer to add boost to the Source Trees, but I've had no
> luck. Do
> I need to do more than simply add the path? Is the name important?
>
> Cheers,
> Benjohn
> _______________________________________________
> 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.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.