Kyle Sluder wrote:

One of the following has happened:


Variations:

4. The build configuration that worked last week (e.g. Debug) isn't the one that's being compiled today (e.g. Release), and there are differences in something specific to the config, such as lib search paths, include paths, etc. that have gone unnoticed yet broken until now.

5. There is/was a subtle change in how something is/was named, e.g.
> (In red)                "_TLTableBgColorKey", referenced from:
> (in grey)                       _TLTableBGColorKey$non_lazy_ptr

Note spelling is "BgColor" in red case, "BGColor" in grey case.

6. There was some change to a header that didn't get picked up in a rebuild. Build clean and see if anything changes.


And the top hit from googling "non_lazy_ptr":

http://stackoverflow.com/questions/79054/osx-10-5-leopard-symbol- mangling-with-nonlazyptr

 -- GG

_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to