Re: Getting build error reporting working with external targets?
Re: Getting build error reporting working with external targets?
- Subject: Re: Getting build error reporting working with external targets?
- From: David Ewing <email@hidden>
- Date: Mon, 12 Apr 2004 16:02:09 -0600
This is a known limitation. It's on our list.
Dave
On Apr 12, 2004, at 12:18 PM, Zachary Pincus wrote:
Hello, and sorry for a total newb question, but I've searched the
archive and not been able to find anything relating to this issue:
I'm using XCode with external makefiles (generated by the excellent
cmake, for any of you cmake aficionados), and everything works really
well so far, *except* that the build error reporting isn't as slick as
it could be.
Specifically, build errors only seem to show up in the "build" window,
and do not populate the project's "Errors and Warnings" smart group.
Nor do individual offending files get badged with the "error" or
"warning" glyph in the project list view.
In the "build" window, I can double-click on an error, and zoom to the
file in question, so it's not like XCode can't parse the error for
some reason. It appears that XCode just doesn't realize that the
errors it's seeing relate to the files already in the project.
Perhaps this has to do with the fact that I can't seem to add any
files as dependencies to the "GNU Make" target I've got?
I know this is a bit of a whiny question, since the basic
functionality is there and I'm just asking for the icing, but I want
to make sure that I've gotten everything configured properly, so that
I won't have other problems down the road.
If anyone has any experience with this, please let me know!
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.