[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


NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.