NSF Unidata

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

20010516: Compiling NASA's One-Source netCDF v 3.4 on Alpha VMS

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.



Detlef,

I'm afraid that we don't have the time and equipment resources needed to
support NASA's "one-source" distribution of netCDF 3.4.  I suggest that
you contact the author(s) of that package.

Also, VMS is not a supported platform for our netCDF package (we don't
have a VMS system and don't want one).  You might try the netCDF
mailing-list <address@hidden> to find someone who's
successfully built the latest netCDF package under VMS.

I'm sorry I couldn't be of more help.

Regards,
Steve Emmerson   <http://www.unidata.ucar.edu>

>Date: Wed, 16 May 2001 09:57:34 -0600
>From: Unidata Support <address@hidden>
>Organization: UCAR/Unidata
>To: address@hidden
>Subject: 20010516: Compiling netCDF v 3.4 on Alpha VMS
>Keywords: 200105161557.f4GFvYp11240
> 
> ------- Forwarded Message
> 
> >To: address@hidden
> >From: Detlef Krack <address@hidden>
> >Subject: Compiling netCDF v 3.4 on Alpha VMS
> >Organization: UCAR/Unidata
> >Keywords: 200105160904.f4G94Bp27822
> 
> Hi,
> after building the netCDF v2.4.3 library from source on DEC Alpha with OVMS
> and getting perfect results, I am trying to build netCDF v3.4 . I used the
> NASA distribution (described in mail from 6 March 2001), because it
> included preconfigured files for OVMS. Linking this package generate the
> following error messages:
> 
> 
>     typedef __ssize_t ssize_t;
> ......................^
> %CC-E-TYPECONFLICT, In this declaration, "typedef" cannot be combined with
> "int".
> at line number 115 in module TYPES of text library
> SYS$COMMON:[SYSLIB]DECC$RTLDEF.TLB;2
> 
>         typedef u_char   uchar;   /*  For System III & V portability  */
> .........................^
> %CC-E-TYPECONFLICT, In this declaration, "typedef" cannot be combined with
> "unsigned".
> at line number 225 in module TYPES of text library
> SYS$COMMON:[SYSLIB]DECC$RTLDEF.TLB;2
> 
>         typedef u_char   uchar;   /*  For System III & V portability  */
> .........................^
> %CC-E-TYPECONFLICT, In this declaration, "typedef" cannot be combined with
> "char".
> at line number 225 in module TYPES of text library
> SYS$COMMON:[SYSLIB]DECC$RTLDEF.TLB;2
> 
>         ret = SYS$GETMSG(status, &msglen, &message, 15, 0);
> ..............^
> %CC-I-IMPLICITFUNC, In this statement, the identifier "SYS$GETMSG" is
> implicitly declared as a function.
> at line number 15827 in file
> DKA300:[KRACK.NETCDF-3-4-NASA.SRC.LIBSRC]NETCDF.C;1
> 
> 
> The package was linked using the instructions contained in the README file
> and the used compiler was 
> Compaq C V6.2-008 on OpenVMS Alpha V7.2 .
> Any suggestions to solve that problem?
> 
> Best  regards
> --------------------------------------------------------------------------
> Detlef Krack                     Head  Computer and Data Systems
> 
> Deutsch Niederlaendische Windkanaele    Phone: +31 - 527 - 248530
> Duits-Nederlandse Windtunnels               Fax:          +31 - 527 - 248582
> German-Dutch Windtunnels                     E-mail:          address@hidden
> ---------------------------------------------------------------------------
> 
> 
> ------- End of Forwarded Message