Fix & Continue still broken?
Fix & Continue still broken?
- Subject: Fix & Continue still broken?
- From: Steve Mills <email@hidden>
- Date: Thu, 25 May 2006 14:14:58 -0500
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:
This email sent to email@hidden