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: Vincent Coetzee <email@hidden>
- Date: Tue, 13 Apr 2004 10:35:33 +0200
Hi there
I have had similar problems with external makefiles. From what I have been able to deduce it seems that the parsing of the error messages by xcode depends on very orecise positioning of the ":" in the error message. I have a compiler, AspectJ to be precise that emits the error messages with a complete pathname to the offending file, xcode will not even parse out the line numbers in this case, it seems that it expects to find a local path to the file and not an absolute one. It would be nice if this were fixed !
Vincent
On Monday, April 12, 2004, at 08:18PM, Zachary Pincus <email@hidden> 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!
>
>
>Thanks,
>
>Zach Pincus
>
>Department of Biochemistry and Program in Biomedical Informatics
>Stanford University School of Medicine
>_______________________________________________
>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.
_______________________________________________
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.