Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix & Continue still broken?



The release note for Xcode 2.3 says "Fixed a bug that caused Fix & Continue to fail if distributed builds were enabled." However, it still fails whenever I make a change to a file, save, and use the Fix menu item. It compiles the file and links it correctly, but then I get this error:

"Error fixing TextBlock.cpp: Function '_ZNK7PortLib10CTextBlock16GetPreviousBlockEv' was changed from returning 'const PortLib::CTextBlock *' to 'class PortLib::CTextBlock *', which is not supported."

I did NOT change function it says was changed. It's declared as:

CTextBlock* GetPreviousBlock(void) const { return dynamic_cast<CTextBlock*>(m_previousContainer); }

Is this a problem with Fix or is it an actual error with this const method returning a non-const version of one of its member variables? Nothing complains about it when I do a normal build.

Steve Mills
Drummer, Mac geek
http://sjmills5.home.mchsi.com/


_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.