Re: Any one interested in my new framework from GSL?
Re: Any one interested in my new framework from GSL?
- Subject: Re: Any one interested in my new framework from GSL?
- From: Alastair Houghton <email@hidden>
- Date: Thu, 4 Oct 2007 11:54:47 +0100
On 3 Oct 2007, at 16:18, Cloud. Student wrote:
I came across a very odd problem, that is, this framework works
very well on Tiger. However, it doesn't work at all on Leopard.
1.I am using Leopard 9a557, when I opened a template , I find what
is different from Leopard is the main.c file is removed. It seems
that when compiling the framework, the image needed by the
framework doesn't exist. so you can't use the framework to link
anything (at least to me).
2.When using tiger and xcode 2.4.1, I found everything run
smoothly. I used the same framework and project to compile them on
Leopard, then the xcode 3.0 prompted me that the function couldn't
set up link to the library, Finally I found it was caused by
instructions(powerPC and x86). However, I am really new to this
platform , so I have no idea how to solve it.
Until Leopard is released, you can't talk about it in public (aside
from things that are already public knowledge---for instance, the
material Apple has published on its website).
If you had similar symptoms on Tiger, I'd advise you to ask about
them on the *Xcode* mailing list, because they aren't anything to do
with Cocoa. I'd also advise you to check how your build is set up...
typical Open Source builds rely on software like autoconf that tries
to find out about the target system by compiling test programs...
that won't work so well with the architecture setting in Xcode,
because Xcode will be building for two different architectures at the
same time; as a result, you may need to conditionalise some of the
things in your "config.h", or set your project up to run "configure"
more than once.
You might find
<http://developer.apple.com/opensource/
buildingopensourceuniversal.html>
informative.
If you have a problem with Leopard that you think shouldn't be
happening, you can always file a bug report, or send an e-mail to DTS
asking for help. (<http://bugreport.apple.com> and <http://
developer.apple.com/technicalsupport/> respectively.)
Kind regards,
Alastair.
--
http://alastairs-place.net
_______________________________________________
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