[Met_help] [rt.rap.ucar.edu #50841] History for MET V3.0.1 Compile issue

Paul Oldenburg via RT met_help at ucar.edu
Thu Oct 20 15:40:10 MDT 2011


----------------------------------------------------------------
  Initial Request
----------------------------------------------------------------

This is the error I am getting. I tried changing the C++ compiler from c++ to g++ but it did not change the errors. I am compiling on a Linux system with new installs of the BUFRLIB, gsl, netcdf and f2c libraries.

ar: creating libvx_wrfmode.a
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cctype:70: error: ⁁::isalnum⁁ has not been declared
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cctype:71: error: ⁁::isalpha⁁ has not been declared
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cctype:72: error: ⁁::iscntrl⁁ has not been declared
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cctype:73: error: ⁁::isdigit⁁ has not been declared
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cctype:74: error: ⁁::isgraph⁁ has not been declared
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cctype:75: error: ⁁::islower⁁ has not been declared
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cctype:76: error: ⁁::isprint⁁ has not been declared
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cctype:77: error: ⁁::ispunct⁁ has not been declared
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cctype:78: error: ⁁::isspace⁁ has not been declared
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cctype:79: error: ⁁::isupper⁁ has not been declared
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cctype:80: error: ⁁::isxdigit⁁ has not been declared
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cctype:81: error: ⁁::tolower⁁ has not been declared
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/cctype:82: error: ⁁::toupper⁁ has not been declared
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:51: error: ⁁_ISupperâ
 was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:52: error: ⁁_ISlowerâ
 was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:53: error: ⁁_ISalphaâ
 was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:54: error: ⁁_ISdigitâ
 was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:55: error: ⁁_ISxdigitâ
 was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:56: error: ⁁_ISspaceâ
 was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:57: error: ⁁_ISprintâ
 was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:58: error: ⁁_ISalphaâ
 was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:58: error: ⁁_ISdigitâ
 was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:58: error: ⁁_ISpunctâ
 was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:59: error: ⁁_IScntrlâ
 was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:60: error: ⁁_ISpunctâ
 was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:61: error: ⁁_ISalphaâ
 was not declared in this scope
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-linux/bits/ctype_base.h:61: error: ⁁_ISdigitâ
 was not declared in this scope
make[3]: *** [pb2nc] Error 1
make[2]: *** [all] Error 2
make[1]: *** [targets] Error 2
make: *** [all] Error 2

//SIGNED//

Mickey Mitani,  DAF Civilian
HQ AFWA, 2WXG, 16WS/WXN
101 Nelson Drive
Offutt AFB, NE 68113-1023
DSN 271-3533 COMM 402-294-3533



----------------------------------------------------------------
  Complete Ticket History
----------------------------------------------------------------

Subject: MET V3.0.1 Compile issue
From: Paul Oldenburg
Time: Thu Oct 20 13:57:58 2011

Mickey,

This is a known problem with 64-bit linux environments.  See the
met_help email thread here:

http://mailman.ucar.edu/pipermail/met_help/2010-April/001250.html

I attached the Makefile that is mentioned in the body of this ticket.
In the future, for build issues, please send us
your Makefile and also your make log, which you can generated by
doing:

$ make clean
$ make > make.log

If you have any questions please let us know.

Thanks,

Paul


On 10/20/2011 12:57 PM, mickey.mitani.ctr at offutt.af.mil via RT wrote:
>
> Thu Oct 20 12:57:40 2011: Request 50841 was acted upon.
> Transaction: Ticket created by mickey.mitani.ctr at offutt.af.mil
>        Queue: met_help
>      Subject: MET V3.0.1 Compile issue
>        Owner: Nobody
>   Requestors: mickey.mitani.ctr at offutt.af.mil
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=50841 >
>
>
> This is the error I am getting. I tried changing the C++ compiler
from c++ to g++ but it did not change the errors. I am compiling on a
Linux system with new installs of the BUFRLIB, gsl, netcdf and f2c
libraries.
>
> ar: creating libvx_wrfmode.a
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/cctype:70: error:
⁁::isalnum⁁ has not been declared
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/cctype:71: error:
⁁::isalpha⁁ has not been declared
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/cctype:72: error:
⁁::iscntrl⁁ has not been declared
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/cctype:73: error:
⁁::isdigit⁁ has not been declared
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/cctype:74: error:
⁁::isgraph⁁ has not been declared
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/cctype:75: error:
⁁::islower⁁ has not been declared
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/cctype:76: error:
⁁::isprint⁁ has not been declared
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/cctype:77: error:
⁁::ispunct⁁ has not been declared
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/cctype:78: error:
⁁::isspace⁁ has not been declared
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/cctype:79: error:
⁁::isupper⁁ has not been declared
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/cctype:80: error:
⁁::isxdigit⁁ has not been declared
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/cctype:81: error:
⁁::tolower⁁ has not been declared
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/cctype:82: error:
⁁::toupper⁁ has not been declared
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:51: error: ⁁_ISupperâ
>  was not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:52: error: ⁁_ISlowerâ
>  was not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:53: error: ⁁_ISalphaâ
>  was not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:54: error: ⁁_ISdigitâ
>  was not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:55: error: ⁁_ISxdigitâ
>  was not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:56: error: ⁁_ISspaceâ
>  was not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:57: error: ⁁_ISprintâ
>  was not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:58: error: ⁁_ISalphaâ
>  was not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:58: error: ⁁_ISdigitâ
>  was not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:58: error: ⁁_ISpunctâ
>  was not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:59: error: ⁁_IScntrlâ
>  was not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:60: error: ⁁_ISpunctâ
>  was not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:61: error: ⁁_ISalphaâ
>  was not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x86_64-redhat-
linux/bits/ctype_base.h:61: error: ⁁_ISdigitâ
>  was not declared in this scope
> make[3]: *** [pb2nc] Error 1
> make[2]: *** [all] Error 2
> make[1]: *** [targets] Error 2
> make: *** [all] Error 2
>
> //SIGNED//
>
> Mickey Mitani,  DAF Civilian
> HQ AFWA, 2WXG, 16WS/WXN
> 101 Nelson Drive
> Offutt AFB, NE 68113-1023
> DSN 271-3533 COMM 402-294-3533
>


------------------------------------------------
Subject: MET V3.0.1 Compile issue
From: Paul Oldenburg
Time: Thu Oct 20 13:57:58 2011

# *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
# ** Copyright UCAR (c) 1992 - 2005
# ** University Corporation for Atmospheric Research(UCAR)
# ** National Center for Atmospheric Research(NCAR)
# ** Research Applications Lab (RAL)
# ** P.O.Box 3000, Boulder, Colorado, 80307-3000, USA
# *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

###############################################################################
#
# Makefile for the Model Evaluation Tools Project
# for use with the GNU Compilers
#
###############################################################################

###############################################################################
#
# Begin Variables to be modified before building
#
###############################################################################

# Path to GNU Make command
MAKE         = /usr/bin/make

# Architecture flags
ARCH_FLAGS   = -DBLOCK4

# Path to the C++ Compiler
# C++ compiler flags
# Any additional required libraries
CXX          = /usr/bin/g++
CXX_FLAGS    = -Wall -Wshadow -static -g # -m32
CXX_LIBS     =

# Path to the Fortran Compiler
# Fortran compiler flags
# Any additional required libraries
FC           = /usr/bin/gfortran
FC_FLAGS     = -Wall -Wshadow -static -ff2c -g # -m32
FC_LIBS      = -lgfortran

# Make print options
PRINT_OPTS   = --no-print-directory

# Top level directory for the NetCDF library
# NetCDF include directory specified as: -I/your/include/path
# NetCDF library directory specified as: -L/your/library/path
NETCDF_BASE  =
/d1/johnhg/MET/MET_releases/external_libs/netcdf/netcdf-3.6.3
NETCDF_INCS  = -I$(NETCDF_BASE)/include
NETCDF_LIBS  = -L$(NETCDF_BASE)/lib

# Top level directory for BUFRLIB
# BUFRLIB include directory specified as: -I/your/include/path
# BUFRLIB library directory specified as: -L/your/library/path
BUFR_BASE    = /d1/johnhg/MET/MET_releases/external_libs/bufrlib
BUFR_INCS    = -I$(BUFR_BASE)
BUFR_LIBS    = -L$(BUFR_BASE)

# Top level directory for the GNU Scientific Library (GSL) if it's not
# installed in a standard location.
# GSL include directory specified as: -I/your/include/path
# GSL library directory specified as: -L/your/library/path
GSL_BASE     = /d1/johnhg/MET/MET_releases/external_libs/gsl/gsl-1.12
GSL_INCS     = -I$(GSL_BASE)/include
GSL_LIBS     = -L$(GSL_BASE)/lib

# Top level directory for the F2C or G2C Library if it's not installed
in a
# standard location.
# F2C include directory specified as: -I/your/include/path
# F2C library directory containing libf2c.a or libg2c.a and specified
as:
# -L/your/library/path
# Name of the library to be used: -lf2c or -lg2c
F2C_BASE     =
F2C_INCS     =
F2C_LIBS     =
F2C_LIBNAME  =

# Optional flags to disable the compilation of MET tools
# Specify a non-zero value to disable the compilation of the tool
DISABLE_PCP_COMBINE   = 0
DISABLE_GEN_POLY_MASK = 0
DISABLE_MODE          = 0
DISABLE_GRID_STAT     = 0
DISABLE_PB2NC         = 0
DISABLE_ASCII2NC      = 0
DISABLE_POINT_STAT    = 0
DISABLE_WAVELET_STAT  = 0
DISABLE_STAT_ANALYSIS = 0
DISABLE_MODE_ANALYSIS = 0

###############################################################################
#
# End Variables to be modified before building
#
###############################################################################

###############################################################################
#
# Export variables to be used by submakes
#
###############################################################################

export MAKE
export ARCH_FLAGS

export CXX
export CXX_FLAGS
export CXX_LIBS

export FC
export FC_FLAGS
export FC_LIBS

export NETCDF_INCS
export NETCDF_LIBS

export BUFR_INCS
export BUFR_LIBS

export GSL_INCS
export GSL_LIBS

export F2C_INCS
export F2C_LIBS
export F2C_LIBNAME

# Top level directory for the MET build
MET_BASE     = ${PWD}

export MET_BASE

###############################################################################
#
# End export variables to be used by submakes
#
###############################################################################

FAKES		= all clean libs targets

LIB_DIR		= lib

INC_DIR		= lib

SRC_DIR		= src

OUT_DIR		= out

VX_AFM		= $(LIB_DIR)/vx_afm
VX_ANALYSIS_UTIL= $(LIB_DIR)/vx_analysis_util
VX_CAL		= $(LIB_DIR)/vx_cal
VX_COLOR	= $(LIB_DIR)/vx_color
VX_CONTABLE	= $(LIB_DIR)/vx_contable
VX_DATA_GRIDS	= $(LIB_DIR)/vx_data_grids
VX_ECONFIG	= $(LIB_DIR)/vx_econfig
VX_GNOMON	= $(LIB_DIR)/vx_gnomon
VX_GRIB_CLASSES	= $(LIB_DIR)/vx_grib_classes
VX_GSL_PROB	= $(LIB_DIR)/vx_gsl_prob
VX_MATH		= $(LIB_DIR)/vx_math
VX_MET_UTIL	= $(LIB_DIR)/vx_met_util
VX_NAV		= $(LIB_DIR)/vx_nav
VX_PLOT_UTIL	= $(LIB_DIR)/vx_plot_util
VX_PS		= $(LIB_DIR)/vx_ps
VX_PXM		= $(LIB_DIR)/vx_pxm
VX_RENDER	= $(LIB_DIR)/vx_render
VX_UTIL		= $(LIB_DIR)/vx_util
VX_PB_UTIL	= $(LIB_DIR)/vx_pb_util
VX_WRFDATA	= $(LIB_DIR)/vx_wrfdata
VX_WRFMODE	= $(LIB_DIR)/vx_wrfmode
PCP_COMBINE	= $(SRC_DIR)/pcp_combine
GEN_POLY_MASK	= $(SRC_DIR)/gen_poly_mask
MODE		= $(SRC_DIR)/mode
GRID_STAT	= $(SRC_DIR)/grid_stat
PB2NC		= $(SRC_DIR)/pb2nc
ASCII2NC	= $(SRC_DIR)/ascii2nc
POINT_STAT	= $(SRC_DIR)/point_stat
WAVELET_STAT	= $(SRC_DIR)/wavelet_stat
STAT_ANALYSIS	= $(SRC_DIR)/stat_analysis
MODE_ANALYSIS	= $(SRC_DIR)/mode_analysis

all:
	@ echo
	@ echo "*** Making the Model Evaluation Tools Project ***"
	@ echo
	@ $(MAKE) libs    $(PRINT_OPTS)
	@ $(MAKE) targets $(PRINT_OPTS)
	@ echo
	@ echo "*** Finished Making the Model Evaluation Tools Project ***"
	@ echo

libs:
	@ cd $(VX_AFM);		 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_ANALYSIS_UTIL);$(MAKE) $(PRINT_OPTS)
	@ cd $(VX_CAL);		 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_COLOR);	 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_CONTABLE);	 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_DATA_GRIDS);	 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_ECONFIG);	 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_GNOMON);	 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_GRIB_CLASSES); $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_GSL_PROB);	 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_MATH);	 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_MET_UTIL);	 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_NAV);		 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_PLOT_UTIL);	 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_PS);		 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_PXM);		 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_RENDER);	 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_UTIL);	 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_PB_UTIL);	 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_WRFDATA);	 $(MAKE) $(PRINT_OPTS)
	@ cd $(VX_WRFMODE);	 $(MAKE) $(PRINT_OPTS)

targets:
ifeq ($(DISABLE_PCP_COMBINE), 0)
	@ cd $(PCP_COMBINE);	 $(MAKE) $(PRINT_OPTS)
endif
ifeq ($(DISABLE_GEN_POLY_MASK), 0)
	@ cd $(GEN_POLY_MASK);	 $(MAKE) $(PRINT_OPTS)
endif
ifeq ($(DISABLE_MODE), 0)
	@ cd $(MODE);		 $(MAKE) $(PRINT_OPTS)
endif
ifeq ($(DISABLE_GRID_STAT), 0)
	@ cd $(GRID_STAT);	 $(MAKE) $(PRINT_OPTS)
endif
ifeq ($(DISABLE_PB2NC), 0)
	@ cd $(PB2NC);		 $(MAKE) $(PRINT_OPTS)
endif
ifeq ($(DISABLE_ASCII2NC), 0)
	@ cd $(ASCII2NC);	 $(MAKE) $(PRINT_OPTS)
endif
ifeq ($(DISABLE_POINT_STAT), 0)
	@ cd $(POINT_STAT);	 $(MAKE) $(PRINT_OPTS)
endif
ifeq ($(DISABLE_WAVELET_STAT), 0)
	@ cd $(WAVELET_STAT);	 $(MAKE) $(PRINT_OPTS)
endif
ifeq ($(DISABLE_STAT_ANALYSIS), 0)
	@ cd $(STAT_ANALYSIS);	 $(MAKE) $(PRINT_OPTS)
endif
ifeq ($(DISABLE_MODE_ANALYSIS), 0)
	@ cd $(MODE_ANALYSIS);	 $(MAKE) $(PRINT_OPTS)
endif

clean:
	@ cd $(VX_AFM);		 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_ANALYSIS_UTIL);$(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_CAL);		 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_COLOR);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_CONTABLE);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_DATA_GRIDS);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_ECONFIG);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_GNOMON);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_GRIB_CLASSES); $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_GSL_PROB);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_MATH);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_MET_UTIL);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_NAV);		 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_PLOT_UTIL);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_PS);		 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_PXM);		 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_RENDER);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_UTIL);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_PB_UTIL);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_WRFDATA);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(VX_WRFMODE);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(PCP_COMBINE);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(GEN_POLY_MASK);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(MODE);		 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(GRID_STAT);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(PB2NC);		 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(ASCII2NC);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(POINT_STAT);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(WAVELET_STAT);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(STAT_ANALYSIS);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(MODE_ANALYSIS);	 $(MAKE) clean $(PRINT_OPTS)
	@ cd $(OUT_DIR);	 rm -f */*
	rm -r -f *.a *.o junk temp core log c.ps a.out

.PHONY: $(FAKES)

------------------------------------------------
Subject: RE: [rt.rap.ucar.edu #50841] MET V3.0.1 Compile issue
From: mickey.mitani.ctr at offutt.af.mil
Time: Thu Oct 20 15:37:35 2011

That worked like a charm - thanks!

-----Original Message-----
From: Paul Oldenburg via RT [mailto:met_help at ucar.edu] 
Sent:
Thursday, October 20, 2011 2:58 PM
To: Mitani, Mickey W Civ USAF AFWA
16 WS/WXN
Cc: Craig, Robert J Civ USAF AFWA 16 WS/WXN; Ritz, Richard
L Civ USAF AFWA 16 WS/WXN
Subject: Re: [rt.rap.ucar.edu #50841] MET
V3.0.1 Compile issue

Mickey,

This is a known problem with 64-bit
linux environments.  See the met_help email thread here:
http://mailman.ucar.edu/pipermail/met_help/2010-April/001250.html

I
attached the Makefile that is mentioned in the body of this ticket.
In the future, for build issues, please send us your Makefile and also
your make log, which you can generated by doing:

$ make clean
$
make > make.log

If you have any questions please let us know.
Thanks,

Paul


On 10/20/2011 12:57 PM,
mickey.mitani.ctr at offutt.af.mil via RT wrote:
> 
> Thu Oct 20
12:57:40 2011: Request 50841 was acted upon.
> Transaction: Ticket
created by mickey.mitani.ctr at offutt.af.mil
>        Queue: met_help
>      Subject: MET V3.0.1 Compile issue
>        Owner: Nobody
>
Requestors: mickey.mitani.ctr at offutt.af.mil
>       Status: new
>
Ticket <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=50841
> >
> 
> 
> This is the error I am getting. I tried changing the
C++ compiler from c++ to g++ but it did not change the errors. I am
compiling on a Linux system with new installs of the BUFRLIB, gsl,
netcdf and f2c libraries.
> 
> ar: creating libvx_wrfmode.a
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/c
> ctype:70: error: ⁁::isalnum⁁ has not been declared
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/c
> ctype:71: error: ⁁::isalpha⁁ has not been declared
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/c
> ctype:72: error: ⁁::iscntrl⁁ has not been declared
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/c
> ctype:73: error: ⁁::isdigit⁁ has not been declared
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/c
> ctype:74: error: ⁁::isgraph⁁ has not been declared
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/c
> ctype:75: error: ⁁::islower⁁ has not been declared
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/c
> ctype:76: error: ⁁::isprint⁁ has not been declared
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/c
> ctype:77: error: ⁁::ispunct⁁ has not been declared
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/c
> ctype:78: error: ⁁::isspace⁁ has not been declared
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/c
> ctype:79: error: ⁁::isupper⁁ has not been declared
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/c
> ctype:80: error: ⁁::isxdigit⁁ has not been declared
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/c
> ctype:81: error: ⁁::tolower⁁ has not been declared
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/c
> ctype:82: error: ⁁::toupper⁁ has not been declared
>
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-linux/bits/ctype_base.h:51: error: ⁁_ISupper⁠ was
> not declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-
linux/bits/ctype_base.h:52: error: ⁁_ISlower⁠ was 
> not
declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-
linux/bits/ctype_base.h:53: error: ⁁_ISalpha⁠ was 
> not
declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-
linux/bits/ctype_base.h:54: error: ⁁_ISdigit⁠ was 
> not
declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-
linux/bits/ctype_base.h:55: error: ⁁_ISxdigit⠁ was 
> not
declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-
linux/bits/ctype_base.h:56: error: ⁁_ISspace⁠ was 
> not
declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-
linux/bits/ctype_base.h:57: error: ⁁_ISprint⁠ was 
> not
declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-
linux/bits/ctype_base.h:58: error: ⁁_ISalpha⁠ was 
> not
declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-
linux/bits/ctype_base.h:58: error: ⁁_ISdigit⁠ was 
> not
declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-
linux/bits/ctype_base.h:58: error: ⁁_ISpunct⁠ was 
> not
declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-
linux/bits/ctype_base.h:59: error: ⁁_IScntrl⁠ was 
> not
declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-
linux/bits/ctype_base.h:60: error: ⁁_ISpunct⁠ was 
> not
declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-
linux/bits/ctype_base.h:61: error: ⁁_ISalpha⁠ was 
> not
declared in this scope
> /usr/lib/gcc/x86_64-redhat-
linux/4.1.2/../../../../include/c++/4.1.2/x
> 86_64-redhat-
linux/bits/ctype_base.h:61: error: ⁁_ISdigit⁠ was 
> not
declared in this scope
> make[3]: *** [pb2nc] Error 1
> make[2]: ***
[all] Error 2
> make[1]: *** [targets] Error 2
> make: *** [all]
Error 2
> 
> //SIGNED//
> 
> Mickey Mitani,  DAF Civilian
> HQ
AFWA, 2WXG, 16WS/WXN
> 101 Nelson Drive
> Offutt AFB, NE 68113-1023
> DSN 271-3533 COMM 402-294-3533
>

------------------------------------------------


More information about the Met_help mailing list