Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-21 Thread Helmut Kudrnovsky
>'make' is not recognized as an internal or external command, >operable program or batch file. >Previously I run 'make' in mingw and it works, seems using OSgeo4w >cmd can't run 'make' make is part of the mingw32/64-installation, but not of the OSGeo4W stack. if you are in the OSGeo4W console,

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-20 Thread Yang, Bo (yangb2)
Hi Moritz > > 4. Then run grass71svn, it reported 3 dll files are missing > > respectively: "libintl-8.dll/ libsystre-0/ libiconv-2 is missing from > > your computer"; each time it report one dll missing, I copy this file > > from "C:\msys64\mingw64\bin" to " C:\OSGeo4W64\bin". I don't know >

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-19 Thread Yang, Bo (yangb2)
m: Helmut Kudrnovsky [mailto:hel...@web.de] Sent: Thursday, May 19, 2016 3:15 AM To: grass-dev@lists.osgeo.org Subject: Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question >3. I checked out codes from trunk and build it: >svn checkout https://s

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-19 Thread Helmut Kudrnovsky
>I searched that libgrass_btree2.7.1.svn.dll are located in folder of " msys32\usr\src\grass_trunk\dist.i386-w64-mingw32\lib" but I don't know why the program still can not find it. Then I tried to copy all files from "..\lib" to "..\bin", then run 'i.segment --ui' again: > >Then the error is: >"

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-19 Thread Helmut Kudrnovsky
>3. I checked out codes from trunk and build it: >svn checkout https://svn.osgeo.org/grass/grass/trunk grass_trunk >PACKAGE_POSTFIX=-daily ./mswindows/osgeo4w/package.sh > >After built it reported: >Started compilation: Thu May 19 00:45:39 EDT 2016 >-- >Errors in:

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-19 Thread Moritz Lennert
On 19/05/16 07:52, Yang, Bo (yangb2) wrote: 5. Because the module "i.segment" which I am focusing report no error, so I just change to i.segment folder and run "make": $ make make: Nothing to be done for 'first'. No need to run make again. Compilaton was already successful for this module.

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-18 Thread Yang, Bo (yangb2)
Moritz Lennert <mlenn...@club.worldonline.be>; Markus Metz <markus.metz.gisw...@gmail.com>; Helmut Kudrnovsky <hel...@web.de> Subject: Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question Hi, On Fri, May 13, 2016 at 3:44 AM, Yang, Bo

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-14 Thread Markus Neteler
Hi, On Fri, May 13, 2016 at 3:44 AM, Yang, Bo (yangb2) wrote: ... > For the 32 bit version, error is appendix I; After I run ‘make’, the report > is in appendix II. please be so kind and reduce the copy.paste stuff to a minimum. Repetitive errors you may remove and replace

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-11 Thread Markus Neteler
On May 12, 2016 6:34 AM, "Yang, Bo (yangb2)" wrote: ... > For the 32 bit version system the error: > - > GRASS GIS 7.1.svn r68419 compilation log > -- > Started compilation: Wed, May 11, 2016 7:34:55 PM >

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-11 Thread Yang, Bo (yangb2)
Hi Helmut, Thanks for the help. Now I think I sort of solved the issue. Below are the updates: 1) >could you do following steps to test if there is some interference with >other python installation? >- rename the ArcGIS python installation folder temporarily (e.g. Python27 -> Yyypython27) >-

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-11 Thread Yang, Bo (yangb2)
gmail.com> Subject: Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question Hi, 2016-05-05 1:19 GMT+02:00 Yang, Bo (yangb2) <yan...@mail.uc.edu>: > This is Bo Yang from the University of Cincinnati. I am working with > Moritz and Markus f

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-11 Thread Martin Landa
Hi, 2016-05-05 1:19 GMT+02:00 Yang, Bo (yangb2) : > This is Bo Yang from the University of Cincinnati. I am working with Moritz > and Markus for the GSoC 2016 project-- Additional segmentation algorithms > for i.segment [0]. Currently, the i.segment module only provides one

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-11 Thread Helmut Kudrnovsky
> Now on my desktop there are both shortcuts of "GRASS GIS 7.1.svn" and "GRASS GIS 7.0.4". >Currently the GRASS GIS 7.0.4 can be normally started without any issue. However, when start GRASS GIS >7.1.svn. the error below showed. for a workaround see:

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-10 Thread Helmut Kudrnovsky
>I did some research on google. Given all the errors come from >python, I am thinking probably there are conflicts come from multi->python installations of my computer (I have anaconda and ArcGIS >installed on my computer, both have python 2.7) could you do following steps to test if there is

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-10 Thread Helmut Kudrnovsky
Yang, Bo (yangb2) wrote > Hi Helmut and Moritz, > >>error: >>libintl-8.dell missing >>libsystre-0.dll missing > [...] > >>ERROR: wxGUI requires wxPython. No module named wxversion > >>It looks like the running/buildenvironment is inkompetent. > >>all these dll's and wxpython should be

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-10 Thread Yang, Bo (yangb2)
Hi Helmut and Moritz, >error: >libintl-8.dell missing >libsystre-0.dll missing [...] >ERROR: wxGUI requires wxPython. No module named wxversion >It looks like the running/buildenvironment is inkompetent. >all these dll's and wxpython should be available by the OSGeo4W environment. >try the

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-10 Thread Helmut Kudrnovsky
>Ok, then you have to either solve the compilation errors (maybe you can >send us the error.log of trying to run make in one of the directories >which failed), or disable compilation by (I think - but am no expert in >MS Windows compilation - Helmut, can you confirm ?) erasing the line >

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-10 Thread Moritz Lennert
On 10/05/16 03:40, Yang, Bo (yangb2) wrote: Hi Helmut and Moritz, Thanks for the reply and advise, here is my updates: 1) no error reported in former steps either, and I can see the file " grass71svn.bat " is located in the right place. what is the "right place"? what is the path to the

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-09 Thread Helmut Kudrnovsky
Regarding error in las modules: See https://trac.osgeo.org/grass/browser/grass/trunk/mswindows/osgeo4w/package.sh#L178 and change this line to disable las functionality for compilation - best regards Helmut -- View this message in context:

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-09 Thread Helmut Kudrnovsky
Regarding missing dll's and wxpython, try to install e.g. OSGeo4W-winGRASS 7.0.4, then all dependencies should be installed. - best regards Helmut -- View this message in context:

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-09 Thread Helmut Kudrnovsky
>error: >libintl-8.dell missing >libsystre-0.dll missing [...] >ERROR: wxGUI requires wxPython. No module named wxversion It looks like the running/buildenvironment is inkompetent. all these dll's and wxpython should be available by the OSGeo4W environment. try the OSGeo4W advanced install

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-09 Thread Yang, Bo (yangb2)
ss/wiki/CompileOnWindows [1] http://forums.codeblocks.org/index.php?topic=20598.0 -Original Message- From: Moritz Lennert [mailto:mlenn...@club.worldonline.be] Sent: Monday, May 9, 2016 3:40 AM To: Helmut Kudrnovsky <hel...@web.de>; grass-dev@lists.osgeo.org Subject: Re: [GRASS-dev] Seeking advices fo

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-09 Thread Moritz Lennert
On 09/05/16 08:26, Helmut Kudrnovsky wrote: For MS windows have a look here: https://lists.osgeo.org/pipermail/grass-dev/2016-May/080159.html https://lists.osgeo.org/pipermail/grass-dev/2016-May/080160.html I assume win10 is too new so I tried win 7 and win8.1 using different computers. I

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-09 Thread Helmut Kudrnovsky
For MS windows have a look here: https://lists.osgeo.org/pipermail/grass-dev/2016-May/080159.html https://lists.osgeo.org/pipermail/grass-dev/2016-May/080160.html >I assume win10 is too new so I tried win 7 and win8.1 using different >computers. I AFAIK the Windows version doesn't matter.

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-08 Thread Yang, Bo (yangb2)
(yangb2) <yan...@mail.uc.edu> > Cc: grass-dev@lists.osgeo.org; Markus Metz > <markus.metz.gisw...@gmail.com> Subject: Re: [GRASS-dev] Seeking > advices for image segmentation algorithms and windows compile question > > I would strongly suggest to set up a dual boot on your sy

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-08 Thread Helmut Kudrnovsky
> > @echo off > > > > rem > > ## > > ### > > > > rem # > > > > rem # GRASS initialization bat script (OSGeo4W) > > > > rem # > > > > rem > > ## > > ### > > > > >

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-07 Thread Helmut Kudrnovsky
> > no error reported in former steps either, and I can see the file " > > grass71svn.bat " is located in the right place. what is the "right place"? what is the path to the "right place"? > > SET OSGEO4W_ROOT=@osgeo4w@ could it be that OSGEO4W_ROOT isn't defined? was winGRASS also installed

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-07 Thread Moritz Lennert
s Metz > <markus.metz.gisw...@gmail.com> Subject: Re: [GRASS-dev] Seeking > advices for image segmentation algorithms and windows compile question > > I would strongly suggest to set up a dual boot on your system with > Ubuntu or Debian as a development platform. You will save

Re: [GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-05 Thread Maris Nartiss
I would strongly suggest to set up a dual boot on your system with Ubuntu or Debian as a development platform. You will save tons of time wasted on fighting with Windows'isms. Don't waste your time on virtualisation unless you can give VM two cores + 8Gb RAM. No, developing GRASS GIS doesn't need

[GRASS-dev] Seeking advices for image segmentation algorithms and windows compile question

2016-05-04 Thread Yang, Bo (yangb2)
Hello, This is Bo Yang from the University of Cincinnati. I am working with Moritz and Markus for the GSoC 2016 project-- Additional segmentation algorithms for i.segment [0]. Currently, the i.segment module only provides one segmentation algorithm: region-growing. The code of i.segment was