Re: Trouble linking dotMac Framework
Re: Trouble linking dotMac Framework
- Subject: Re: Trouble linking dotMac Framework
- From: Brian Ganninger <email@hidden>
- Date: Fri, 13 Jan 2006 11:29:46 -0600
Have you set it to copy the UB framework into your application and
then link against it? You are linking against the system's framework
it appears, which will not be Intel/PPC.
(is there a reason this flipped from the dotmackit-dev list to the
cocoa-dev list?)
On Jan 13, 2006, at 8:27 AM, August Trometer wrote:
Yeah, that's the weird thing. I even re-downloaded the SDK just to
make sure, and I still get the errors. To be honest, I'm completely
baffled.
-- August
On Jan 13, 2006, at 8:24 AM, Brian Ganninger wrote:
Are you using the Intel/PPC version of the DotMacKit?
This is what the warning is saying, that you're linking against a
PPC-only version of the framework. You'll need to make sure you
are copying in and linking against a Universal Binary version of
the framework.
On Jan 13, 2006, at 1:01 AM, August Trometer wrote:
I'm working on an app that uses the dotMac Framework (2.0)
During the linking process, I get this warning:
/usr/bin/ld: warning /Frameworks/DotMac2.0/DotMacKit.framework/
DotMacKit cputype (18, architecture ppc) does not match cputype
(7) for specified -arch flag: i386 (file not loaded)
I've tried building my app in both ppc, intel-only, and universal
modes with no luck. Strangely, I can build the app in Debug mode
just fine -- I still get the warning, but the app runs. In
Release mode, the app doesn't complete the build process.
Any ideas?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mac.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden