I have get file XDRFLOAT.C for DEC Alpha OpenVMS AXP, from Doug Greig
(get it by mosaic at unidata.ucar.edu}
Compilation give me error:
%CC-E-PARMTYPLIST, Ill-formed parameter type list.
at line number 253 in file XDRFLOAT.C
Question: Everyone success for compile netCDF on OpenVMS AXP?
Gilles Ratel
Quebec, Canada
Email: ratel@xxxxxxxxxxxxxxxxxxxxxxxxxx
===============================================================================
XDRFLOAT.LIS DEC C V4.0-000
===============================================================================
{....}
6 /*
7 * xdr_float.c, Generic XDR routines impelmentation.
8 *
9 * Copyright (C) 1984, Sun Microsystems, Inc.
{....}
16 #include <stdio.h>
{....}
I1 219 #ifdef __UNIX_PUTC
I1X 220
{....}
I1X 251 return decc$fputc(__c,__p2);
HERE!I1X 252 if ( !((__p)->_flag & 0x40) &
---->I1X 253 ((int)((__p)->_ptr) != (int) *(((int *) (__p)) + 6)) &
I1X 254 !(*(((unsigned char *)(__p))+14) & 0x10 ))
{....}
===============================================================================