Re: Problems updating a dependent library
Re: Problems updating a dependent library
- Subject: Re: Problems updating a dependent library
- From: Rick Mann <email@hidden>
- Date: Fri, 22 Feb 2008 15:04:03 -0800
On Feb 22, 2008, at 2:44 PM, Rick Mann wrote:
a) How can I find all the places where headers might be used
incorrectly? Just looking at the compile commands and parsing
through the options? Where are all the places search paths can be
set (I've looked and can't find any incorrect).
Sure enough, the library itself is a bit confused about where to get
its own headers.
It sets up header search paths by setting this:
NANO_HEADER_SEARCH_PATHS = "$(Nano)/Library/
Prefix" "$(Nano)/Library/Source/Application" "$(Nano)/Library/Source/
Core" "$(Nano)/Library/Source/CoreFoundation" "$(Nano)/Library/Source/
Events" "$(Nano)/Library/Source/Files" "$(Nano)/Library/Source/
Graphics" "$(Nano)/Library/Source/HIToolbox/Core" "$(Nano)/Library/
Source/HIToolbox/Custom" "$(Nano)/Library/Source/HIToolbox/System" "$
(Nano)/Library/Source/Network" "$(Nano)/Library/Source/System" "$
(Nano)/Library/Source/Threads" "$(Nano)/Library/Source/Utilities" "$
(Nano)/Library/Source/Windows"
Thing is, I can't find where $(Nano) is defined. I've looked at all
the project settings, .xcconfig files, prefix files…where else can
something be defined?
TIA,
--
Rick
_______________________________________________
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