gcc error paths in Organizer make builds
gcc error paths in Organizer make builds
- Subject: gcc error paths in Organizer make builds
- From: Fritz Anderson <email@hidden>
- Date: Thu, 8 Oct 2009 10:54:03 -0500
I seem to recall in 3.0 that if you used the Organizer as an IDE for
makefile-based project, and gcc issued errors (or warnings), you could
click on an error in the Build Results window, and see the problem
line in the editor pane. I may be wrong, but that's what I remember.
Under 3.2, this no longer happens. I _think_ I see the problem: The
make is recursive, gcc is invoked on a source path relative to the
working directory, the error messages have no leading path
information, and Xcode isn't comfortable guessing the path from just
the file name.
Is there a way to get the behavior I remember? Is there a default I
can set, or a gcc flag, or a customary make variable, that will put
usable paths into the error messages?
I'm aware of external-build-system targets, but I'd like to solve the
Organizer case.
— F
_______________________________________________
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