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.
Christian, It appears that your $NAWIPS environmental variable is still pointing to /io/gempak/nawips instead of your new /io/gempak/GEMPAK5.6.F/ tree (see the -I flag on the compilation line you provided, where the other- presumably old location- is still appearing). If you have defined NAWIPS in your Gemenviron file correctly as /io/gempak/GEMPAK5.6.F/, then make sure you have sourced that Gemenviron before attempting to build your distribution (run "make distclean" to do a complete clean of your build including removing any files in $GEMLIB first). What is happening is that the header files in the old tree are being found rather than the header files in the 5.6.F distribution, and therefore are missing changes that have taken place between your current distribution and the 5.6.F distribution. Steve Chiswell Unidata User Support >From: =?ISO-8859-1?Q?Christian_Pag=E9?= <address@hidden> >Organization: UCAR/Unidata >Keywords: 200208161146.g7GBk5K05169 > >--Apple-Mail-1--348633880 >Content-Transfer-Encoding: quoted-printable >Content-Type: text/plain; > charset=ISO-8859-1; > format=flowed > >Hi, > >I have a problem compiling GEMPAK 5.6.F on IRIX. I get the problem only=20= > >when doing the make install. >I tried to compile cvgdump.c directly in the=20 >/io/gempak/GEMPAK5.6.F/gempak/source/cgemlib/cvg/ bu I got the same=20 >error. Looking into the includes, I couldn't find any cn_fips structure=20= > >elements in the include files or in the C source file. > >installing in /io/gempak/GEMPAK5.6.F/gempak/source/appl >installing in /io/gempak/GEMPAK5.6.F/gempak/source/syslib >installing in /io/gempak/GEMPAK5.6.F/gempak/source/device >installing in /io/gempak/GEMPAK5.6.F/gempak/source/gemlib >installing in /io/gempak/GEMPAK5.6.F/gempak/source/cgemlib > cc -O2 -DUNDERSCORE -DIRIX -o32=20 >-I/io/gempak/nawips/gempak/include -O2 -c cvgdump.c >cfe: Error: cvgdump.c, line 288: 'cn_fips' undefined; reoccurrences will=20= > >not be reported. > clo_findnum ( "COUNTY", el.elem.wbx.info.cn_fips[ii], > ----------------------------------------^ >cfe: Error: cvgdump.c, line 288: member of structure or union required > clo_findnum ( "COUNTY", el.elem.wbx.info.cn_fips[ii], > -----------------------------------------^ >cfe: Error: cvgdump.c, line 293: member of structure or union required > el.elem.wbx.info.cn_fips[ii], > -----------------^ >*** Error code 1 (bu21) >*** Error code 1 (bu21) >*** Error code 1 (bu21) >*** Error code 1 (bu21) >*** Error code 1 (bu21) > > >Christian Pag=E9 >UQAM > >--Apple-Mail-1--348633880 >Content-Transfer-Encoding: quoted-printable >Content-Type: text/enriched; > charset=ISO-8859-1 > ><fixed><fontfamily><param>Courier New</param>Hi, > > >I have a problem compiling GEMPAK 5.6.F on IRIX. I get the problem >only when doing the make install. > >I tried to compile cvgdump.c directly in the >/io/gempak/GEMPAK5.6.F/gempak/source/cgemlib/cvg/ bu I got the same >error. Looking into the includes, I couldn't find any cn_fips >structure elements in the include files or in the C source file. > >=20 > >installing in /io/gempak/GEMPAK5.6.F/gempak/source/appl > >installing in /io/gempak/GEMPAK5.6.F/gempak/source/syslib > >installing in /io/gempak/GEMPAK5.6.F/gempak/source/device > >installing in /io/gempak/GEMPAK5.6.F/gempak/source/gemlib > >installing in /io/gempak/GEMPAK5.6.F/gempak/source/cgemlib > > cc -O2 -DUNDERSCORE -DIRIX -o32 >-I/io/gempak/nawips/gempak/include -O2 -c cvgdump.c > >cfe: Error: cvgdump.c, line 288: 'cn_fips' undefined; reoccurrences >will not be reported. > > clo_findnum ( "COUNTY", el.elem.wbx.info.cn_fips[ii], > > ----------------------------------------^ > >cfe: Error: cvgdump.c, line 288: member of structure or union required > > clo_findnum ( "COUNTY", el.elem.wbx.info.cn_fips[ii], > > -----------------------------------------^ > >cfe: Error: cvgdump.c, line 293: member of structure or union required > > el.elem.wbx.info.cn_fips[ii],=20 > > -----------------^ > >*** Error code 1 (bu21) > >*** Error code 1 (bu21) > >*** Error code 1 (bu21) > >*** Error code 1 (bu21) > >*** Error code 1 (bu21) > > > >Christian Pag=E9 > >UQAM > ></fontfamily></fixed>= > >--Apple-Mail-1--348633880-- >