• 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: Philip Lukidis <email@hidden>
  • Date: Thu, 8 Sep 2005 15:46:27 -0400

Sounds like a handy macro.  I'll try this, but right now I don't see how a
certain class is not getting recompiled.

Philip Lukidis

-----Original Message-----
From: Cameron Hayne [mailto:email@hidden]
Sent: Thursday, September 08, 2005 3:40 PM
To: Xcode Users
Cc: Philip Lukidis
Subject: Re: compiler bug??


Cameron Hayne wrote:
>> Moving the member to a different location would mean that only access
>> to those member variables after that location would be affected. I.e.
>> the offsets of earlier member variables would not be affected by the
>> presence of the ifdef'd variable.
>> Thus your experience is still consistent with Chris' theory. Check
>> again that all clients of the class are getting recompiled with the
>> correct #define's.

On 8-Sep-05, at 2:20 PM, Philip Lukidis wrote:
> You're right, apologies to Chris.  But I did try it earlier, with no
> success.  The symbol is being defined in the GCC settings of the
> project, so
> all source files should see it.  And I've done a full rebuild for this
> project (there are no other clients).
>
> I'm going to put more padding in various areas in the class to see if
> they've been stomped on.   Hopefully there is support in gdb for
> breaking on
> memory write...

You should add debugging statements to your class and to the clients
of the class to print out:
- sizeof(theObject)
- the offsets of some of the member variables
   (e.g. using the XtOffset macro from /usr/include/httpd/ap_config.h
or the equivalent)
This will at least show you which files aren't getting recompiled! :)

--
Cameron Hayne
email@hidden

 _______________________________________________
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

  • Prev by Date: More on disabling warnings
  • Next by Date: Deleting images from nib
  • Previous by thread: Re: compiler bug??
  • Next by thread: RE: compiler bug??
  • Index(es):
    • Date
    • Thread