• 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
Fix & Continue still broken?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Prev by Date: Re: Debugging with Xcode 2.3 crashes gdb.
  • Next by Date: Re: Xcode 2.3 initial impressions
  • Previous by thread: Re: Debugging with Xcode 2.3 crashes gdb.
  • Next by thread: App, frameworks, and plugins
  • Index(es):
    • Date
    • Thread