<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">I considered doing this after reading some C-programming forums, but I'm not much of a C programmer…&nbsp; It certainly stopped giving that &quot;int&quot; error in the compilation, but still no executables in var/build/.<br>
<br>
</div>
</span></font></div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText"><br>
<br>
<br>
On Aug 24, 2012, at 10:48 AM, Dmitry N. Mikushin wrote:<br>
<br>
&gt; Sean,<br>
&gt; <br>
&gt; Sorry, I was too fast with my conclusion and did not pay attention to<br>
&gt; <br>
&gt; void<br>
&gt; main( int argc, char *argv[], char *env[] )<br>
&gt; <br>
&gt; Please change void to int here in registry.c. Then with clang it<br>
&gt; should compile, even without &quot;return 0;&quot; in the end.<br>
&gt; <br>
&gt; - D.<br>
&gt; <br>
&gt; 2012/8/24 Crowell, Sean M. &lt;scrowell@ou.edu&gt;:<br>
&gt;&gt; Dmitry,<br>
&gt;&gt; <br>
&gt;&gt; I added this line at the end as you suggested, but the error message appears<br>
&gt;&gt; to be the same.&nbsp; I've included the output as you requested.&nbsp; When I checked<br>
&gt;&gt; what compiler &quot;cc&quot; is pointing to, the system says it's pointing to &quot;clang&quot;.<br>
&gt;&gt; <br>
&gt;&gt; Sean<br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; ======================================<br>
&gt;&gt; Sean Crowell<br>
&gt;&gt; Postdoctoral Research Associate<br>
&gt;&gt; College of Atmospheric and Geographic Sciences<br>
&gt;&gt; University of Oklahoma<br>
&gt;&gt; Office: NWC 5420<br>
&gt;&gt; Phone: (405)325-1089<br>
&gt;&gt; scrowell@ou.edu<br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; On Aug 24, 2012, at 10:13 AM, Dmitry N. Mikushin wrote:<br>
&gt;&gt; <br>
&gt;&gt; Hi Sean,<br>
&gt;&gt; <br>
&gt;&gt; In tools/registry.c try to add &quot;return 0;&quot; statement to the end of the<br>
&gt;&gt; main function:<br>
&gt;&gt; <br>
&gt;&gt;&nbsp; system( command ) ;<br>
&gt;&gt; <br>
&gt;&gt;&nbsp; return 0;<br>
&gt;&gt; }<br>
&gt;&gt; <br>
&gt;&gt; If more errors will occur, please post the new log here, as with<br>
&gt;&gt; registry successfully compiled the log might be a lot different.<br>
&gt;&gt; <br>
&gt;&gt; Btw, what is the name of that serious CC compiler? According to your<br>
&gt;&gt; log it forces C99. Why?<br>
&gt;&gt; <br>
&gt;&gt; - D.<br>
&gt;&gt; <br>
&gt;&gt; 2012/8/15 Crowell, Sean M. &lt;scrowell@ou.edu&gt;:<br>
&gt;&gt; <br>
&gt;&gt; I am attempting to compile Version 3.4 of WRFDA on my Mac Pro, and am<br>
&gt;&gt; <br>
&gt;&gt; running into difficulties.&nbsp; I emailed about compiling WRF once before, and<br>
&gt;&gt; <br>
&gt;&gt; was given a nice configure script that solved my problems.&nbsp; I'm guessing<br>
&gt;&gt; <br>
&gt;&gt; that it's a similar difficulty here, but I can't seem to figure out what's<br>
&gt;&gt; <br>
&gt;&gt; going wrong.&nbsp; I have included my configure.wrf file, which is identical to<br>
&gt;&gt; <br>
&gt;&gt; what I used to successfully compile WRF, as well as a compile.log file that<br>
&gt;&gt; <br>
&gt;&gt; has the output of the compile all_wrfvar step.<br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; Sean<br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; ======================================<br>
&gt;&gt; <br>
&gt;&gt; Sean Crowell<br>
&gt;&gt; <br>
&gt;&gt; Postdoctoral Research Associate<br>
&gt;&gt; <br>
&gt;&gt; College of Atmospheric and Geographic Sciences<br>
&gt;&gt; <br>
&gt;&gt; University of Oklahoma<br>
&gt;&gt; <br>
&gt;&gt; Office: NWC 5420<br>
&gt;&gt; <br>
&gt;&gt; Phone: (405)325-1089<br>
&gt;&gt; <br>
&gt;&gt; scrowell@ou.edu<br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; <br>
&gt;&gt; Wrf-users mailing list<br>
&gt;&gt; <br>
&gt;&gt; Wrf-users@ucar.edu<br>
&gt;&gt; <br>
&gt;&gt; <a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
&gt;&gt; <br>
&gt;&gt; <br>
&gt;&gt; <br>
<br>
</div>
</span></font></div>
</body>
</html>