Powerplant "prebind disabled because of undefned symbols" when moving from Xcode 2.2->2.3
Powerplant "prebind disabled because of undefned symbols" when moving from Xcode 2.2->2.3
- Subject: Powerplant "prebind disabled because of undefned symbols" when moving from Xcode 2.2->2.3
- From: "Dev Will" <email@hidden>
- Date: Mon, 14 Aug 2006 15:33:49 -0500
I'm working on a legacy Powerplant application that complies fine
using Codewarrior 9 and on XCode 2.2 after modifying the Powerplant
files as directed.
I recently moved everything over to a new Mac that has XCode 2.3 installed.
Now when I compile the app I get a bunch of "undefined symbols" errors
from the Powerplant files.
-----------------------------
warning prebinding disabled because of undefined symbols
Undefined symbols:
StPrintSession::StPrintSession(LPrintSpec&)
StPrintSession::~StPrintSession()
UPrinting::AskPageSetup(LPrintSpec&)
UPrinting::sAppPrintSpec
LPrintSpec::SetPrintJobParams(unsigned long, unsigned long, unsigned long)
LPrintSpec::LPrintSpec()
LPrintSpec::~LPrintSpec()
UPrinting::AskPrintJob(LPrintSpec&)
LPrintSpec::GetPaperRect(Rect&)
LPrintSpec::GetPrintJobParams(unsigned long&, unsigned long&, unsigned long&)
StPrintContext::EndPage()
StPrintContext::BeginPage()
StPrintContext::StPrintContext(LPrintSpec const&)
StPrintContext::~StPrintContext()
LPrintSpec::GetError() const
StPrintContext::GetGrafPtr() const
typeinfo for LEditField
-----------------------------
These functions appear to be defined in the headers, but not actually
implemented in the C++ files.
I have looked around but haven't see anyone else post about this problem.
Do I need to make dummy functions for the ones defined in the headers
but not implemented? Or is there a setting that I need to change in
Xcode to get it to compile?
Thanks
_______________________________________________
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