Is this way to debug the gui useful for you dev ?<div><br></div><div>is there anything i can try to do for you to help in debugging ?</div><div><br></div><div><br></div><div><br></div><div><br></div><div>I think the cairo problem is related to grass core, not just the gui.</div>
<div>anyone can help in fixing the build error ?</div><div><br></div><div><br><div class="gmail_quote">thanks!</div><div class="gmail_quote"><br></div><div class="gmail_quote">Massimo.</div><div class="gmail_quote"><br></div>
<div class="gmail_quote"><br></div><div class="gmail_quote">######<br><br>Hi Anna,<div><br></div><div>it fails to import the wxversion module. </div><div class="im"><div><br></div><div><div>ERROR: wxGUI requires wxPython. No module named wxversion</div>
<div>Error in GUI startup. If necessary, please report this error to the GRASS developers.</div>
<div>Switching to text mode now.</div><div><br></div><div>Hit RETURN to continue...</div></div><div><br></div></div><div>i had to comment the lines :</div><div><br></div><div><div>#if not os.getenv("GRASS_WXBUNDLED"):</div>

<div>#    CheckForWx()</div></div><div><br></div><div><br></div><div>thanks for the fix, the rasrer map is displayed correctly without any changes to the code.</div><div><br></div><div>testing the gui ..</div><div><br></div>

<div>- pointer, query, pan, zoom (all the options)  [works]</div><div>- measure tool [works]</div><div><br></div><div><br></div><div>- profile tool doesn't work [doesn't work]</div><div><br></div><div>it let me select the raster map, then shows a blanc "Grass Profile Analysis"</div>

<div>in the status bar i can see "left mouse down at point (float, float)"</div><div>when click on the map i got in the "command console" :</div><div><br></div><div><div>(Wed Feb  6 11:12:13 2013)                                                      </div>

<div>r.what --v -f -n map=elevation.10m@PERMANENT coordinates=595356.617647,4923676.470588</div><div>easting|northing|site_name|elevation.10m@PERMANENT|elevation.10m@PERMANENT_label</div><div>595356.617647|4923676.470588||1253.797607|</div>

<div>(Wed Feb  6 11:12:13 2013) Command finished (0 sec)                             </div><div>(Wed Feb  6 11:12:26 2013)                                                      </div><div>r.what --v -f -n map=elevation.10m@PERMANENT coordinates=599551.470588,4920665.441176</div>

<div>easting|northing|site_name|elevation.10m@PERMANENT|elevation.10m@PERMANENT_label</div><div>599551.470588|4920665.441176||1344.138306|</div><div>(Wed Feb  6 11:12:26 2013) Command finished (0 sec)                             </div>

<div>(Wed Feb  6 11:12:30 2013)                                                      </div><div>r.what --v -f -n map=elevation.10m@PERMANENT coordinates=596669.117647,4921051.470588</div><div>easting|northing|site_name|elevation.10m@PERMANENT|elevation.10m@PERMANENT_label</div>

<div>596669.117647|4921051.470588||1400.473877|</div></div><div><br></div><div>.. but nothing is displayed back to the profile tool</div><div><br></div><div><br></div><div>- Grass histogramming Tool [doesn't work] :</div>

<div><br></div><div>it show me the "Grass histogramming Tool " window, but then i got this log in the console :</div><div><br></div><div><div>(Wed Feb  6 11:12:37 2013) Command finished (0 sec)                             </div>
<div class="im">
<div>Traceback (most recent call last):</div></div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/fr</div><div>ame.py", line 1101, in OnHistogramPyPlot</div><div><br></div><div>win.OnSelectRaster(None)</div>

<div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/wxplot/his</div><div>togram.py", line 96, in OnSelectRaster</div><div><br></div><div>self.OnCreateHist(event = None)</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/wxplot/his</div>

<div>togram.py", line 76, in OnCreateHist</div><div><br></div><div>self.SetGraphStyle()</div><div>  File</div><div>"/usr/local/grass-7.0.svn/etc/gui/wxpython/wxplot/base.py",</div><div>line 353, in SetGraphStyle</div>

<div><br></div><div>self.client.SetGridColour(wx.Color(self.properties['grid']['</div><div>color'][0],</div><div>AttributeError</div><div>:</div><div>'module' object has no attribute 'Color'</div>

</div><div><br></div><div>- Create histogram with d.histogram [works*] :</div><div>*the image is displayed correctly in the "GRASS GIS Histogramming Tool (d.histogram)"</div><div>no option to save it, i got this log in the console :</div>

<div><br></div><div><div class="im"><div>Traceback (most recent call last):</div></div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/modules/hi</div><div>stogram.py", line 124, in OnPaint</div><div><br>
</div><div>dc = wx.BufferedPaintDC(self, self._buffer)</div>
<div>  File "/usr/local/lib/python2.7/site-packages/wx/_gdi.py",</div><div>line 5286, in __init__</div><div><br></div><div>_gdi_.BufferedPaintDC_swiginit(self,_gdi_.new_BufferedPaintD</div><div>C(*args, **kwargs))</div>

<div>TypeError</div><div>:</div><div>in method 'new_BufferedPaintDC', expected argument 2 of type</div><div>'wxBitmap &'</div></div><div><br></div><div><br></div><div>- Add scale bar and north arrow [works]</div>

<div>- Add legend [works</div><div><br></div><div>- Add text layer [doesn't work] :</div><div><br></div><div>i got this log in the console :</div><div><br></div><div><div class="im"><div>Traceback (most recent call last):</div>
</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/fr</div>
<div>ame.py", line 1209, in OnAddText</div><div><br></div><div>self.SwitchTool(self.toolbars['map'], event)</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/fr</div><div>ame.py", line 1378, in SwitchTool</div>

<div><br></div><div>self.UpdateTools(event)</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/fr</div><div>ame.py", line 1400, in UpdateTools</div><div><br></div><div>if event.GetEventObject().GetId() == \</div>

<div>AttributeError</div><div>:</div><div>'Menu' object has no attribute 'GetId'</div></div><div><br></div><div>- Save display to graphic file [works]</div><div><br></div><div>- Print [works]</div><div><br>

</div><div>- switch to 3D (wxNviz) [doesn't work]:</div><div><br></div><div>i got this log in the console :</div><div><br></div><div><div>Starting 3D view mode...                                                        </div>
<div class="im">
<div>Traceback (most recent call last):</div></div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/to</div><div>olbars.py", line 229, in OnSelectTool</div><div><br></div><div>self.parent.AddNviz()</div>

<div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/fr</div><div>ame.py", line 328, in AddNviz</div><div><br></div><div>self._layerManager.AddNvizTools()</div><div>  File</div><div>"/usr/local/grass-7.0.svn/etc/gui/wxpython/lmgr/frame.py",</div>

<div>line 341, in AddNvizTools</div><div><br></div><div>display = self.GetMapDisplay())</div><div>  File</div><div>"/usr/local/grass-7.0.svn/etc/gui/wxpython/nviz/tools.py",</div><div>line 102, in __init__</div>

<div><br></div><div>self.AddPage(page = self._createAnimationPage(),</div><div>  File</div><div>"/usr/local/grass-7.0.svn/etc/gui/wxpython/nviz/tools.py",</div><div>line 401, in _createAnimationPage</div><div><br>

</div><div>usage = "record", label = _("Record"))</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/gui_core/w</div><div>idgets.py", line 405, in __init__</div><div><br></div><div>
maskColor = wx.Color(255, 255, 255)</div>
<div>AttributeError</div><div>:</div><div>'module' object has no attribute 'Color'</div><div class="im"><div>Traceback (most recent call last):</div></div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/ma</div>

<div>pwindow.py", line 463, in OnIdle</div><div><br></div><div>self.UpdateMap()</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/ma</div><div>pwindow.py", line 687, in UpdateMap</div><div>

<br></div><div>pdctype = self.overlays[id].pdcType, coords =</div><div>self.overlays[id].coords)</div><div>KeyError</div><div>:</div><div>0</div></div><div><br></div><div># afeter that i was not able to have the 2D map back working, opening a new display fixed it.</div>

<div><br></div><div>- vector tools [doesn't work] :</div><div>i guess the main problem is the cairo driver .. in any case this is part of the log i got :</div><div><br></div><div><div class="im"><div>Traceback (most recent call last):</div>

</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/ma</div><div>pwindow.py", line 1000, in MouseActions</div><div><br></div><div>self.OnLeftUp(event)</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/mapdisp/ma</div>

<div>pwindow.py", line 1214, in OnLeftUp</div><div><br></div><div>self._onLeftUp(event)</div><div>  File "/usr/local/grass-7.0.svn/etc/gui/wxpython/vdigit/map</div><div>window.py", line 834, in _onLeftUp</div>

<div><br></div><div>if len(self.digit.GetDisplay().GetSelected()) > 0:</div><div>AttributeError</div><div>:</div><div>'NoneType' object has no attribute 'GetDisplay'</div></div><div><br></div><div>(and a pop up no vector map selected for editing)</div>

<div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div>i had to build without cairo support .. because of the error i posted before.</div><div>thanks to William that point out it can be a configuration problem</div>
<div class="im">
<div><br></div><div>GRASS Configure is not storing the fontconfig linking in<br>> platform.make so it doesn't get into the cairo driver compilation.</div><div><br></div><div><br></div></div><div>also building without-cairo  when try to display vector data the gui complain about missed cairo.</div>

<div>i tried to change the driver in the gui preference from cairo to png but then the gui freeze and i have to force-quit it.</div><div><br></div><div>i'll be happy to continue testing if can be of any help,</div><div>

thanks for the hard work!</div><div><br></div><div>Massimo</div><div class="HOEnZb"><div class="h5"><div><br></div><div><br></div><div><br></div><div><br><div class="gmail_quote">
2013/2/5 Anna Kratochvílová <span dir="ltr"><<a href="mailto:kratochanna@gmail.com" target="_blank">kratochanna@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hi,<br>
<div><br>
On Mon, Feb 4, 2013 at 11:57 PM, epi <<a href="mailto:massimodisasha@gmail.com" target="_blank">massimodisasha@gmail.com</a>> wrote:<br>
> i'm trying to debug the build of GRASS 7 on mac OSX 10.8.x in 64 bit with WX<br>
> 2.9.x<br>
><br>
> After commenting the check for wx version i got the GUI start, some worning<br>
<br>
</div>what exactly is the problem with the 'check for wx version'? The<br>
warning (wx.InitAllImageHandlers) and the PrepareDC error should be<br>
fixed now.<br>
<span><font color="#888888"><br>
Anna<br>
</font></span><div><div><br>
> :<br>
><br>
> ###<br>
> GRASS 7.0.svn (spearfish60):~ ><br>
> /usr/local/grass-7.0.svn/etc/gui/wxpython/wxgui.py:54:<br>
> wxPyDeprecationWarning: Call to deprecated item 'InitAllImageHandlers'.<br>
>   wx.InitAllImageHandlers()<br>
> /usr/local/grass-7.0.svn/etc/gui/wxpython/gui_core/goutput.py:230:<br>
> wxPyDeprecationWarning: Call to deprecated item 'SetVirtualSizeHints'.<br>
>   outputSizer.SetVirtualSizeHints(self.panelOutput)<br>
> ###<br>
><br>
><br>
> the Window Manager seems to work properly (i cal load a layer Rast/Vect in<br>
> the lkayer tree, the shell also pront out the log of commands nicely)<br>
> but i can't display layers (both Vector and Raster are not displayed).<br>
> Commenting  this 2 line in madisp.py :<br>
><br>
> 359         #self.PrepareDC(dc)<br>
> 519        #self.PrepareDC(dc)<br>
><br>
> i got the Raster map displaying properly<br>
><br>
> but no vector, the error is in a missed Cairo Driver :<br>
><br>
><br>
> /usr/local/grass-7.0.svn/etc/gui/wxpython/gui_core/ghelp.py:<br>
> 608: wxPyDeprecationWarning: Call to deprecated item<br>
> 'InitAllImageHandlers'.<br>
>   wx.InitAllImageHandlers()<br>
> Command 'd.vect map=archsites@PERMANENT<br>
> type=point,line,area,face' failed<br>
> Details: Unknown display driver <cairo><br>
> Command 'd.vect map=archsites@PERMANENT<br>
> type=point,line,area,face' failed<br>
> Details: Unknown display driver <cairo><br>
><br>
><br>
> I wasn't able to get the cairo driver working during the Make step, it shows<br>
> the error at the end of the log [1]<br>
> about a missed arch ... but i guess ... I have everything built as<br>
> --universal<br>
><br>
> In doubt I rebuilt fontconfig and cairo and checked the relative<br>
> architecture :<br>
><br>
> lipo -info /usr/local/Cellar/cairo/1.12.12/lib/cairo/libcairo-trace.0.dylib<br>
> /usr/local/Cellar/cairo/1.12.12/lib/libcairo-gobject.2.dylib<br>
> /usr/local/Cellar/cairo/1.12.12/lib/libcairo-script-interpreter.2.dylib<br>
> /usr/local/Cellar/cairo/1.12.12/lib/libcairo.2.dylib<br>
> Architectures in the fat file:<br>
> /usr/local/Cellar/cairo/1.12.12/lib/cairo/libcairo-trace.0.dylib are: i386<br>
> x86_64<br>
> Architectures in the fat file:<br>
> /usr/local/Cellar/cairo/1.12.12/lib/libcairo-gobject.2.dylib are: i386<br>
> x86_64<br>
> Architectures in the fat file:<br>
> /usr/local/Cellar/cairo/1.12.12/lib/libcairo-script-interpreter.2.dylib are:<br>
> i386 x86_64<br>
> Architectures in the fat file:<br>
> /usr/local/Cellar/cairo/1.12.12/lib/libcairo.2.dylib are: i386 x86_64<br>
> epi:~ epi$<br>
><br>
><br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-cache:    Mach-O universal<br>
> binary with 2 architectures<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-cache (for architecture i386):<br>
> Mach-O executable i386<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-cache (for architecture x86_64):<br>
> Mach-O 64-bit executable x86_64<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-cat:      Mach-O universal<br>
> binary with 2 architectures<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-cat (for architecture i386):<br>
> Mach-O executable i386<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-cat (for architecture x86_64):<br>
> Mach-O 64-bit executable x86_64<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-list:     Mach-O universal<br>
> binary with 2 architectures<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-list (for architecture i386):<br>
> Mach-O executable i386<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-list (for architecture x86_64):<br>
> Mach-O 64-bit executable x86_64<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-match:    Mach-O universal<br>
> binary with 2 architectures<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-match (for architecture i386):<br>
> Mach-O executable i386<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-match (for architecture x86_64):<br>
> Mach-O 64-bit executable x86_64<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-pattern:  Mach-O universal<br>
> binary with 2 architectures<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-pattern (for architecture i386):<br>
> Mach-O executable i386<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-pattern (for architecture<br>
> x86_64): Mach-O 64-bit executable x86_64<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-query:    Mach-O universal<br>
> binary with 2 architectures<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-query (for architecture i386):<br>
> Mach-O executable i386<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-query (for architecture x86_64):<br>
> Mach-O 64-bit executable x86_64<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-scan:     Mach-O universal<br>
> binary with 2 architectures<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-scan (for architecture i386):<br>
> Mach-O executable i386<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-scan (for architecture x86_64):<br>
> Mach-O 64-bit executable x86_64<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-validate: Mach-O universal<br>
> binary with 2 architectures<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-validate (for architecture<br>
> i386): Mach-O executable i386<br>
> /usr/local/Cellar/fontconfig/2.10.91/bin/fc-validate (for architecture<br>
> x86_64):Mach-O 64-bit executable x86_64<br>
><br>
><br>
><br>
> They are multi-arch, but unlucky i still have the same error in cairodriver,<br>
><br>
><br>
><br>
> [1] <a href="http://epi.whoi.edu/esr/grass7_cairodriver_log.txt" target="_blank">http://epi.whoi.edu/esr/grass7_cairodriver_log.txt</a>   <-- full build log<br>
><br>
> William K. helped me to debug the error,<br>
> and seems that the GRASS Configure is not storing the fontconfig linking in<br>
> platform.make so it doesn't get into the cairo driver compilation.<br>
><br>
> thanks for helping me,<br>
><br>
> Massimo.<br>
><br>
><br>
><br>
> Il giorno 31/gen/2013, alle ore 13:04, Michael Barton<br>
> <<a href="mailto:michael.barton@asu.edu" target="_blank">michael.barton@asu.edu</a>> ha scritto:<br>
><br>
> It may work with wxPython 2.9 but nobody has been able to test yet.<br>
><br>
> Michael<br>
> ______________________________<br>
> C. Michael Barton<br>
> Director, Center for Social Dynamics & Complexity<br>
> Professor of Anthropology, School of Human Evolution & Social Change<br>
> Arizona State University<br>
> Tempe, AZ  85287-2402<br>
> USA<br>
><br>
> voice:  <a href="tel:480-965-6262" value="+14809656262" target="_blank">480-965-6262</a> (SHESC), <a href="tel:480-727-9746" value="+14807279746" target="_blank">480-727-9746</a> (CSDC)<br>
> fax:          <a href="tel:480-965-7671" value="+14809657671" target="_blank">480-965-7671</a>(SHESC), <a href="tel:480-727-0709" value="+14807270709" target="_blank">480-727-0709</a> (CSDC)<br>
> www:  <a href="http://csdc.asu.edu" target="_blank">http://csdc.asu.edu</a>, <a href="http://shesc.asu.edu" target="_blank">http://shesc.asu.edu</a><br>
> <a href="http://www.public.asu.edu/~cmbarton" target="_blank">http://www.public.asu.edu/~cmbarton</a><br>
><br>
> On Jan 31, 2013, at 3:47 AM, epi <<a href="mailto:massimodisasha@gmail.com" target="_blank">massimodisasha@gmail.com</a>><br>
>  wrote:<br>
><br>
> I'm a mac user as well and i will be happy to help,<br>
><br>
> … i built grass weekly (if not daily) in the past,<br>
> but unfortunately now i'm on mac 10.8.x using 64bit python, all my python<br>
> packages numpy scipy etc etc etc .. are 64 bit and ...<br>
><br>
> WX gui<br>
><br>
> <start-joke><br>
>     great choice<br>
> </end-joke><br>
><br>
> unfortunately doesn't works on mac in 64 bit mode … i'm waiting the 2.9.x to<br>
> be stable that is 2 years now ...<br>
><br>
> This IMO can be one of the major reason of  "lack of mac-man-dev-power"<br>
><br>
> i can provide log on the build of grass7 (without gui modules) … but this<br>
> doesn't help<br>
><br>
> i don't know if grass-gui-dev want try to test grass with wx-2.9 .. it is<br>
> unstable but works, if yes .. i'll be happy to be a guinea pig<br>
><br>
> --Massimo<br>
><br>
> Il giorno 31/gen/2013, alle ore 05:32, Thomas Adams - NOAA Federal<br>
> <<a href="mailto:thomas.adams@noaa.gov" target="_blank">thomas.adams@noaa.gov</a>> ha scritto:<br>
><br>
> All,<br>
><br>
> I'm a Mac user in addition to Linux. I'm going to have more free time<br>
> starting in a few weeks. I'd be happy to step-up my use of GRASS 7 for<br>
> testing. Just let me know what I can do. I'm moving from the U.S. to<br>
> Melbourne, Australia in a couple of weeks!<br>
><br>
> Cheers,<br>
> Tom<br>
><br>
><br>
> On Thu, Jan 31, 2013 at 5:27 AM, Luca Delucchi <<a href="mailto:lucadeluge@gmail.com" target="_blank">lucadeluge@gmail.com</a>> wrote:<br>
>><br>
>> 2013/1/31 Margherita Di Leo <<a href="mailto:dileomargherita@gmail.com" target="_blank">dileomargherita@gmail.com</a>>:<br>
>> > I think we should consider to promote a fund rising for buying a (used,<br>
>> > discounted, whatever) mac computer for the use of developers who are<br>
>> > developing or are willing to test on it. What do you think?<br>
>> ><br>
>><br>
>> I don't like this idea.<br>
>> I think should be really better to have some more Mac power user<br>
>> instead, and use the money for community sprint<br>
>><br>
>> > my 2 c<br>
>> > madi<br>
>> ><br>
>><br>
>> --<br>
>> ciao<br>
>> Luca<br>
>><br>
>> <a href="http://gis.cri.fmach.it/delucchi/" target="_blank">http://gis.cri.fmach.it/delucchi/</a><br>
>> <a href="http://www.lucadelu.org" target="_blank">www.lucadelu.org</a><br>
>> _______________________________________________<br>
>> grass-dev mailing list<br>
>> <a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>
>> <a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
><br>
><br>
><br>
><br>
> --<br>
><br>
> Thomas E Adams<br>
><br>
> Development & Operations Hydrologist<br>
> National Weather Service<br>
> Ohio River Forecast Center<br>
> 1901 South State Route 134<br>
> Wilmington, OH 45177<br>
><br>
> <a href="http://www.erh.noaa.gov/er/ohrfc/" target="_blank">http://www.erh.noaa.gov/er/ohrfc/</a><br>
><br>
> EMAIL:        <a href="mailto:thomas.adams@noaa.gov" target="_blank">thomas.adams@noaa.gov</a><br>
><br>
> VOICE:        <a href="tel:937-383-0528" value="+19373830528" target="_blank">937-383-0528</a><br>
> FAX:  <a href="tel:937-383-0033" value="+19373830033" target="_blank">937-383-0033</a><br>
><br>
> _______________________________________________<br>
> grass-dev mailing list<br>
> <a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
><br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> grass-dev mailing list<br>
> <a href="mailto:grass-dev@lists.osgeo.org" target="_blank">grass-dev@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
</div></div></blockquote></div><br></div>
</div></div></div><br></div>