[GRASS-user] getting error msg "g.echo.exe not found" to compile source code

Dear Grass User,

I am getting following error massage to compile source code. please see and tell me the way.

make
make: /c/OSGeo4W/apps/grass/grass-7.0.svn/dist.i686-pc-mingw32/tools/g.echo.exe: Command not found
make: /c/OSGeo4W/apps/grass/grass-7.0.svn/dist.i686-pc-mingw32/tools/g.echo.exe: Command not found
make: *** No rule to make target |', needed by pre’. Stop.

Thanking You all.

Regards.

Sandip.

On Wed, Nov 23, 2011 at 9:10 AM, Sandip Maity <sandip.stesalit@gmail.com> wrote:

Dear Grass User,

I am getting following error massage to compile source code. please see and
tell me the way.

make
make:
/c/OSGeo4W/apps/grass/grass-7.0.svn/dist.i686-pc-mingw32/tools/g.echo.exe:
Command not found
make:
/c/OSGeo4W/apps/grass/grass-7.0.svn/dist.i686-pc-mingw32/tools/g.echo.exe:
Command not found
make: *** No rule to make target `|', needed by `pre'. Stop.

This line indicates that your "make" program is too old. It must
be at least make 3.81 for GRASS 7.

See
http://trac.osgeo.org/grass/wiki/CompileOnWindows#InstalltheenvironmentforcompilationMingW
-> 8. Download the latest make program...

Markus

Markus N wrote:

This line indicates that your "make" program is too
old. It must be at least make 3.81 for GRASS 7.

perhaps we could add a test in the ./configure script
to make the problem a bit more obvious & earlier?
$ make --version | head -n 1

Hamish

Dear Markus,

I downloaded make 3.81.

But after installation make is 3.79.1

Please suggest any idea.

Thanks and regards.

Sandip

On Thu, Nov 24, 2011 at 2:33 AM, Markus Neteler <neteler@osgeo.org> wrote:

On Wed, Nov 23, 2011 at 9:10 AM, Sandip Maity <sandip.stesalit@gmail.com> wrote:

Dear Grass User,

I am getting following error massage to compile source code. please see and
tell me the way.

make
make:
/c/OSGeo4W/apps/grass/grass-7.0.svn/dist.i686-pc-mingw32/tools/g.echo.exe:
Command not found
make:
/c/OSGeo4W/apps/grass/grass-7.0.svn/dist.i686-pc-mingw32/tools/g.echo.exe:
Command not found
make: *** No rule to make target |', needed by pre’. Stop.

This line indicates that your “make” program is too old. It must
be at least make 3.81 for GRASS 7.

See
http://trac.osgeo.org/grass/wiki/CompileOnWindows#InstalltheenvironmentforcompilationMingW
→ 8. Download the latest make program…

Markus

On Thu, Nov 24, 2011 at 6:43 AM, Sandip Maity <sandip.stesalit@gmail.com> wrote:

I downloaded make 3.81.

But after installation make is 3.79.1

Please suggest any idea.

Please contact the OSGeo4W list - there are more people having this
problem. Maybe, if more people are asking, then it will be recognized
as a problem?

Sorry for no better answer,
Markus

PS: Please note that there is the precompiled version
http://wingrass.fsv.cvut.cz/grass70/osgeo4w/

Hello,

How did you install the new make 3.81?
as I had the same problem some weeks ago,
here what needs to be done (at least in my case):

1) It is really important to follow the wiki (compile_on_windows)!
2) Download the latest make program compliant with the OSGeo4W framework from here. (download only from here and not any installer or
anything...)
3) Unzip the folder and copy its subfolder contents into the corresponding subfolders of c:\osgeo4w\apps\msys. This step is really important!
4) Close and re-open msys
5) make -version

/Johannes

-------- Original-Nachricht --------

Datum: Thu, 24 Nov 2011 09:01:01 +0100
Von: Markus Neteler <neteler@osgeo.org>
An: Sandip Maity <sandip.stesalit@gmail.com>
CC: GRASS user list <grass-user@lists.osgeo.org>
Betreff: Re: [GRASS-user] getting error msg "g.echo.exe not found" to compile source code

On Thu, Nov 24, 2011 at 6:43 AM, Sandip Maity <sandip.stesalit@gmail.com>
wrote:
> I downloaded make 3.81.
>
> But after installation make is 3.79.1
>
> Please suggest any idea.

Please contact the OSGeo4W list - there are more people having this
problem. Maybe, if more people are asking, then it will be recognized
as a problem?

Sorry for no better answer,
Markus

PS: Please note that there is the precompiled version
http://wingrass.fsv.cvut.cz/grass70/osgeo4w/
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

--
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!
Jetzt informieren: http://www.gmx.net/de/go/freephone

Dear Johannes,

“Unzip the folder and copy its sub folder contents into the corresponding sub folders of c:\osgeo4w\apps\msys.”=> I have to copied every sub folder of the make file to msys directory. in many cases the sub folder name also same. then i have to digging or overwrite.

In compile_on_windows, please see the 6th step here also i am facing same problem for copying.

Please help me.

Thanks and regards.

Sandip

On Thu, Nov 24, 2011 at 3:03 PM, Johannes Radinger <JRadinger@gmx.at> wrote:

Hello,

How did you install the new make 3.81?
as I had the same problem some weeks ago,
here what needs to be done (at least in my case):

  1. It is really important to follow the wiki (compile_on_windows)!
  2. Download the latest make program compliant with the OSGeo4W framework from here. (download only from here and not any installer or
    anything…)
  3. Unzip the folder and copy its subfolder contents into the corresponding subfolders of c:\osgeo4w\apps\msys. This step is really important!
  4. Close and re-open msys
  5. make -version

/Johannes

-------- Original-Nachricht --------

Datum: Thu, 24 Nov 2011 09:01:01 +0100
Von: Markus Neteler <neteler@osgeo.org>
An: Sandip Maity <sandip.stesalit@gmail.com>
CC: GRASS user list <grass-user@lists.osgeo.org>
Betreff: Re: [GRASS-user] getting error msg “g.echo.exe not found” to compile source code

On Thu, Nov 24, 2011 at 6:43 AM, Sandip Maity <sandip.stesalit@gmail.com>
wrote:

I downloaded make 3.81.

But after installation make is 3.79.1

Please suggest any idea.

Please contact the OSGeo4W list - there are more people having this
problem. Maybe, if more people are asking, then it will be recognized
as a problem?

Sorry for no better answer,
Markus

PS: Please note that there is the precompiled version
http://wingrass.fsv.cvut.cz/grass70/osgeo4w/


grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!
Jetzt informieren: http://www.gmx.net/de/go/freephone

Hi,

in Windows 7 there is the possibility to merge to folders with
the same name. So the folder have to be merged and already existing
files (not folders) should be replaced by the newer one.

Same for point 6 in the wiki.

/Johannes

-------- Original-Nachricht --------

Datum: Thu, 24 Nov 2011 18:31:21 +0530
Von: Sandip Maity <sandip.stesalit@gmail.com>
An: Johannes Radinger <JRadinger@gmx.at>
CC: grass-user@lists.osgeo.org
Betreff: Re: [GRASS-user] getting error msg "g.echo.exe not found" to compile source code

Dear Johannes,

"Unzip the folder and copy its sub folder contents into the corresponding
sub folders of c:\osgeo4w\apps\msys."=> I have to copied every sub folder
of the make file to msys directory. in many cases the sub folder name also
same. then i have to digging or overwrite.

In compile_on_windows, please see the 6th step here also i am facing same
problem for copying.

Please help me.

Thanks and regards.

Sandip

On Thu, Nov 24, 2011 at 3:03 PM, Johannes Radinger <JRadinger@gmx.at>
wrote:

> Hello,
>
> How did you install the new make 3.81?
> as I had the same problem some weeks ago,
> here what needs to be done (at least in my case):
>
> 1) It is really important to follow the wiki (compile_on_windows)!
> 2) Download the latest make program compliant with the OSGeo4W framework
> from here. (download only from here and not any installer or
> anything...)
> 3) Unzip the folder and copy its subfolder contents into the
corresponding
> subfolders of c:\osgeo4w\apps\msys. This step is really important!
> 4) Close and re-open msys
> 5) make -version
>
>
> /Johannes
>
>
> -------- Original-Nachricht --------
> > Datum: Thu, 24 Nov 2011 09:01:01 +0100
> > Von: Markus Neteler <neteler@osgeo.org>
> > An: Sandip Maity <sandip.stesalit@gmail.com>
> > CC: GRASS user list <grass-user@lists.osgeo.org>
> > Betreff: Re: [GRASS-user] getting error msg "g.echo.exe not found" to
> compile source code
>
> > On Thu, Nov 24, 2011 at 6:43 AM, Sandip Maity
<sandip.stesalit@gmail.com
> >
> > wrote:
> > > I downloaded make 3.81.
> > >
> > > But after installation make is 3.79.1
> > >
> > > Please suggest any idea.
> >
> > Please contact the OSGeo4W list - there are more people having this
> > problem. Maybe, if more people are asking, then it will be recognized
> > as a problem?
> >
> > Sorry for no better answer,
> > Markus
> >
> > PS: Please note that there is the precompiled version
> > http://wingrass.fsv.cvut.cz/grass70/osgeo4w/
> > _______________________________________________
> > grass-user mailing list
> > grass-user@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/grass-user
>
> --
> NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!
> Jetzt informieren: http://www.gmx.net/de/go/freephone
>

--
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!
Jetzt informieren: http://www.gmx.net/de/go/freephone