Re: Test bundle can't find app
Re: Test bundle can't find app
- Subject: Re: Test bundle can't find app
- From: David Catmull <email@hidden>
- Date: Mon, 14 Nov 2005 11:34:16 -0800
On Nov 14, 2005, at 11:26 AM, Chris Hanson wrote:
The path doesn't need quotes because it's not a multi-element
setting, it's only a single string. (Contrast with, say, Other
Linker Flags, which can take multiple strings.)
Ah, now I see. Thanks.
Interesting, could you provide more specific information about the
link errors you're seeing? Are the symbols in question classes or
global variables?
It's all class member functions, plus a couple of vtables and typeinfos.
Here's the full list:
/usr/bin/ld: Undefined symbols:
Volley::TaggedItemList::SetItem(unsigned long, unsigned long, void
const*, unsigned long)
Volley::InputDataStream::InputDataStream(Volley::OutputDataStreamBase
const&, bool)
Volley::OutputDataStreamBase::Reallocate(unsigned long)
Volley::OutputDataStreamBase::OutputDataStreamBase(void*, unsigned
long, bool)
Volley::Message::Message(Volley::InputDataStream&, bool)
Volley::Message::operator==(Volley::Message const&) const
typeinfo for Volley::OutputDataStreamBase
vtable for Volley::OutputDataStreamBase
vtable for Volley::Message
vtable for Volley::MessageID
ATimer::ATimer(double, double, OpaqueEventLoopRef*)
ATimer::~ATimer()
typeinfo for ATimer
ACFMutableString::Localize()
Volley::DataPod::SetItemData(unsigned long, unsigned long, unsigned
long, void const*)
Volley::DataPod::SetItemString(unsigned long, unsigned long,
Volley::String const&)
Volley::DataPod::DataPod(Volley::InputDataStream&)
Volley::DataPod::DataPod()
Volley::DataPod::~DataPod()
Volley::DataItem::DataItem(Volley::DataItem const&)
Volley::DataItem::operator=(Volley::DataItem const&)
Volley::TaggedElement::operator==(Volley::TaggedElement const&) const
Volley::DataPod::ListCount() const
Volley::DataPod::Serialize(Volley::OutputDataStreamBase&) const
Volley::DataItem::operator==(Volley::DataItem const&) const
typeinfo for ACFMutableString
vtable for ACFMutableString
vtable for ACFString
vtable for Volley::TaggedElement
vtable for Volley::PodColumn
collect2: ld returned 1 exit status
--
David Catmull
email@hidden
http://www.uncommonplace.com/
_______________________________________________
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