Re: [GRASS-user] First time trying to install add on g.extension (r.stream.order)

2010-09-26 Thread Hamish
Hamish wrote:
> Besides svn for building C modules, you will need a C compiler
> which doesn't ship with the GRASS installer.

sorry, I was wrong about that. WinGrass does ship with gcc 3.4.5
from mingw (rather old..) and Make 3.81. And Helmut has re-added
svn.exe to the binary installers.

..now we just have to get Make to accept spaces in path names..


Hamish



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


[GRASS-user] First time trying to install add on g.extension (r.stream.order)

2010-09-25 Thread Helmut Kudrnovsky
-Ursprüngliche Nachricht-
Von: "Helmut Kudrnovsky" 
Gesendet: 25.09.2010 11:19:32
An: grass-user@lists.osgeo.org
Betreff: First time trying to install add on g.extension (r.stream.order)

>>> I have looked through many posts and help files to no avail, if
>>> anyone can tell me what additional steps/programs/plugins are
>> >required to install addons I would really appreciate the help.
>>
>>see  [http://subversion.apache.org]
>
>some time ago I've opened a ticket in osgeo4w to include svn into the stack

ah ... and i can see, in preparing the wingrass-package, all svn-exes are 
removed, see

http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat#L62

I'll remove this line and then we'll see how g.extension is working on windows.

best regards
Helmut
___
Neu: WEB.DE De-Mail - Einfach wie E-Mail, sicher wie ein Brief!  
Jetzt De-Mail-Adresse reservieren: https://produkte.web.de/go/demail02
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] First time trying to install add on g.extension (r.stream.order)

2010-09-25 Thread Helmut Kudrnovsky
>> I have looked through many posts and help files to no avail, if
>> anyone can tell me what additional steps/programs/plugins are
> >required to install addons I would really appreciate the help.
>
>see  [http://subversion.apache.org]

some time ago I've opened a ticket in osgeo4w to include svn into the stack

>note g.extension is rather new and untested compared the rest of
>the software, especially on Windows. Besides svn for building C
>modules, you will need a C compiler which doesn't ship with the
>GRASS installer.

a C compiler is shiped with the Wingrass-installer, because all of the 
osgeo4w-build-
environment is included in the WinGrass-installer.

see output from the msys-rxvt-command-line of WinGrass64-release:

Cleaning up temporary files ...
Starting GRASS ...
WARNUNG: Attention!
WARNUNG: Locking is not supported on Windows!
 __  ___   _____
 / / __ \/   | / ___/ ___/   / /  _/ ___/
 / / __/ /_/ / /| | \__ \\_  \   / / __ / / \__ \ 
 / /_/ / _, _/ ___ |___/ /__/ /  / /_/ // / ___/ / 
 \/_/ |_/_/  |_///   \/___///  

Welcome to GRASS 6.4.0 (2010) 
GRASS homepage:  http://grass.osgeo.org/
This version running thru:   Bourne Shell (/bin/sh)
Help is available with the command:  g.manual -i
See the licence terms with:  g.version -c
If required, restart the GUI with:   g.gui wxpython
When ready to quit enter:exit

GRASS 6.4> gcc --help
Usage: gcc.exe [options] file...
Options:
 -pass-exit-codes Exit with highest error code from a phase
 --help   Display this information
 --target-helpDisplay target specific command line options
 (Use '-v --help' to display command line options of sub-processes)
 -dumpspecs   Display all of the built in spec strings
 -dumpversion Display the version of the compiler
 -dumpmachine Display the compiler's target processor
 -print-search-dirs   Display the directories in the compiler's search pat  
h
 -print-libgcc-file-name  Display the name of the compiler's companion library
 -print-file-name=   Display the full path to library 
 -print-prog-name=  Display the full path to compiler component 
 -print-multi-directory   Display the root directory for versions of libgcc
 -print-multi-lib Display the mapping between command line options and
 multiple library search directories
 -print-multi-os-directory Display the relative path to OS libraries
 -Wa,Pass comma-separated  on to the assembler
 -Wp,Pass comma-separated  on to the preprocesso  
r
 -Wl,Pass comma-separated  on to the linker
 -Xassembler Pass  on to the assembler
 -Xpreprocessor  Pass  on to the preprocessor
 -XlinkerPass  on to the linker
 -save-temps  Do not delete intermediate files
 -pipeUse pipes rather than intermediate files
 -timeTime the execution of each subprocess
 -specs=Override built-in specs with the contents of 
 -std=  Assume that the input sources are for 
 -BAdd  to the compiler's search paths
 -b  Run gcc for target , if installed
 -V  Run gcc version number , if installed
 -v   Display the programs invoked by the compiler
 -### Like -v but options quoted and commands not executed
 -E   Preprocess only; do not compile, assemble or link
 -S   Compile only; do not assemble or link
 -c   Compile and assemble, but do not link
 -o Place the output into 
 -x Specify the language of the following input files
 Permissible languages include: c c++ assembler none
 'none' means revert to the default behavior of
 guessing the language based on the file's extension

Options starting with -g, -f, -m, -O, -W, or --param are automatically
 passed on to the various sub-processes invoked by gcc.exe.  In order to pass
 other options on to these processes the -W options must be used.

For bug reporting instructions, please see:
http://www.mingw.org/bugs.shtml>.
GRASS 6.4> 

best regards
Helmut
___
GRATIS: Spider-Man 1-3 sowie 300 weitere Videos!
Jetzt kostenlose Movie-FLAT freischalten! http://movieflat.web.de


smime.p7s
Description: S/MIME Cryptographic Signature
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] First time trying to install add on g.extension (r.stream.order)

2010-09-24 Thread Hamish
David wrote:
> Using GRASS 6.4.0 on windows vista I type "g.extension
> extension=r.stream.order" in the command line at the bottom of
> the layer manager window. The following error is returned:
>
> "Error:  svn client required. Please install Subversion first." 
>
> I have looked through many posts and help files to no avail, if
> anyone can tell me what additional steps/programs/plugins are
> required to install addons I would really appreciate the help.

see  http://subversion.apache.org


note g.extension is rather new and untested compared the rest of
the software, especially on Windows. Besides svn for building C
modules, you will need a C compiler which doesn't ship with the
GRASS installer.


Hamish




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


[GRASS-user] First time trying to install add on g.extension (r.stream.order)

2010-09-24 Thread David Birkigt
Hi,

I am fairly new to GRASS and have what many of you would consider a trivial
or newb problem. Regardless any help would be appreciated.

 Using GRASS 6.4.0 on windows vista I type "g.extension
extension=r.stream.order" in the command line at the bottom of the layer
manager window. The following error is returned:

 "Error:  svn client required. Please install Subversion first."

I have looked through many posts and help files to no avail, if anyone can
tell me what additional steps/programs/plugins are required to install
addons I would really appreciate the help.

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