XGRASS illegal help data error

Nalneesh Gaur ngaur at apwk01g3.abrfc.noaa.gov
Tue May 17 09:16:51 EDT 1994


The solution for your problem is probably one of the solutiopn to 
xgrass on HP 9000 machines. All you have to do is that you should
get into the $(ETC)/xclip directory and remove or comment out all
the lines that contain helpwidgetref:, I did this for all the files with 
a simple script.

for i in *
do
	cp $i /tmp/xclip.tmp
	awk -f":" '{if($1 != "helpwidgetref") print $0}' /tmp/xclip.tmp > $i
io
done

Be careful here. Make a back up of the xclip directory beofre you attempt to 
do this.

Good luck
Nalneesh Gaur, River Forecast Center, TULSA  



More information about the grass-user mailing list