[ncl-install] Re: [ncl-talk] Trouble running NCL on Cygwin/X
Mary Haley
haley at ucar.edu
Fri Nov 16 10:29:37 MST 2007
Hi William,
For future reference, we now have an "ncl-install" email list for
posting questions like this. I will CC that group instead of ncl-talk.
The error message that you included below seems to indicate
that NCARG_ROOT is not set to /usr/local. It says:
warning:["Palette.c":1533]:NhlLoadColormapFiles: Invalid colormap directory:
/us/lib/ncarg/colormaps
Note the missing "r" in "usr".
If you type "ncargpath lib" what does it report? Also, if you type
"ls /usr/local/lib/ncarg", do you see any files and directories?
Also, I don't recommend running NCL by typing "bin/ncl". Instead, you
should add $NCARG_ROOT/bin to your search path, and run just "ncl".
See:
http://www.ncl.ucar.edu/get_started.shtml#SetUpEnvironment
for information on setting up your path.
--Mary
On Fri, 16 Nov 2007 Valkhorn at aol.com wrote:
> I'm using Cygwin/X and have installed NCL. However when I try to run it I
> get this error message:
>
> $ bin/ncl xy04n.ncl
> Copyright (C) 1995-2007 - All Rights Reserved
> University Corporation for Atmospheric Research
> NCAR Command Language Version 5.0.0
> The use of this software is governed by a License Agreement.
> See _http://www.ncl.ucar.edu/_ (http://www.ncl.ucar.edu/) for more details.
> /lib/ncarg/sysresfiled System Resource File /usr/local
> warning:WorkstationClassInitialize:Unable to access rgb color database -
> named colors unsupported:[errno=2]
> warning:["Palette.c":1533]:NhlLoadColormapFiles: Invalid colormap directory:
> /us/lib/ncarg/colormaps
> Segmentation fault (core dumped)
>
> I checked my variables and they were set correctly:
>
> $ printenv DISPLAY
> :0.0
>
> $ printenv NCARG_ROOT
> /usr/local
>
> Does anyone have any idea why this is going on? I've checked the
> documentation and I am using Cygwin/X and the variables appear to be set up correctly.
>
> -William
>>
>
>
>
>
> ************************************** See what's new at http://www.aol.com
>
More information about the ncl-install
mailing list