Newsgroups: info.grass.programmer
Path: zorro.cecer.army.mil!shapiro
From: shapiro@zorro.cecer.army.mil (Michael Shapiro)
Subject: Re: error in utils/setup for GRASS 4.1
Message-ID: <C7A0z1.KsF@news.cecer.army.mil>
Sender: news@news.cecer.army.mil (Net.Noise owner)
Organization: US Army Corps of Engineers Construction Engineering Research Labs
References: <9305141658.AA06629@towhee.cor2.epa.gov>
Date: Wed, 19 May 1993 13:47:25 GMT
Lines: 24
There is an error in the utils/setup script for GRASS 4.1 that brought
my XGRASS compilation to a halt. The head/<machine> file that was generated
failed to include a critical '-I' flag. I suggest the following changes
to correct assignments to $XINCPATH and $XMINCPATH:
if test "$XINCPATH" != ""
then
XINCPATH=-I$XINCPATH
# XINCPATH = -I$XINCPATH ### error in original script ###
fi
if test "$XMINCPATH" != ""
then
XMINCPATH=-I$XMINCPATH
# XMINCPATH = -I$XMINCPATH ### error in original script ###
fi
Please send bug reports to grassbug@zorro.cecer.army.mil (as well
as posting them here, if you like). Posting them here but not sending
them to grassbug bypasses OGI mechanism for bug reporting.
--
Michael Shapiro shapiro@zorro.cecer.army.mil
U.S. Army CERL (217) 373-7277
P.O. Box 9005
Champaign, Ill. 61826-9005