• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
__setjmp linking error in Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

__setjmp linking error in Leopard


  • Subject: __setjmp linking error in Leopard
  • From: Steve Cronin <email@hidden>
  • Date: Wed, 19 Mar 2008 19:53:16 -0500

Folks;

I'm trying to build a test case for a DTS support incident regarding an issue I posted earlier concerning CoreData in Leopard.
I have an existing app which compiles without inicident on both Tiger & Leopard.


To build the DTS test project, in Leopard I added the data model and several supporingt classes from this existing app, as well as the AppDelegate.
I stripped out all the unnecessary code.
I confirmed that all the build settings are identical.
I did not write a single line of new code.
I have the enable ObjC exceptions option turned ON.


When I compile on Leopard I get:
"__setjmp", referenced from:
+[XYZBase allActiveInContext:] in XYZBase.o
+[XYZXBase allActiveInContext:] in XYZBase.o
+[XYZManagedObject allInContext:] in XYZManagedObject.o
+[XYZManagedObject allInContext:] in XYZManagedObject.o
-[AppDelegate(PrivateUtilities) setupDefaultSQLLiteStore] in AppDelegate.o
-[AppDelegate(PrivateUtilities) setupDefaultSQLLiteStore] in AppDelegate.o
+[Owner loadOwnerInContext:] in Owner.o
+[Owner loadOwnerInContext:] in Owner.o
+[DataImporter importSupportDataInContext:] in DataImporter.o
+[DataImporter importSupportDataInContext:] in DataImporter.o
ld: symbol(s) not found
collect2: ld returned 1 exit status


Build failed (1 error)

All of the cited classes contain @try - @catch blocks. Is there another compiler setting I an not aware of?

When I compile on Tiger: life is good! No warnings, no errors, runs flawlessly...
Identical compiler settings!


Man I had no idea how much grief I was going to run into just to get running on Leopard!!!
I haven't even execised the bulk of the code.... I'm just trying to get out of -init!


Thanks for any thoughts on this compiler matter!
Steve
_______________________________________________

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


  • Prev by Date: Re: Where's the buffer overrun?
  • Next by Date: Perform Selector After Delay Secondary Window
  • Previous by thread: Re: Synchronous Ruby calls from Safari?
  • Next by thread: Perform Selector After Delay Secondary Window
  • Index(es):
    • Date
    • Thread