[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDF #TXX-867549]: netcdf (4.3.1.1) :error while compiling with xlc

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.


  • Subject: [netCDF #TXX-867549]: netcdf (4.3.1.1) :error while compiling with xlc
  • Date: Tue, 06 May 2014 12:52:46 -0600

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