This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
I will put the fix into github. In the meantime, you can fix this by editing the file oc2/ocinternal.c. Change these two lines (about line 43): static int ocextractddsinmemory(OCstate*,OCtree*,int); static int ocextractddsinfile(OCstate*,OCtree*,int); to these two lines. static OCerror ocextractddsinmemory(OCstate*,OCtree*,int); static OCerror ocextractddsinfile(OCstate*,OCtree*,int); That should fix the error you report. =Dennis Heimbigner Unidata Ticket Details =================== Ticket ID: TXX-867549 Department: Support netCDF Priority: Normal Status: Closed