• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Powerplant "prebind disabled because of undefned symbols" when moving from Xcode 2.2->2.3
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Powerplant "prebind disabled because of undefned symbols" when moving from Xcode 2.2->2.3
      • From: Markus Hitter <email@hidden>
    • Re: Powerplant "prebind disabled because of undefned symbols" when moving from Xcode 2.2->2.3
      • From: "Sean McBride" <email@hidden>
  • Prev by Date: Handling files dropped onto NSTextView
  • Next by Date: Re: FSRef_fopen alternative
  • Previous by thread: Handling files dropped onto NSTextView
  • Next by thread: Re: Powerplant "prebind disabled because of undefned symbols" when moving from Xcode 2.2->2.3
  • Index(es):
    • Date
    • Thread