Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

netCDF 2.4 beta1

I found that installation of this release on an ibm aix 4.1.3 system
failed to create ncgen because STREQ was undefined in ncgentab.c
This, in turn, is created from ncgen.y. I just added

#define STREQ(a, b)     (*(a) == *(b) && strcmp((a), (b)) == 0)

to the start of ncgen.h and then all compiled fine. Perhaps someone can
explain how this definition is supposed to get resolved.


 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690