• 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
Re: compiler bug??
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiler bug??


  • Subject: Re: compiler bug??
  • From: Chris Espinosa <email@hidden>
  • Date: Thu, 8 Sep 2005 08:03:20 -0700


On Sep 8, 2005, at 6:21 AM, Philip Lukidis wrote:

problems. When I moved the entire #ifdef #endif block to another location
within the class, I had no problems. But when I placed the #ifdef #endif
block right under the public keyword, all hell broke loose.

This implies that there is some client of the public interface of class that isn't getting recompiled and re-linked when you change the class' formal definition. It's then using invalid offsets into the class at runtime, and "all hell" would indeed break loose.


Make sure that any libraries you link with that might have been compiled against your public interface are recompiled.

Chris

_______________________________________________
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


References: 
 >compiler bug?? (From: Philip Lukidis <email@hidden>)

  • Prev by Date: Re: Scrolling in Xcode 2.1
  • Next by Date: Re: Xcode Rules
  • Previous by thread: Re: compiler bug??
  • Next by thread: Re: compiler bug??
  • Index(es):
    • Date
    • Thread