<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<pre wrap=""><div class="moz-txt-sig">Bill,

Well, Xcode certainly supports Fortran well enough with the Intel 10.1 preview compiler to successfully build and install software using Xcode, so I'm not sure what you mean by "doesn't support Fortran" unless it's dependency stuff.  So if the Intel fortran compiler works (and I have an existence proof that it does), is it a simple matter of hacking the Xcode generator to "know" about the fortran language extensions and get the lastKnownSourceFile right?  Presumably you would have to look at the source file properties as well to see if it is explicitly fortran.

There are some debugging issues, but from what I've heard from Intel they plan to continue to work toward better Xcode integration, so...

Best,

Dick Munroe

Michael Jackson wrote:
</div></pre>
<blockquote type="cite">
  <pre wrap=""><span class="moz-txt-citetags">&gt; </span>I can not comment on the Xcode stuff BUT have you tried to build your 
<span class="moz-txt-citetags">&gt; </span>application using plain makefiles. I know it isn't as nice as an IDE BUT 
<span class="moz-txt-citetags">&gt; </span>if it works with Makefiles then the problem is definitely one with Xcode 
<span class="moz-txt-citetags">&gt; </span>project generation and not CMake in general.
<span class="moz-txt-citetags">&gt; </span>
<span class="moz-txt-citetags">&gt; </span>Also, if you are not tied to Xcode AND makefiles will work for your 
<span class="moz-txt-citetags">&gt; </span>needs then you can use Eclipse CDT instead of Xcode as an IDE. There is 
<span class="moz-txt-citetags">&gt; </span>a CMake Wiki Entry for setting this up. Just presenting options.
<span class="moz-txt-citetags">&gt; </span>
<span class="moz-txt-citetags">&gt; </span>
  </pre>
</blockquote>
<pre wrap=""><!---->
Xcode does not support fortran.  There is some add-on that is not
supported by Apple, but it does not like the cmake generated Xcode files
for some reason.   If Xcode had real support for Fortran, CMake could be
made to work with it.

-Bill</pre>
</body>
</html>