Re: Link error with CW 9.2
Re: Link error with CW 9.2
- Subject: Re: Link error with CW 9.2
- From: Jeff Moore <email@hidden>
- Date: Wed, 10 Mar 2004 12:04:33 -0800
I just grep'd through the headers on my disk and I couldn't find any
reference to the string "shared_ptr". Given that it is used in the std
namespace, I'd guess that it is particular to the STL implementation in
CodeWarrior. There's probably a some static runtime library not being
linked in.
On Mar 10, 2004, at 10:59 AM, Michael Kleps [reFX] wrote:
Hello,
I've got a problem that drives me nuts. When I try to build my AU
project, I get ONE link error:
Link Error : undefined:
'std::tr1::detail::shared_ptr_deleter_common::release()' (code)
Referenced from 'std::tr1::shared_ptr<char>::~shared_ptr()' in
AUBase.cpp
Can somebody shed some light on this? The original coder says that the
code compiles and links fine with Xcode and he even send me the AU
component to prove it. So anybody who had the same problem and can
help or somebody with a working example AU CW project file?
Cheers,
Mike
--
Jeff Moore
Core Audio
Apple
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.