Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Mac > Mac Programmer Tools > Re: adding incl...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 6 of 11 Topic 565 of 637
Post > Topic >>

Re: adding include path to xcode project

by Lawson English <LawsonE@[EMAIL PROTECTED] > Dec 7, 2006 at 02:34 PM

Chris Hanson wrote:
> On 2006-12-06 16:00:41 -0800, Lawson English <LawsonE@[EMAIL PROTECTED]
>
said:
> 
>> OK, I found that there are already build files for xcode, but I 
>> attempted to follow the API manual instructions and ran one. It 
>> updates the project file and then gives the following error message. 
>> Any suggestions?
>>
>> ld: warning prebinding disabled because of undefined symbols
>> ld: Undefined symbols:
>> __ZTI10MPxCommand
> 
> That's a mangled C++ name.  To see what it really is, in Terminal:
> 
>  % c++filt '__ZTI10MPxCommand'
>  typeinfo for MPxCommand
> 
> I suspect your code includes a header file that declares a class but 
> your target doesn't actually include the code or library containing the 
> definition of that class.
> 
> If it were a function instead of a typeinfo, I would suspect that it was

> a C function that was used in C++ code without wrapping its prototype in

> an 'extern "C" {}' block.
> 
>  -- Chris
> 

Thanks. I sorta thought it was something along those lines. Thing is, 
the Maya devkit includes xcode projects for each of the sample plug-ins. 
The make file output (whatever its called in xcode) appears to be 
looking at every single existing Maya library in maya.app including what 
others have told ms are the link libraries for the plug-ins. AutoDesk 
recently bought Maya so they dont sup****t anything from prior to the 
purchase, so there's not even an archive of any updates, if there were
any.

Sigh. Guess I'll have to wait til I can afford a more recent version of 
Maya to launch my career as a maya plug-in author...
 




 11 Posts in Topic:
adding include path to xcode project
Lawson English <Lawson  2006-12-05 14:58:03 
Re: adding include path to xcode project
"vze35xda@[EMAIL PRO  2006-12-05 17:54:33 
Re: adding include path to xcode project
Lawson English <Lawson  2006-12-06 11:31:42 
Re: adding include path to xcode project
Lawson English <Lawson  2006-12-06 17:00:41 
Re: adding include path to xcode project
Chris Hanson <cmh@[EMA  2006-12-07 13:01:45 
Re: adding include path to xcode project
Lawson English <Lawson  2006-12-07 14:34:53 
New error (Was Re: adding include path to xcode project)
Lawson English <Lawson  2006-12-10 13:31:24 
Re: New error (Was Re: adding include path to xcode project)
Lawson English <Lawson  2006-12-11 01:18:49 
Re: New error (Was Re: adding include path to xcode project)
Lawson English <Lawson  2006-12-17 16:45:14 
Re: adding include path to xcode project
"vze35xda@[EMAIL PRO  2006-12-06 16:26:49 
Re: adding include path to xcode project
Lawson English <Lawson  2006-12-06 18:00:46 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 9:34:10 CST 2008.