Re: compiler bug??
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