[GRASS-user] display error wit latest cvs

I just compiled the latest cvs, and get an error when I tried to
display a raster. I set the region in the terminal and choose "zoom to
current region". the error msg is this:

Sorry, <map> is not a valid parameter

ERROR: Required parameter <output> not set:
    (Name for output raster map).

Description:
Outputs basic information about a user-specified raster map layer.

Usage:
r.info [-rstghp] output=name [--overwrite]

Flags:
  -r Print range only
  -s Print raster map resolution (NS-res, EW-res) only
  -t Print raster map type only
  -g Print raster map region only
  -h Print raster history instead of info
  -p Print raster map timestamp (day.month.year hour:minute:seconds) only
--o Force overwrite of output files

Parameters:
  output Name for output raster map
Sorry, <map> is not a valid parameter

ERROR: Required parameter <output> not set:
    (Name for output raster map).

Description:
Outputs basic information about a user-specified raster map layer.

Usage:
r.info [-rstghp] output=name [--overwrite]

Flags:
  -r Print range only
  -s Print raster map resolution (NS-res, EW-res) only
  -t Print raster map type only
  -g Print raster map region only
  -h Print raster history instead of info
  -p Print raster map timestamp (day.month.year hour:minute:seconds) only
--o Force overwrite of output files

Parameters:
  output Name for output raster map
    while executing
"close $rt"
    (procedure "GmRaster::display" line 40)
    invoked from within
"GmRaster::display $node $mod"
    ("raster" arm line 2)
    invoked from within
"switch $type {
        group {
            GmGroup::display $node $mod
    }
    raster {
      GmRaster::display $node $mod
    }
    labels {
      GmLabels::disp..."
    (procedure "GmTree::display_node" line 7)
    invoked from within
"GmTree::display_node $n $mod"
    (procedure "GmGroup::display" line 25)
    invoked from within
"GmGroup::display "root" $mod"
    (procedure "MapCanvas::runprograms" line 30)
    invoked from within
"MapCanvas::runprograms $mon [expr {$mymodified != 0}]"
    (procedure "MapCanvas::drawmap" line 43)
    invoked from within
"MapCanvas::drawmap $mon"
    (procedure "MapCanvas::display_server" line 9)
    invoked from within
"MapCanvas::display_server"
    ("after" script)

thanks all.
--
+-----------------------------------------------------------+
              Carlos Henrique Grohmann - Guano
  Geologist M.Sc - Doctorate Student at IGc-USP - Brazil
Linux User #89721 - carlos dot grohmann at gmail dot com
+-----------------------------------------------------------+
_________________
"Good morning, doctors. I have taken the liberty of removing Windows
95 from my hard drive."
--The winning entry in a "What were HAL's first words" contest judged
by 2001: A SPACE ODYSSEY creator Arthur C. Clarke

Carlos,

there was a change in the parser. This time you have to make
a *full* recompile including a full cleanup before compiling:

make distclean

Then it will work again.

Markus

On Tue, Aug 15, 2006 at 04:00:58PM -0300, Carlos Guâno Grohmann wrote:

I just compiled the latest cvs, and get an error when I tried to
display a raster. I set the region in the terminal and choose "zoom to
current region". the error msg is this:

Sorry, <map> is not a valid parameter

ERROR: Required parameter <output> not set:
   (Name for output raster map).

Description:
Outputs basic information about a user-specified raster map layer.

Usage:
r.info [-rstghp] output=name [--overwrite]

Flags:
-r Print range only
-s Print raster map resolution (NS-res, EW-res) only
-t Print raster map type only
-g Print raster map region only
-h Print raster history instead of info
-p Print raster map timestamp (day.month.year hour:minute:seconds) only
--o Force overwrite of output files

Parameters:
output Name for output raster map
Sorry, <map> is not a valid parameter

ERROR: Required parameter <output> not set:
   (Name for output raster map).

Description:
Outputs basic information about a user-specified raster map layer.

Usage:
r.info [-rstghp] output=name [--overwrite]

Flags:
-r Print range only
-s Print raster map resolution (NS-res, EW-res) only
-t Print raster map type only
-g Print raster map region only
-h Print raster history instead of info
-p Print raster map timestamp (day.month.year hour:minute:seconds) only
--o Force overwrite of output files

Parameters:
output Name for output raster map
   while executing
"close $rt"
   (procedure "GmRaster::display" line 40)
   invoked from within
"GmRaster::display $node $mod"
   ("raster" arm line 2)
   invoked from within
"switch $type {
       group {
           GmGroup::display $node $mod
    }
    raster {
      GmRaster::display $node $mod
    }
    labels {
      GmLabels::disp..."
   (procedure "GmTree::display_node" line 7)
   invoked from within
"GmTree::display_node $n $mod"
   (procedure "GmGroup::display" line 25)
   invoked from within
"GmGroup::display "root" $mod"
   (procedure "MapCanvas::runprograms" line 30)
   invoked from within
"MapCanvas::runprograms $mon [expr {$mymodified != 0}]"
   (procedure "MapCanvas::drawmap" line 43)
   invoked from within
"MapCanvas::drawmap $mon"
   (procedure "MapCanvas::display_server" line 9)
   invoked from within
"MapCanvas::display_server"
   ("after" script)

thanks all.
--
+-----------------------------------------------------------+
             Carlos Henrique Grohmann - Guano
Geologist M.Sc - Doctorate Student at IGc-USP - Brazil
Linux User #89721 - carlos dot grohmann at gmail dot com
+-----------------------------------------------------------+
_________________
"Good morning, doctors. I have taken the liberty of removing Windows
95 from my hard drive."
--The winning entry in a "What were HAL's first words" contest judged
by 2001: A SPACE ODYSSEY creator Arthur C. Clarke

_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser

--
Markus Neteler <neteler itc it> http://mpa.itc.it/markus/
ITC-irst - Centro per la Ricerca Scientifica e Tecnologica
MPBA - Predictive Models for Biol. & Environ. Data Analysis
Via Sommarive, 18 - 38050 Povo (Trento), Italy

Thanks Markus.
I did it, it's all fine now, running 6.3-cvs

cheers

Carlos

On 8/15/06, Markus Neteler <neteler@itc.it> wrote:

Carlos,

there was a change in the parser. This time you have to make
a *full* recompile including a full cleanup before compiling:

make distclean

Then it will work again.

Markus

On Tue, Aug 15, 2006 at 04:00:58PM -0300, Carlos Guâno Grohmann wrote:
> I just compiled the latest cvs, and get an error when I tried to
> display a raster. I set the region in the terminal and choose "zoom to
> current region". the error msg is this:
>
> Sorry, <map> is not a valid parameter
>
> ERROR: Required parameter <output> not set:
> (Name for output raster map).
>
> Description:
> Outputs basic information about a user-specified raster map layer.
>
> Usage:
> r.info [-rstghp] output=name [--overwrite]
>
> Flags:
> -r Print range only
> -s Print raster map resolution (NS-res, EW-res) only
> -t Print raster map type only
> -g Print raster map region only
> -h Print raster history instead of info
> -p Print raster map timestamp (day.month.year hour:minute:seconds) only
> --o Force overwrite of output files
>
> Parameters:
> output Name for output raster map
> Sorry, <map> is not a valid parameter
>
> ERROR: Required parameter <output> not set:
> (Name for output raster map).
>
> Description:
> Outputs basic information about a user-specified raster map layer.
>
> Usage:
> r.info [-rstghp] output=name [--overwrite]
>
> Flags:
> -r Print range only
> -s Print raster map resolution (NS-res, EW-res) only
> -t Print raster map type only
> -g Print raster map region only
> -h Print raster history instead of info
> -p Print raster map timestamp (day.month.year hour:minute:seconds) only
> --o Force overwrite of output files
>
> Parameters:
> output Name for output raster map
> while executing
> "close $rt"
> (procedure "GmRaster::display" line 40)
> invoked from within
> "GmRaster::display $node $mod"
> ("raster" arm line 2)
> invoked from within
> "switch $type {
> group {
> GmGroup::display $node $mod
> }
> raster {
> GmRaster::display $node $mod
> }
> labels {
> GmLabels::disp..."
> (procedure "GmTree::display_node" line 7)
> invoked from within
> "GmTree::display_node $n $mod"
> (procedure "GmGroup::display" line 25)
> invoked from within
> "GmGroup::display "root" $mod"
> (procedure "MapCanvas::runprograms" line 30)
> invoked from within
> "MapCanvas::runprograms $mon [expr {$mymodified != 0}]"
> (procedure "MapCanvas::drawmap" line 43)
> invoked from within
> "MapCanvas::drawmap $mon"
> (procedure "MapCanvas::display_server" line 9)
> invoked from within
> "MapCanvas::display_server"
> ("after" script)
>
> thanks all.
> --
> +-----------------------------------------------------------+
> Carlos Henrique Grohmann - Guano
> Geologist M.Sc - Doctorate Student at IGc-USP - Brazil
> Linux User #89721 - carlos dot grohmann at gmail dot com
> +-----------------------------------------------------------+
> _________________
> "Good morning, doctors. I have taken the liberty of removing Windows
> 95 from my hard drive."
> --The winning entry in a "What were HAL's first words" contest judged
> by 2001: A SPACE ODYSSEY creator Arthur C. Clarke
>
> _______________________________________________
> grassuser mailing list
> grassuser@grass.itc.it
> http://grass.itc.it/mailman/listinfo/grassuser

--
Markus Neteler <neteler itc it> http://mpa.itc.it/markus/
ITC-irst - Centro per la Ricerca Scientifica e Tecnologica
MPBA - Predictive Models for Biol. & Environ. Data Analysis
Via Sommarive, 18 - 38050 Povo (Trento), Italy

--
+-----------------------------------------------------------+
              Carlos Henrique Grohmann - Guano
  Geologist M.Sc - Doctorate Student at IGc-USP - Brazil
Linux User #89721 - carlos dot grohmann at gmail dot com
+-----------------------------------------------------------+
_________________
"Good morning, doctors. I have taken the liberty of removing Windows
95 from my hard drive."
--The winning entry in a "What were HAL's first words" contest judged
by 2001: A SPACE ODYSSEY creator Arthur C. Clarke