Help building PowerPlant as a static library
Help building PowerPlant as a static library
- Subject: Help building PowerPlant as a static library
- From: Stephen Brost <email@hidden>
- Date: Thu, 16 Sep 2004 12:24:47 -0700
I'm having some trouble building PowerPlant as a static library. I've
gone through the Xcode documentation on how to prepare PP for gcc and
Xcode, and that all worked out fine. The library project compiles
fine, but when it's being linked into another project I'm getting this
error:
ld: Undefined symbols:
non-virtual thunk to LWindow::ObeyCommand(long, void*)
non-virtual thunk to LWindow::FindCommandStatus(long, unsigned char&,
unsigned char&, unsigned short&, unsigned char*)
non-virtual thunk to LWindow::~LWindow()
non-virtual thunk to LWindow::~LWindow()
non-virtual thunk to LWindow::SpendTime(EventRecord const&)
non-virtual thunk to LWindow::SetAEProperty(unsigned long, AEDesc
const&, AEDesc&)
non-virtual thunk to LWindow::HandleAppleEvent(AEDesc const&, AEDesc&,
AEDesc&, long)
non-virtual thunk to LWindow::GetModelName(unsigned char*) const
non-virtual thunk to LWindow::GetAEProperty(unsigned long, AEDesc
const&, AEDesc&) const
non-virtual thunk to LWindow::AEPropertyExists(unsigned long) const
non-virtual thunk to LWindow::MakeSelfSpecifier(AEDesc&, AEDesc&) const
I figure a lot of people want to/have already done this in Xcode, so
I'm looking for a little advice. The project started out in
CodeWarrior and was imported into Xcode 1.2. I've since upgraded to
Xcode 1.5. The Xcode PP project is a being as a cross-project
reference and used as a Direct Dependent.
There wasn't much of a list archive, so I hope this hasn't already been
discussed. Any advice would be appreciated.
Thanks,
Steve Brost
_______________________________________________
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