• 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
Re: Link warning > 2000 and stop build
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Link warning > 2000 and stop build


  • Subject: Re: Link warning > 2000 and stop build
  • From: Kurt Stoll <email@hidden>
  • Date: Sun, 18 Nov 2007 12:50:50 -0800


I don't know for certain, but I suspect that there is no real "error" other than the fact that you have too many warnings. It is common for compilers - and I have seen the GCC compilers in particular do this - to increment an error counter for every error message it outputs. For example, outputting a summary error message increments the error count. In your case, I bet that simply going over 2000 (or 4000) warnings is considered an error. You can test this if you can find where the limit is being set - simply reduce the limit to 10 and see if you still get an error. Then, try setting the limit to be 2x your current limit. If my guess is correct, you will continue to see exactly one error.


Good luck,
Kurt Stoll


On Nov 18, 2007, at 12:25 PM, Michael Wu wrote:

Does Xcode 3.0 enforce a limit on link warning > 2000 to stop the build?

The build result:

(additional warning and errors suppressed)


How do I see that 1 error?

_______________________________________________
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


References: 
 >Link warning > 2000 and stop build (From: "Michael Wu" <email@hidden>)
 >Re: Link warning > 2000 and stop build (From: Mike Throckmorton <email@hidden>)
 >Re: Link warning > 2000 and stop build (From: "Michael Wu" <email@hidden>)

  • Prev by Date: Re: Link warning > 2000 and stop build
  • Next by Date: Re: Disable "poof" effect when removing breakpoints
  • Previous by thread: Re: Link warning > 2000 and stop build
  • Next by thread: Re: Link warning > 2000 and stop build
  • Index(es):
    • Date
    • Thread