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.
Mark, the /pub/nawips-dv etc paths are defaulted in the gui/gui.c roputine and should always get overridden by the $GARPHOME/config/Garp_defaults definitions. It sounds as if GARPHOME and/or GARP_PATH isn't correctly defined in your environment and so none of the Garp_defaults definitions are being read. These are defined art the top of the Gemenviron file and should be relative to the $NAWIPS directory- so they should be correct if $NAWIPS is properly set and if the garp directory is $NAWIPS/garp. Since you said that Gemenviron is properly configured, it sounds as if ntl was launched without Gemenviron being sourced to define those environmental variables into the csh. Steve Chiswell Unidata User Support >From: Mark Tucker <address@hidden> >Organization: . >Keywords: 200001211400.HAA04876 >On Fri, 14 Jan 2000, Unidata Support wrote: > >> On our RedHat Linux systems, xpm.h was included under /usr/X11R6/include >> and libXpm.a under /usr/X11R6/lib, therefore I configured the makefiles >> to use the system provided xpm rather than use those as provided >> with the Garp distribution. >> >> To use the xpm library within garp, you can change the >> $GARPHOME/config/platform/Makeinc.linux to remove the local XPM defines >> and use those from Makeinc.common. Eg, just comment out all XPM definitions >> in Makeinc.linux. Or, of your Linux is different and the xpm.h is somewhere > else, >> define the include and library file there. >> > >Steve, >I was finally able to get gempak to compile without error. I was missing >one of the library packages from the RedHat 5.2 install. NTL comes up but >when I start Garp I get many of the following messages on the xterm from >which I launched ntl: > > Invoke ... /usr/local/gempak/bin/linux/garp >G A R P - v2.1 starting... >Warning: Couldn't load the pixmap >/pub/nawips-dv/comet/garp/icons/icon03.xbm. > >Warning: Couldn't load the pixmap >/pub/nawips-dv/comet/garp/icons/icon07.xbm. > > >Garp then comes up on the display. This is strange becuase I have no such >path anywhere on any of our systems. If I choose the Image Procucts >button I get the following messages repeatedly: > > >Warning: > Name: VertScrollBar > Class: XmScrollBar > Maximum value is less than or equal to minimum value. > >Warning: > Name: VertScrollBar > Class: XmScrollBar > Specified slider size is less than 1. > >The Image Products menu has all of the normal options (GOES-8, GOES-10, >etc.) but I cannot choose the data type or scale and I am unable to get a >list of products to select. I have verified that the Gemenviron file is >properly configured. > >Mark Tucker >Information Technology >Lyndon State College >address@hidden > >