On May 20, 2006, at 9:35 AM, Jonathan Johnson wrote:


On May 20, 2006, at 10:07 AM, Norman Palardy wrote:


On May 20, 2006, at 2:08 AM, Seth Willits wrote:

On May 19, 2006, at 11:13 PM, Norman Palardy wrote:

Are you using XCode 2.2 on an intel mac ?

I have/do (not for the SDK), and it worked/works fine.


I use XCode for other projects and it seems to work fine
ONly something about how this template is set up has i looking for a non-existent file and I can't see where or why

RBCarbonHeaders is the Prefix Header for the target. Unfortunately, it doesn't follow the same search path rules, AFAIK. Double click on the Target and manually type in the relative path to it, and it should work.

HTH,
Jon

Helps ... well ... sort of

I adjusted the path in the Target settings & recompiled
483 compiler errors, 3 warnings

I notice that its complaining about not finding rb_plugin.h and REAlplugin.h

So I adjust the target setting for user include paths to
        /Users/npalardy/Downloads/Plugins SDK/Includes

Still barks and gives me 483 compile errors

Hmmm .... this path SHOULD be "/Users/npalardy/Downloads/Plugins SDK/ Includes" (note the quotes)

Now I get 127 compiler errors
The first is this one
        error : 'GetCurrentA4' was not declared in this scope   
PluginMain.cpp:94

and this line hilighted
        unsigned long pluginA4 = GetCurrentA4();

The balance are of this style
error : initializing argument 1 of 'void (* buildEnvironmentShell (void *))()
        error : invalid conversion from void (*)() to void

Now what ?


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to