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:
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.
_______________________________________________
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