[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



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