hi guys - having this same trouble with poco errors, as i’m trying to compile for 10.5 on a 10.6 OSX machine using 007… 
i’ve just tried fixing this by installing and configuring 007 with a new Poco (MacPorts) install as per Tony’s excellent suggestion above - i then changed the CoreOF.xcconfig file as per Tony’s example as well.
now i’m getting the below slew of errors on all compiles against the 10.5 SDK and target - any ideas what i did wrong? or is there something i’m now missing in the target / compiler config?
(for now i’m going back to removing all the image.load() calls in the code, as when using the original “libs/poco/lib/osx/PocoUtil.a” that’s all that seems to break it in what i’ve written so far…)
Undefined symbols for architecture i386:
“Poco::SystemException::SystemException(Poco::SystemException const&)”, referenced from:
ofURLFileLoader::ofURLFileLoader()in openFrameworksDebug.a(ofURLFileLoader.o)
“Poco::File::operator=(Poco::File const&)”, referenced from:
ofFile::close() in openFrameworksDebug.a(ofFileUtils.o)
ofFile::open(std::basic_string<char, std::char_traits, std::allocator >, ofFile::Mode, bool)in openFrameworksDebug.a(ofFileUtils.o)
“Poco::URI::URI(std::basic_string<char, std::char_traits, std::allocator > const&)”, referenced from:
ofURLFileLoader::handleRequest(ofHttpRequest) in openFrameworksDebug.a(ofURLFileLoader.o)
“Poco::FastMutex::~FastMutex()”, referenced from:
Poco::AbstractEvent<guiCallbackData, Poco::FIFOStrategy<guiCallbackData, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::AbstractDelegate, Poco::FastMutex>::~AbstractEvent()in guiBaseObject.o
Poco::AbstractEvent<guiCallbackData, Poco::FIFOStrategy<guiCallbackData, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::AbstractDelegate, Poco::FastMutex>::~AbstractEvent()in guiBaseObject.o
Poco::AbstractEvent<ofEventArgs, Poco::FIFOStrategy<ofEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::AbstractDelegate, Poco::FastMutex>::~AbstractEvent()in openFrameworksDebug.a(ofEvents.o)
Poco::AbstractEvent<ofEventArgs, Poco::FIFOStrategy<ofEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::AbstractDelegate, Poco::FastMutex>::~AbstractEvent()in openFrameworksDebug.a(ofEvents.o)
Poco::AbstractEvent<ofResizeEventArgs, Poco::FIFOStrategy<ofResizeEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::AbstractDelegate, Poco::FastMutex>::~AbstractEvent()in openFrameworksDebug.a(ofEvents.o)
Poco::AbstractEvent<ofResizeEventArgs, Poco::FIFOStrategy<ofResizeEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::AbstractDelegate, Poco::FastMutex>::~AbstractEvent()in openFrameworksDebug.a(ofEvents.o)
Poco::AbstractEvent<ofKeyEventArgs, Poco::FIFOStrategy<ofKeyEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::AbstractDelegate, Poco::FastMutex>::~AbstractEvent()in openFrameworksDebug.a(ofEvents.o)
…
“Poco::AtomicCounter::~AtomicCounter()”, referenced from:
Poco::SharedPtr<Poco::FIFOStrategy<guiCallbackData, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::FIFOStrategy<guiCallbackData, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > > > >::release()in guiBaseObject.o
Poco::SharedPtr<Poco::FIFOStrategy<ofEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::FIFOStrategy<ofEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > > > >::release()in openFrameworksDebug.a(ofEvents.o)
Poco::SharedPtr<Poco::FIFOStrategy<ofResizeEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::FIFOStrategy<ofResizeEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > > > >::release()in openFrameworksDebug.a(ofEvents.o)
Poco::SharedPtr<Poco::FIFOStrategy<ofKeyEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::FIFOStrategy<ofKeyEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > > > >::release()in openFrameworksDebug.a(ofEvents.o)
Poco::SharedPtr<Poco::FIFOStrategy<ofMouseEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::FIFOStrategy<ofMouseEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > > > >::release()in openFrameworksDebug.a(ofEvents.o)
Poco::SharedPtr<Poco::FIFOStrategy<ofAudioEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::FIFOStrategy<ofAudioEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > > > >::release()in openFrameworksDebug.a(ofEvents.o)
Poco::SharedPtr<Poco::FIFOStrategy<ofTouchEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > >, Poco::ReferenceCounter, Poco::ReleasePolicy<Poco::FIFOStrategy<ofTouchEventArgs, Poco::AbstractDelegate, Poco::p_less<Poco::AbstractDelegate > > > >::release()in openFrameworksDebug.a(ofEvents.o)
…