<div dir="ltr">Yes, <div><br></div><div>worked fine now. </div><div><br></div><div>thanks</div><div><br></div><div>Carlos</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Aug 6, 2015 at 10:49 AM, Rainer M Krug <span dir="ltr"><<a href="mailto:Rainer@krugs.de" target="_blank">Rainer@krugs.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks to Glenn, this should be working now:<br>
<br>
--8<---------------cut here---------------start------------->8---<br>
brew install -build-from-source liblas<br>
brew install --with-liblas HEAD grass-71<br>
--8<---------------cut here---------------end--------------->8---<br>
<br>
I also updated the wiki at<br>
<br>
--8<---------------cut here---------------start------------->8---<br>
<a href="http://grasswiki.osgeo.org/wiki/Compiling_on_MacOSX_using_homebrew#How_to_install_GRASS_GIS_7.1_SVN_Head
--8" rel="noreferrer" target="_blank">http://grasswiki.osgeo.org/wiki/Compiling_on_MacOSX_using_homebrew#How_to_install_GRASS_GIS_7.1_SVN_Head<br>
--8</a><---------------cut here---------------end--------------->8---<br>
<div class="HOEnZb"><div class="h5"><br>
Cheers,<br>
<br>
Rainer<br>
<br>
Rainer M Krug <<a href="mailto:Rainer@krugs.de">Rainer@krugs.de</a>> writes:<br>
<br>
> OK - I tried the installation of grass 70 from osgeo4mac and it has the<br>
> same error. I have reported it on their website (see<br>
> <a href="https://github.com/OSGeo/homebrew-osgeo4mac/issues/102" rel="noreferrer" target="_blank">https://github.com/OSGeo/homebrew-osgeo4mac/issues/102</a>)<br>
><br>
> So it is not a 7.1 issue.<br>
><br>
> Cheers,<br>
><br>
> Rainer<br>
><br>
> Rainer M Krug <<a href="mailto:Rainer@krugs.de">Rainer@krugs.de</a>> writes:<br>
><br>
>> Carlos Grohmann <<a href="mailto:carlos.grohmann@gmail.com">carlos.grohmann@gmail.com</a>> writes:<br>
>><br>
>>> Hi<br>
>>><br>
>>> I never installed OS X on a virtual machine, can't help much there.. (I'm<br>
>>> using yosemite as primary machine and El Capitan on a secondary one)<br>
>><br>
>> OK - I will see how it goes. Maybe a second HDD is the easiest option.<br>
>><br>
>>><br>
>>><br>
>>> While we are here, I tried the homebrew tap for 7.1svn on a Yosemite<br>
>>> machine and it didn't worked.<br>
>><br>
>> Could you give me the options you used for<br>
>><br>
>> ,----<br>
>> | brew install --HEAD grass-71<br>
>> `----<br>
>><br>
>> so that I can check? because on Travis-ci the default installation is<br>
>> installing without errors - I am trying it just now at<br>
>><br>
>> <a href="https://travis-ci.org/rkrug/homebrew-experimental" rel="noreferrer" target="_blank">https://travis-ci.org/rkrug/homebrew-experimental</a><br>
>><br>
>><br>
>>> First I tried to install with libLas, add although it installed libels<br>
>>> correctly, it can't find the library when running GRASS'configure<br>
>>><br>
>>> :==> ./configure --prefix=/usr/local/Cellar/grass-71/HEAD --enable-shared<br>
>>> --with-<br>
>>> checking for gdal-config... /usr/local/opt/gdal/bin/gdal-config<br>
>>> rm: conftest.dSYM: is a directory<br>
>>> checking whether to use libLAS... yes<br>
>>> checking for liblas-config... /usr/local/opt/liblas/bin/liblas-config<br>
>>> configure: error: *** Unable to locate libLAS library.<br>
>>><br>
>>><br>
>>> Then I tried with libels and it went OK, but when I run:<br>
>>><br>
>>><br>
>>> Serenity:~ guano$ /usr/local/bin/grass71<br>
>>> Traceback (most recent call last):<br>
>>>   File "/usr/local/bin/grass71", line 54, in <module><br>
>>>     ENCODING = locale.getdefaultlocale()[1]<br>
>>>   File<br>
>>> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py",<br>
>>> line 511, in getdefaultlocale<br>
>>>     return _parse_localename(localename)<br>
>>>   File<br>
>>> "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py",<br>
>>> line 443, in _parse_localename<br>
>>>     raise ValueError, 'unknown locale: %s' % localename<br>
>>> ValueError: unknown locale: UTF-8<br>
>>> Serenity:~ guano$<br>
>>><br>
>><br>
>> I have everything (including python) in homebrew and I can install it,<br>
>> although I have not tested any additional options.<br>
>><br>
>> I just added two more test cases / envelopes on travis-ci (--with-liblas<br>
>> and --with-openblas) to test this and they are running at the moment ...<br>
>><br>
>> You can see them at<br>
>> <a href="https://travis-ci.org/rkrug/homebrew-experimental/builds/74242734" rel="noreferrer" target="_blank">https://travis-ci.org/rkrug/homebrew-experimental/builds/74242734</a><br>
>><br>
>><br>
>> And the --with-liblas fails there as well. OK.<br>
>><br>
>> I added the -v for the v=compile to get a better picture ...<br>
>><br>
>> <a href="https://travis-ci.org/rkrug/homebrew-experimental/builds/74248159" rel="noreferrer" target="_blank">https://travis-ci.org/rkrug/homebrew-experimental/builds/74248159</a><br>
>><br>
>> same errors.<br>
>><br>
>> I found the following:<br>
>><br>
>> grass70 not detecting latest source build of libLAS (1.7.0)<br>
>> <a href="https://trac.osgeo.org/grass/ticket/2065" rel="noreferrer" target="_blank">https://trac.osgeo.org/grass/ticket/2065</a><br>
>><br>
>> And the only reference I see is that liblas newer than 1.7 is<br>
>> installed, but homebrew installs 1.8 - so this is not the problem.<br>
>><br>
>> OK - I think I narrowed it down: it seems that the problem is gdal.<br>
>><br>
>> I will open another subject with this.<br>
>><br>
>> Cheers,<br>
>><br>
>> Rainer<br>
>><br>
>><br>
>>><br>
>>><br>
>>> any ideas?<br>
>>><br>
>>><br>
>>> thanks<br>
>>><br>
>>> Carlos<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> On Tue, Aug 4, 2015 at 10:52 AM, Rainer M Krug <<a href="mailto:Rainer@krugs.de">Rainer@krugs.de</a>> wrote:<br>
>>><br>
>>>> Carlos Grohmann <<a href="mailto:carlos.grohmann@gmail.com">carlos.grohmann@gmail.com</a>> writes:<br>
>>>><br>
>>>> > Hello Rainer (and devs)<br>
>>>> ><br>
>>>> > I think you only need to join the beta program (although I have the free<br>
>>>> > developer account, just to be able to download xcode-related tools like<br>
>>>> the<br>
>>>> > comand line tools).<br>
>>>><br>
>>>> Thanks - I registered for the beta program an I am downloading El<br>
>>>> Capitan at the moment.<br>
>>>><br>
>>>> Can you give any pointers how I can install it in Virtual Box as I do<br>
>>>> not want to interfere with my production machine and do prefer the<br>
>>>> flexibility of a virtual machine.<br>
>>>><br>
>>>> I'll take a look at the errors when I have it installed - which might be<br>
>>>> in two weeks time as I will be on holiday next week.<br>
>>>><br>
>>>> Thanks,<br>
>>>><br>
>>>> Rainer<br>
>>>><br>
>>>><br>
>>>> ><br>
>>>> > I'll summarise what I know so far about these issues:<br>
>>>> ><br>
>>>> ><br>
>>>> > - When compiling, I get a lot of errors. These are related to creating<br>
>>>> html<br>
>>>> > docs. As Glynn said, at this pint of compilation, the module is run<br>
>>>> > with  --html-description<br>
>>>> > switch to get a list of its options. Any problems with wxpython will<br>
>>>> cause<br>
>>>> > an error here.<br>
>>>> ><br>
>>>> > - Running make in the module directory show a call to<br>
>>>> > libgrass_gis.7.0.1svn.dylib,<br>
>>>> > but with the wrong path. It tries to load the library from the final<br>
>>>> > package path (after installation), which doesn't exists yet..<br>
>>>> ><br>
>>>> > see the last lines of this output:<br>
>>>> ><br>
>>>> > cd scripts/d.correlate/<br>
>>>> > GuanoAFBIOTA:d.correlate guano$ make<br>
>>>> > if [<br>
>>>> ><br>
>>>> "/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/scripts/d.correlate"<br>
>>>> > != "" ] ; then<br>
>>>> ><br>
>>>> GISRC=/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/demolocation/.grassrc70<br>
>>>> ><br>
>>>> GISBASE=/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0<br>
>>>> ><br>
>>>> PATH="/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/bin:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/bin:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/scripts:$PATH"<br>
>>>> ><br>
>>>> PYTHONPATH="/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/etc/python:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/gui/wxpython:$PYTHONPATH"<br>
>>>> ><br>
>>>> DYLD_LIBRARY_PATH="/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/bin:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/scripts:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/lib:/Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/lib:"<br>
>>>> > LC_ALL=C<br>
>>>> ><br>
>>>> /Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/scripts/d.correlate<br>
>>>> > --html-description < /dev/null | grep -v '</body>\|</html>' ><br>
>>>> > d.correlate.tmp.html ; fi<br>
>>>> > dyld: Library not loaded:<br>
>>>> ><br>
>>>> /Applications/GRASS-7.0.app/Contents/MacOS/lib/libgrass_gis.7.0.1svn.dylib<br>
>>>> >   Referenced from:<br>
>>>> ><br>
>>>> /Users/guano/Documents/installs/grass70_release/dist.x86_64-apple-darwin15.0.0/bin/g.parser<br>
>>>> >   Reason: image not found<br>
>>>> > make: *** [d.correlate.tmp.html] Error 1<br>
>>>> > rm d.correlate.tmp.html<br>
>>>> ><br>
>>>> ><br>
>>>> > - Ignoring the error and creating the package will work, and the package<br>
>>>> > will install, although when run, the GUI will fail:<br>
>>>> ><br>
>>>> >>>> from grass.pygrass import messages<br>
>>>> > Traceback (most recent call last):<br>
>>>> >   File "<stdin>", line 1, in <module><br>
>>>> >   File<br>
>>>> ><br>
>>>> "/Applications/GRASS-7.0.app/Contents/MacOS/etc/python/grass/pygrass/messages/__init__.py",<br>
>>>> > line 19, in <module><br>
>>>> >     import grass.lib.gis as libgis<br>
>>>> >   File<br>
>>>> > "/Applications/GRASS-7.0.app/Contents/MacOS/etc/python/grass/lib/gis.py",<br>
>>>> > line 23, in <module><br>
>>>> >     _libs["grass_gis.7.0.1RC2"] = load_library("grass_gis.7.0.1RC2")<br>
>>>> >   File<br>
>>>> ><br>
>>>> "/Applications/GRASS-7.0.app/Contents/MacOS/etc/python/grass/lib/ctypes_loader.py",<br>
>>>> > line 57, in load_library<br>
>>>> >     raise ImportError,"%s not found." % libname<br>
>>>> > ImportError: grass_gis.7.0.1RC2 not found.<br>
>>>> ><br>
>>>> ><br>
>>>> > cheers<br>
>>>> ><br>
>>>> > Carlos<br>
>>>> ><br>
>>>> ><br>
>>>> ><br>
>>>> ><br>
>>>> ><br>
>>>> ><br>
>>>> ><br>
>>>> ><br>
>>>> > On Sun, Aug 2, 2015 at 7:51 AM, Rainer M Krug <<a href="mailto:r.m.krug@gmail.com">r.m.krug@gmail.com</a>><br>
>>>> wrote:<br>
>>>> ><br>
>>>> >><br>
>>>> >><br>
>>>> >> Envoyé de mon iPhone<br>
>>>> >><br>
>>>> >> Le 31 juil. 2015 à 23:07, Carlos Grohmann <<a href="mailto:carlos.grohmann@gmail.com">carlos.grohmann@gmail.com</a>> a<br>
>>>> >> écrit :<br>
>>>> >><br>
>>>> >> Hi<br>
>>>> >><br>
>>>> >> The homebrew formula doesn't really work on OSX 10.11 beta. In the log<br>
>>>> >> file (attached) I can see the same errors in compilation I got when<br>
>>>> tried<br>
>>>> >> to compile svn. They are related to html manual pages, but prevent<br>
>>>> >> installation from continue.<br>
>>>> >><br>
>>>> >><br>
>>>> >> As I do not have 10.11 beta I can't check it. But please let me (and<br>
>>>> >> osgeo4mac) know when you found a solution as I think it will also affect<br>
>>>> >> 6.4x and 7.0x versions.<br>
>>>> >><br>
>>>> >> Do I have to have a developer account with apple to have access to the<br>
>>>> >> beta?<br>
>>>> >><br>
>>>> >> Cheers<br>
>>>> >><br>
>>>> >> Rainer<br>
>>>> >><br>
>>>> >><br>
>>>> >> Carlos<br>
>>>> >><br>
>>>> >><br>
>>>> >><br>
>>>> >> brew tap rkrug/head-only<br>
>>>> >> ==> Tapping rkrug/head-only<br>
>>>> >> Cloning into '/usr/local/Library/Taps/rkrug/homebrew-head-only'...<br>
>>>> >> remote: Counting objects: 4, done.<br>
>>>> >> remote: Compressing objects: 100% (4/4), done.<br>
>>>> >> remote: Total 4 (delta 0), reused 4 (delta 0), pack-reused 0<br>
>>>> >> Unpacking objects: 100% (4/4), done.<br>
>>>> >> Checking connectivity... done.<br>
>>>> >> Tapped 1 formula (27 files, 116K)<br>
>>>> >><br>
>>>> >><br>
>>>> >> brew install grass-71<br>
>>>> >> Error: rkrug/head-only/grass-71 is a head-only formula<br>
>>>> >> Install with `brew install --HEAD rkrug/head-only/grass-71`<br>
>>>> >><br>
>>>> >><br>
>>>> >> brew install --HEAD rkrug/head-only/grass-71<br>
>>>> >> Warning: You are using OS X 10.11.<br>
>>>> >> We do not provide support for this pre-release version.<br>
>>>> >> You may encounter build failures or other breakage.<br>
>>>> >> ==> Installing grass-71 from rkrug/homebrew-head-only<br>
>>>> >> Error: No available formula for nc_spm_08_grass7 (dependency of<br>
>>>> >> rkrug/head-only/grass-71)<br>
>>>> >><br>
>>>> >><br>
>>>> >> guano$ brew install --HEAD rkrug/head-only/grass-71<br>
>>>> >> --without-nc_spm_08_grass7<br>
>>>> >> Warning: You are using OS X 10.11.<br>
>>>> >> We do not provide support for this pre-release version.<br>
>>>> >> You may encounter build failures or other breakage.<br>
>>>> >> ==> Installing grass-71 from rkrug/homebrew-head-only<br>
>>>> >> ==> Cloning <a href="https://svn.osgeo.org/grass/grass/trunk" rel="noreferrer" target="_blank">https://svn.osgeo.org/grass/grass/trunk</a><br>
>>>> >> Updating /Library/Caches/Homebrew/grass-71--svn-HEAD<br>
>>>> >> ==> Patching<br>
>>>> >> patching file include/Make/Install.make<br>
>>>> >> Hunk #1 succeeded at 116 (offset 2 lines).<br>
>>>> >> ==> ./configure --prefix=/usr/local/Cellar/grass-71/HEAD --enable-shared<br>
>>>> >> --with-<br>
>>>> >> ==> make GDAL_DYNAMIC=<br>
>>>> >> appear in the error log. If you get an error building a library, you<br>
>>>> will<br>
>>>> >> also get errors from anything which uses the library.<br>
>>>> >> --<br>
>>>> >> Finished compilation: Fri Jul 31 17:36:12 BRT 2015<br>
>>>> >> make: *** [default] Error 1<br>
>>>> >><br>
>>>> >> READ THIS: <a href="https://git.io/brew-troubleshooting" rel="noreferrer" target="_blank">https://git.io/brew-troubleshooting</a><br>
>>>> >> If reporting this issue please do so at (not Homebrew/homebrew):<br>
>>>> >>   <a href="https://github.com/rkrug/homebrew-head-only/issues" rel="noreferrer" target="_blank">https://github.com/rkrug/homebrew-head-only/issues</a><br>
>>>> >><br>
>>>> >> Warning: You are using OS X 10.11.<br>
>>>> >> We do not provide support for this pre-release version.<br>
>>>> >> You may encounter build failures or other breakage.<br>
>>>> >> GuanoAFBIOTA:~ guano$<br>
>>>> >><br>
>>>> >><br>
>>>> >><br>
>>>> >><br>
>>>> >> On Fri, Jul 31, 2015 at 11:54 AM, Carlos Grohmann <<br>
>>>> >> <a href="mailto:carlos.grohmann@gmail.com">carlos.grohmann@gmail.com</a>> wrote:<br>
>>>> >><br>
>>>> >>> Very interesting!<br>
>>>> >>><br>
>>>> >>> From the brew recipe, it looks that one needs all dependencies<br>
>>>> installed<br>
>>>> >>> via homebrew, is that right? I'm thinking that most will have<br>
>>>> Kyngsburie's<br>
>>>> >>> Frameworks already installed (at least GDAL). Same goes for wx-python.<br>
>>>> >>><br>
>>>> >>> best<br>
>>>> >>><br>
>>>> >>> Carlos<br>
>>>> >>><br>
>>>> >>><br>
>>>> >>><br>
>>>> >>><br>
>>>> >>> On Fri, Jul 31, 2015 at 5:44 AM, Rainer M Krug <<a href="mailto:Rainer@krugs.de">Rainer@krugs.de</a>><br>
>>>> wrote:<br>
>>>> >>><br>
>>>> >>>> Anna Petrášová <<a href="mailto:kratochanna@gmail.com">kratochanna@gmail.com</a>> writes:<br>
>>>> >>>><br>
>>>> >>>> > On Thu, Jul 30, 2015 at 6:38 AM, Rainer M Krug <<a href="mailto:Rainer@krugs.de">Rainer@krugs.de</a>><br>
>>>> >>>> wrote:<br>
>>>> >>>> ><br>
>>>> >>>> >> Hi<br>
>>>> >>>> >><br>
>>>> >>>> >> I just added a section / new page in the WIKI for installation of<br>
>>>> >>>> GRASS<br>
>>>> >>>> >> using homebrew. Please see<br>
>>>> >>>> >><br>
>>>> >>>> >> <a href="http://grasswiki.osgeo.org/wiki/Compile_and_Install#Mac_OSX" rel="noreferrer" target="_blank">http://grasswiki.osgeo.org/wiki/Compile_and_Install#Mac_OSX</a><br>
>>>> >>>> >><br>
>>>> >>>> >> and<br>
>>>> >>>> >><br>
>>>> >>>> >> <a href="http://grasswiki.osgeo.org/wiki/Compiling_on_MacOSX_using_homebrew" rel="noreferrer" target="_blank">http://grasswiki.osgeo.org/wiki/Compiling_on_MacOSX_using_homebrew</a><br>
>>>> >>>> >><br>
>>>> >>>> >> It would be great if some Mac / homebrew users would see if it<br>
>>>> works<br>
>>>> >>>> and<br>
>>>> >>>> >> give me comments here.<br>
>>>> >>>> >><br>
>>>> >>>> ><br>
>>>> >>>> > I will try to test it next week. Thank you for your efforts!<br>
>>>> >>>><br>
>>>> >>>> Great - let me know how it goes, although I don't know if I will be<br>
>>>> able<br>
>>>> >>>> to reply as I am away and possibly only have very limited internet<br>
>>>> >>>> access.<br>
>>>> >>>><br>
>>>> >>>><br>
>>>> >>>> Thanks,<br>
>>>> >>>><br>
>>>> >>>> Rainer<br>
>>>> >>>><br>
>>>> >>>> ><br>
>>>> >>>> > Anna<br>
>>>> >>>> ><br>
>>>> >>>> ><br>
>>>> >>>> >><br>
>>>> >>>> >> Cheers,<br>
>>>> >>>> >><br>
>>>> >>>> >> Rainer<br>
>>>> >>>> >><br>
>>>> >>>> >> --<br>
>>>> >>>> >> Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation<br>
>>>> >>>> >> Biology, UCT), Dipl. Phys. (Germany)<br>
>>>> >>>> >><br>
>>>> >>>> >> Centre of Excellence for Invasion Biology<br>
>>>> >>>> >> Stellenbosch University<br>
>>>> >>>> >> South Africa<br>
>>>> >>>> >><br>
>>>> >>>> >> Tel :       <a href="tel:%2B33%20-%20%280%299%2053%2010%2027%2044" value="+33953102744">+33 - (0)9 53 10 27 44</a><br>
>>>> >>>> >> Cell:       <a href="tel:%2B33%20-%20%280%296%2085%2062%2059%2098" value="+33685625998">+33 - (0)6 85 62 59 98</a><br>
>>>> >>>> >> Fax :       <a href="tel:%2B33%20-%20%280%299%2058%2010%2027%2044" value="+33958102744">+33 - (0)9 58 10 27 44</a><br>
>>>> >>>> >><br>
>>>> >>>> >> Fax (D):    <a href="tel:%2B49%20-%20%280%293%2021%2021%2025%2022%2044" value="+4932121252244">+49 - (0)3 21 21 25 22 44</a><br>
>>>> >>>> >><br>
>>>> >>>> >> email:      <a href="mailto:Rainer@krugs.de">Rainer@krugs.de</a><br>
>>>> >>>> >><br>
>>>> >>>> >> Skype:      RMkrug<br>
>>>> >>>> >><br>
>>>> >>>> >> PGP: 0x0F52F982<br>
>>>> >>>> >><br>
>>>> >>>> >> _______________________________________________<br>
>>>> >>>> >> grass-dev mailing list<br>
>>>> >>>> >> <a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
>>>> >>>> >> <a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
>>>> >>>> >><br>
>>>> >>>><br>
>>>> >>>> --<br>
>>>> >>>> Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation<br>
>>>> >>>> Biology, UCT), Dipl. Phys. (Germany)<br>
>>>> >>>><br>
>>>> >>>> Centre of Excellence for Invasion Biology<br>
>>>> >>>> Stellenbosch University<br>
>>>> >>>> South Africa<br>
>>>> >>>><br>
>>>> >>>> Tel :       <a href="tel:%2B33%20-%20%280%299%2053%2010%2027%2044" value="+33953102744">+33 - (0)9 53 10 27 44</a><br>
>>>> >>>> Cell:       <a href="tel:%2B33%20-%20%280%296%2085%2062%2059%2098" value="+33685625998">+33 - (0)6 85 62 59 98</a><br>
>>>> >>>> Fax :       <a href="tel:%2B33%20-%20%280%299%2058%2010%2027%2044" value="+33958102744">+33 - (0)9 58 10 27 44</a><br>
>>>> >>>><br>
>>>> >>>> Fax (D):    <a href="tel:%2B49%20-%20%280%293%2021%2021%2025%2022%2044" value="+4932121252244">+49 - (0)3 21 21 25 22 44</a><br>
>>>> >>>><br>
>>>> >>>> email:      <a href="mailto:Rainer@krugs.de">Rainer@krugs.de</a><br>
>>>> >>>><br>
>>>> >>>> Skype:      RMkrug<br>
>>>> >>>><br>
>>>> >>>> PGP: 0x0F52F982<br>
>>>> >>>><br>
>>>> >>>> _______________________________________________<br>
>>>> >>>> grass-dev mailing list<br>
>>>> >>>> <a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
>>>> >>>> <a href="http://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-dev</a><br>
>>>> >>>><br>
>>>> >>><br>
>>>> >>><br>
>>>> >>><br>
>>>> >>> --<br>
>>>> >>> Prof. Carlos Henrique Grohmann<br>
>>>> >>> Institute of Energy and Environment - Univ. of São Paulo, Brazil<br>
>>>> >>> - Digital Terrain Analysis | GIS | Remote Sensing -<br>
>>>> >>><br>
>>>> >>> <a href="http://carlosgrohmann.com" rel="noreferrer" target="_blank">http://carlosgrohmann.com</a><br>
>>>> >>> <a href="http://orcid.org/0000-0001-5073-5572" rel="noreferrer" target="_blank">http://orcid.org/0000-0001-5073-5572</a><br>
>>>> >>> ________________<br>
>>>> >>> Can’t stop the signal.<br>
>>>> >>><br>
>>>> >><br>
>>>> >><br>
>>>> >><br>
>>>> >> --<br>
>>>> >> Prof. Carlos Henrique Grohmann<br>
>>>> >> Institute of Energy and Environment - Univ. of São Paulo, Brazil<br>
>>>> >> - Digital Terrain Analysis | GIS | Remote Sensing -<br>
>>>> >><br>
>>>> >> <a href="http://carlosgrohmann.com" rel="noreferrer" target="_blank">http://carlosgrohmann.com</a><br>
>>>> >> <a href="http://orcid.org/0000-0001-5073-5572" rel="noreferrer" target="_blank">http://orcid.org/0000-0001-5073-5572</a><br>
>>>> >> ________________<br>
>>>> >> Can’t stop the signal.<br>
>>>> >><br>
>>>> >> <02.make><br>
>>>> >><br>
>>>> >><br>
>>>><br>
>>>> --<br>
>>>> Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation<br>
>>>> Biology, UCT), Dipl. Phys. (Germany)<br>
>>>><br>
>>>> Centre of Excellence for Invasion Biology<br>
>>>> Stellenbosch University<br>
>>>> South Africa<br>
>>>><br>
>>>> Tel :       <a href="tel:%2B33%20-%20%280%299%2053%2010%2027%2044" value="+33953102744">+33 - (0)9 53 10 27 44</a><br>
>>>> Cell:       <a href="tel:%2B33%20-%20%280%296%2085%2062%2059%2098" value="+33685625998">+33 - (0)6 85 62 59 98</a><br>
>>>> Fax :       <a href="tel:%2B33%20-%20%280%299%2058%2010%2027%2044" value="+33958102744">+33 - (0)9 58 10 27 44</a><br>
>>>><br>
>>>> Fax (D):    <a href="tel:%2B49%20-%20%280%293%2021%2021%2025%2022%2044" value="+4932121252244">+49 - (0)3 21 21 25 22 44</a><br>
>>>><br>
>>>> email:      <a href="mailto:Rainer@krugs.de">Rainer@krugs.de</a><br>
>>>><br>
>>>> Skype:      RMkrug<br>
>>>><br>
>>>> PGP: 0x0F52F982<br>
>>>><br>
<br>
--<br>
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany)<br>
<br>
Centre of Excellence for Invasion Biology<br>
Stellenbosch University<br>
South Africa<br>
<br>
Tel :       +33 - (0)9 53 10 27 44<br>
Cell:       +33 - (0)6 85 62 59 98<br>
Fax :       +33 - (0)9 58 10 27 44<br>
<br>
Fax (D):    +49 - (0)3 21 21 25 22 44<br>
<br>
email:      <a href="mailto:Rainer@krugs.de">Rainer@krugs.de</a><br>
<br>
Skype:      RMkrug<br>
<br>
PGP: 0x0F52F982<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Prof. Carlos Henrique Grohmann<br>Institute of Energy and Environment - Univ. of São Paulo, Brazil<div>- Digital Terrain Analysis | GIS | Remote Sensing - </div><div><br></div><div><a href="http://carlosgrohmann.com/" target="_blank">http://carlosgrohmann.com</a></div><div><a href="http://orcid.org/0000-0001-5073-5572" style="font-size:13px;color:rgb(17,85,204);font-family:arial,sans-serif;background-color:rgb(255,255,255)" target="_blank">http://orcid.org/0000-0001-5073-5572</a><br><div>________________<br>Can’t stop the signal.</div></div></div></div>
</div>