Can't see source code for errors and warnings with external build target
Can't see source code for errors and warnings with external build target
- Subject: Can't see source code for errors and warnings with external build target
- From: Jerry <email@hidden>
- Date: Wed, 26 Mar 2008 18:23:43 +0000
We're using SCons to build a project, and have an external build
target to build from within Xcode. This works fine except that when g+
+ gives an error, clicking on the red error message in the Build
Results window doesn't show the source code. The folder structure is
like this:
A/
foo.xcodeproj
B/
C/
foo.cpp
The project root is "A". When an error occurs in foo.cpp, the error
message starts: "B/C/foo.cpp:xx: blah blah", i.e. the path is relative
to /A, which is th project location and root. I've used fs_usage to
try and see what Xcode is looking for and the only thing it does an
lstat on is /A/B/C/foo.cpp, which is the correct path, so why doesn't
it display the source code?
Any ideas?
Jerry
_______________________________________________
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