Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29285 Discussions

Intel Error Parser in Xcode when using external makefile?

msherl
Beginner
727 Views
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
0 Kudos
4 Replies
TimP
Honored Contributor III
727 Views
Quoting - msherl

p.s. I'm using Intel Fortran Compiler 8.1 and Xcode 2.5 on Mac OS X 10.4.11
Did ifort 8.1 support Xcode? I must be getting old, don't remember things that far back.
0 Kudos
msherl
Beginner
727 Views
Quoting - tim18
Did ifort 8.1 support Xcode? I must be getting old, don't remember things that far back.
Sorry I meant 10.1 !
0 Kudos
Kevin_D_Intel
Employee
727 Views

I'm not familiar with this build method you described. I will try some testing and will post again when I have more information.
0 Kudos
Kevin_D_Intel
Employee
727 Views

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)
0 Kudos
Reply