[GRASS-dev] Unable to find grass7 start script after svn update/recompile

Hello,
i have a problem starting grass7 from the "dist" directory.
I recently made an svn update and recompiled grass7 from scratch.
Now the grass7 start script is missing in the "dist" directory.

What can i do.
I would like to avoid a make install to test my code changes?

Best regards
Soeren

Hi,

2010/4/6 Soeren Gebbert <soerengebbert@googlemail.com>:

i have a problem starting grass7 from the "dist" directory.
I recently made an svn update and recompiled grass7 from scratch.
Now the grass7 start script is missing in the "dist" directory.

you can find start script in "bin" directory (`grass70`).

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa

Hello Martin,

2010/4/6 Martin Landa <landa.martin@gmail.com>:

Hi,

2010/4/6 Soeren Gebbert <soerengebbert@googlemail.com>:

i have a problem starting grass7 from the "dist" directory.
I recently made an svn update and recompiled grass7 from scratch.
Now the grass7 start script is missing in the "dist" directory.

you can find start script in "bin" directory (`grass70`).

Unfortunately not:

grass_trunk> find dist.i686-pc-linux-gnu/ -name \*grass70\*
grass_trunk>

It looks to me that the start script is not generated in the dist directory.

Soeren

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa

2010/4/6 Soeren Gebbert <soerengebbert@googlemail.com>:

you can find start script in "bin" directory (`grass70`).

Unfortunately not:

grass_trunk> find dist.i686-pc-linux-gnu/ -name \*grass70\*
grass_trunk>

find bin.i686-pc-linux-gnu/ -name \*grass70\*

start script (pythonized) has been moved from `dist` to `bin` directory.

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa

Hi Martin,

2010/4/6 Martin Landa <landa.martin@gmail.com>:

2010/4/6 Soeren Gebbert <soerengebbert@googlemail.com>:

you can find start script in "bin" directory (`grass70`).

Unfortunately not:

grass_trunk> find dist.i686-pc-linux-gnu/ -name \*grass70\*
grass_trunk>

find bin.i686-pc-linux-gnu/ -name \*grass70\*

start script (pythonized) has been moved from `dist` to `bin` directory.

Ok, got it ... i am slow to catch on. :wink:
Thanks Martin.

Soeren

Martin

--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa