- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I wanted to write an Xcode Fortran project with its own makefile. All well and good, I can compile my code and run it in Xcode. Except, when there is an error in a source file, the Intel error parser for Xcode doesn't seem to be invoked - that is when I double-click on an error in the "build" window it doesn't take me to that error in the source file. My makefile invokes ifort. Is there anyway of telling Xcode to use the intel error parser even though I'm calling ifort through an external makefile?
Thanks.
p.s. I'm using Intel Fortran Compiler 8.1 and Xcode 2.5 on Mac OS X 10.4.11
I wanted to write an Xcode Fortran project with its own makefile. All well and good, I can compile my code and run it in Xcode. Except, when there is an error in a source file, the Intel error parser for Xcode doesn't seem to be invoked - that is when I double-click on an error in the "build" window it doesn't take me to that error in the source file. My makefile invokes ifort. Is there anyway of telling Xcode to use the intel error parser even though I'm calling ifort through an external makefile?
Thanks.
p.s. I'm using Intel Fortran Compiler 8.1 and Xcode 2.5 on Mac OS X 10.4.11
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - msherl
p.s. I'm using Intel Fortran Compiler 8.1 and Xcode 2.5 on Mac OS X 10.4.11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - tim18
Did ifort 8.1 support Xcode? I must be getting old, don't remember things that far back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm not familiar with this build method you described. I will try some testing and will post again when I have more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I can see the described behavior (lack of highlights) now when building under Xcode when using the makefile. I do not know exactly what hinders Xcode from seeing the resulting compiler errors in the make output and highlighting them under the Xcode views. The error highlighting certainly works when not using the makefile and ifort 10.1 under Xcode (recall our earlier discussions here).
The Xcode error highlights also work fine with a makefile and gcc.
I will see if our Xcode integration developer can see anything else under hood that hinders this and update the thread when I have more. (Internal tracking id: DPD200119243)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page