Re: Rezzing search path problems
Re: Rezzing search path problems
- Subject: Re: Rezzing search path problems
- From: Rob Watson <email@hidden>
- Date: Fri, 17 Apr 2009 10:35:55 +0100
Problem solved. Thanks a lot
2009/4/17 Chris Espinosa
<email@hidden>
On Apr 16, 2009, at 5:55 PM, Rob Watson wrote:
> 1) Where is "JucePluginCharacteristics.h"? It seems like neither the Objective-C++ compiler nor the Rez compiler can find it.
JucePluginCharacteristics.h is definitely present in the root of the project - the same directory as the .r file that is trying to include it.
> 2) You have a lot of search paths pointing to "JucePlugin-1.moved-aside". Is this what you want?
No, they're actually remnants from earlier, but removing them doesn't resolve the issue.
Try this:
• Move the project from outside the /Developer/Projects directory to another directory not inside /Developer.
Rez, unfortunately, has special-case code to deal with the .r files for the AudioUnit examples that are in /Developer/Examples. This interferes with projects that themselves are in /Developer. Moving the project to somewhere other than /Developer should fix it.
In general it's not a good idea to put things inside /Developer. The Xcode uninstall utility will delete them, and update installs of Xcode may overwrite them. Put them on a local volume or in your user directory.
Chris
_______________________________________________
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