Tue, Apr 13 2004
10:50:28
|
|
Request created by guest
|
|
Subject: unexpected '(' in r.univar
Platform: WindowsNT/2000/XP
grass obtained from: Mirror of Trento site
grass binary for platform: Downloaded precompiled Binaries
GRASS Version: 5.0.3 (Oktober 2003)
while executing r.univar (v.1.7.2.2 2002/10/23) the errormessage "unexpected
'(' in line 18" appears.
after changing the line "function cleanup()" to "cleanup()" [the same in line
24] r.univar runs without problems. Is it a bug or a cygwin-problem?
System: WinXP - Cygwin (1.5.9) - GNU bash 2.05b.0(1) - grass 5.0.3 (Oktober 2003)
Greetings to all developers
Marco |
|
Tue, Apr 13 2004
13:21:43
|
|
Mail sent by neteler@itc.it
|
|
Return-Path |
<neteler@itc.it>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Tue, 13 Apr 2004 13:37:09 +0200
|
From |
Markus Neteler <neteler@itc.it>
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #2380] (grass) unexpected '(' in r.univar
|
Message-ID |
<20040413113709.GA23880@thuille.itc.it>
|
Mail-Followup-To |
Request Tracker <grass-bugs@intevation.de>, grass5@grass.itc.it
|
References |
<20040413085029.0F72D13B7E@lists.intevation.de>
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Disposition |
inline
|
In-Reply-To |
<20040413085029.0F72D13B7E@lists.intevation.de>
|
User-Agent |
Mutt/1.4.1i
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
On Tue, Apr 13, 2004 at 10:50:29AM +0200, Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=2380
> -------------------------------------------------------------------------
>
> Subject: unexpected '(' in r.univar
>
> Platform: WindowsNT/2000/XP
> grass obtained from: Mirror of Trento site
> grass binary for platform: Downloaded precompiled Binaries
> GRASS Version: 5.0.3 (Oktober 2003)
>
> while executing r.univar (v.1.7.2.2 2002/10/23) the errormessage "unexpected
'(' in line 18" appears.
> after changing the line "function cleanup()" to "cleanup()" [the same in line
24] r.univar runs without problems. Is it a bug or a cygwin-problem?
The bug is related to the usage of the word "function".
Please try to remove it, keep only "cleanup()" in that line.
Then it should work. This is already fixed in >= 5.3.
Markus
|
|
Tue, Apr 13 2004
13:44:01
|
|
Status changed to resolved by mneteler
|
|