[Wrf-users] Compiling WRFDA on Mac OS X 10.7.4

Crowell, Sean M. scrowell at ou.edu
Fri Aug 24 09:58:44 MDT 2012


I considered doing this after reading some C-programming forums, but I'm not much of a C programmer…  It certainly stopped giving that "int" error in the compilation, but still no executables in var/build/.




On Aug 24, 2012, at 10:48 AM, Dmitry N. Mikushin wrote:

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20120824/092d0fdf/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compile.out
Type: application/octet-stream
Size: 62038 bytes
Desc: compile.out
Url : http://mailman.ucar.edu/pipermail/wrf-users/attachments/20120824/092d0fdf/attachment-0001.obj 


More information about the Wrf-users mailing list