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 5 of 11 Topic 565 of 637
Post > Topic >>

Re: adding include path to xcode project

by Chris Hanson <cmh@[EMAIL PROTECTED] > Dec 7, 2006 at 01:01 PM

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
 




 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 10:00:44 CST 2008.