Re: 10.4u SDK bad?
Re: 10.4u SDK bad?
- Subject: Re: 10.4u SDK bad?
- From: Tomas Zahradnicky <email@hidden>
- Date: Mon, 15 May 2006 00:18:28 +0200
At 15:06 -0700 5/14/06, Syd Polk wrote:
On May 14, 2006, at 2:56 PM, Tomas Zahradnicky wrote:
What are you building? If you are building a kernel extension, you
need to download and use the 10.4 sdk instead of the 10.4u.sdk to
build the PowerPC side. It's available from the ADC site, or on
the Xcode 2.0 disk that shipped with Tiger.
I'm building a bundle that is used as a plug-in for a 3rd party
app. The weirdest thing is that it works with 10.4 SDK but not with
10.4u SDK :-(
Is the bundle in C++? Does it export C++ API? If so, and if the 3rd
party app was linked on a 10.4.0 system, that might explain the
problem, as anytime there is C++ API, all parties should compile
with the same compiler and link libraries or things like this might
occur.
The bundle uses C++ but does not export any C++ symbol, just one C symbol.
The app was linked on an older system with CodeWarrior and I'm
building with Xcode. This should not do any problems as long as I
don't throw exceptions, though the exception handling must be enabled.
I'll try to diff the binaries tomorrow (too late now).
Cheers,
Tomas
--
# Ing. Tomas Zahradnicky, Jr.
# The Czech Technical University
# Dept of Computer Science, FEE-CTU Prague
_______________________________________________
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