Diagnosing link errors
Diagnosing link errors
- Subject: Diagnosing link errors
- From: Ken Brooks <email@hidden>
- Date: Thu, 27 May 2004 14:41:54 -0400
Having imported a CodeWarrior project into XCode, my first build
gets link errors, such as:
Cat & Mouse+AI scrolling:0: Undefined symbols: _AEProcessAppleEvent
_BeginUpdate _Button _CharWidth _ClipRect _ClosePoly _DisposeHandle
_DrawChar _DrawPicture _DrawString _DrawText _EndUpdate _EqualString
_FillRect _FindWindow
Is there a way to get more detailed link error information, such as,
from what module the undefined reference came?
It seems clear here that I've got a basic Apple library missing.
Well, this project came into existence via the "Import Project"
command, importing from CodeWarrior. It included Carbon.r in my
project, but not Carbon.framework. What have it or I missed? How
did my import process get messed up?
Does XCode provide any way to search my entire collection of
installed frameworks for a particular symbol?
Thanks,
Ken
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.