Re: Can't Link Framework
Re: Can't Link Framework
- Subject: Re: Can't Link Framework
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 13 Feb 2008 17:37:04 -0700
On Feb 13, 2008 AD, at 5:23 PM, Bridger Maxwell wrote:
*ld: this linkage unit requires GC. It cannot link against Retain/
Release
dylib: /Users/bridger/Development/TUIO/build/Release/TUIO.framework/
TUIO*
*collect2: ld returned 1 exit status*
I haven't even a clue about what the error means, and I can't seem
to find
anything on the internet that relates. Can anyone give me a hand?
It means you're trying to build a GC-enabled application, but you're
linking to a framework that was not built at least GC-ready. If you
have the source code to that framework, then you need to go back and
recompile it with GC support. If you don't, then you can't use GC.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden