Re: Header dependances broken?
Re: Header dependances broken?
- Subject: Re: Header dependances broken?
- From: Scott Tooker <email@hidden>
- Date: Thu, 1 Jan 2004 01:34:22 -0800
Remember that a header need to be part of a target for it to be found
when building. Adding the file to the project is not enough (since you
can have files that are part of the project, but not in any target).
Scott
On Dec 31, 2003, at 10:16 PM, Glen Low wrote:
>> I had similar problems with a project, make sure that your additional
>> include paths are full path, not just relative path. For example if
>> you have a folder named "Headers" in the same folder of your project
>> and want to add it to your include paths, write "$(SRCROOT)/Headers"
>> not just "Headers" in the Header Search Path field of your target
>> inspector.
>>
>> This fixed all my dependency problems, I hope that it will help you.
>>
>
> It also helps if the headers are in the project tree too, not just
> referenced off the source file, especially if they are generated
> headers.
[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.