Further to this; I get these error messages when starting g.extension in the wx gui:
Traceback (most recent call last):
File "/opt/grass/etc/gui/scripts/g.extension.py", line 802, in <module>
sys.exit(main())
File "/opt/grass/etc/gui/scripts/g.extension.py", line 767, in main
list_available_extensions()
File "/opt/grass/etc/gui/scripts/g.extension.py", line 191, in list_available_extensions
desc = mnode.find('description').text
AttributeError: 'NoneType' object has no attribute 'text'
On 23. nov. 2012 20:02, Lars Forseth wrote:
hi!
I'm trying to use g.extension to install som extensions in GRASS 6.4.3svn under SuSE 12.1. But having trouble:
"g.extension.py extension=v.in.geoplot svnurl=http://svn.osgeo.org/grass/grass-addons/grass6
Fetching <v.in.geoplot> from GRASS-Addons SVN (be patient)...
Compiling...
/opt/grass/include/Make/Module.make:25: warning: overriding
recipe for target `install'
/opt/grass/include/Make/Rules.make:90: warning: ignoring old
recipe for target `install'
/opt/grass/include/Make/Module.make:25: warning: overriding
recipe for target `install'
/opt/grass/include/Make/Rules.make:90: warning: ignoring old
recipe for target `install'
main.c:27:23: fatal error: grass/gis.h: No such file or
directory
compilation terminated.
make: *** [OBJ.i686-pc-linux-gnu/main.o] Error 1
ERROR: Compilation failed, sorry. Please check above error messages.
(Fri Nov 23 19:46:33 2012) Command finished (6 sec) "
On Fri, Nov 23, 2012 at 8:02 PM, Lars Forseth <lars.forseth@ntebb.no> wrote:
hi!
I'm trying to use g.extension to install som extensions in GRASS 6.4.3svn
under SuSE 12.1. But having trouble:
"g.extension.py extension=v.in.geoplot
svnurl=http://svn.osgeo.org/grass/grass-addons/grass6
Fetching <v.in.geoplot> from GRASS-Addons SVN (be patient)...
Compiling...
/opt/grass/include/Make/Module.make:25: warning: overriding
recipe for target `install'
/opt/grass/include/Make/Rules.make:90: warning: ignoring old
recipe for target `install'
/opt/grass/include/Make/Module.make:25: warning: overriding
recipe for target `install'
/opt/grass/include/Make/Rules.make:90: warning: ignoring old
recipe for target `install'
main.c:27:23: fatal error: grass/gis.h: No such file or
directory
Did you install the grass-devel package (I don't know the exact
name for Suse)? It is needed for g.extention.
Yes! See below for filelist Regards larsf grass-devel filelist: SuSE 12.1:
ยทยทยท
On 24. nov. 2012 23:38, Markus Neteler wrote:
On Fri, Nov 23, 2012 at 8:02 PM, Lars Forseth [<lars.forseth@ntebb.no>](mailto:lars.forseth@ntebb.no) wrote:
hi!
I'm trying to use g.extension to install som extensions in GRASS 6.4.3svn
under SuSE 12.1. But having trouble:
"g.extension.py extension=v.in.geoplot
svnurl=[http://svn.osgeo.org/grass/grass-addons/grass6](http://svn.osgeo.org/grass/grass-addons/grass6)
Fetching <v.in.geoplot> from GRASS-Addons SVN (be patient)...
Compiling...
/opt/grass/include/Make/Module.make:25: warning: overriding
recipe for target `install'
/opt/grass/include/Make/Rules.make:90: warning: ignoring old
recipe for target `install'
/opt/grass/include/Make/Module.make:25: warning: overriding
recipe for target `install'
/opt/grass/include/Make/Rules.make:90: warning: ignoring old
recipe for target `install'
main.c:27:23: fatal error: grass/gis.h: No such file or
directory
Did you install the grass-devel package (I don't know the exact
name for Suse)? It is needed for g.extention.
Hope this helps
Markus