[GRASS-user] d.vect struggles on Map.Render() for 'larger' vectors

2012-01-21 Thread Shane Litherland
Hi GRASSers, I've just clarified something for myself, that I've only occasionally noticed before because most of my work is with small vector files. Starting to play with the North Carolina dataset highlighted this issue for me again, as it has some 'larger' files in there (not that I'd consider

Re: [GRASS-user] Building 6.5svn on 64-bit architecture

2012-01-21 Thread Rich Shepard
On Sun, 22 Jan 2012, Glynn Clements wrote: There should have been a "make clean" step in there somewhere. Whenever you update the source code or re-run cnofigure, you should always run "make clean". Yep. And that's what I forgot to do just after the previous build. Sigh. I'll try to not make

Re: [GRASS-user] Building 6.5svn on 64-bit architecture

2012-01-21 Thread Glynn Clements
Rich Shepard wrote: >Of course! I should mention that GRASS 6.5svn successfully built on this > laptop before. I ran 'svn up', configured, and tried to make it. There should have been a "make clean" step in there somewhere. Whenever you update the source code or re-run cnofigure, you should

Re: [GRASS-user] Building 6.5svn on 64-bit architecture [FIXED]

2012-01-21 Thread Rich Shepard
On Fri, 20 Jan 2012, Rich Shepard wrote: I ran 'svn up' on the grass-6.5 directory on my laptop running Slackware-13.37/x64, then configured and tried building. The make fails because the main.o is 32-bit not 64-bit. FIXED: deleted all files in the grass-6.5svn/ directory then checked 'em a

Re: [GRASS-user] i.gensigset - constraints to generate a sig file

2012-01-21 Thread Markus Neteler
On Tue, Jan 17, 2012 at 4:03 PM, Christian Braun wrote: > Dear GRASS users, > > I am trying to generate a signature file with i.gensigset as an input for > i.smap. > So far I am struggling with the creation of the sig file. What does not work? Please post the error. > Are there any constraints i

Re: [GRASS-user] Re: GRASS EXAMPLE

2012-01-21 Thread Sören Gebbert
Hi Hrachya, make sure you started a valid grass session before you execute any grass command. Does only r.example segfault or any other command too? Best Soeren Hint: I would avoid to use the root account when working with grass 2012/1/21 Hrachya Astsatryan : > After the compilation, r.exam

Re: [GRASS-user] Re: GRASS EXAMPLE

2012-01-21 Thread Hrachya Astsatryan
After the compilation, r.example gives "Segmentation fault" [root@wn1 r.example]# /usr/local/grass-6.4.2svn/bin/r.example Segmentation fault On 1/21/12 11:03 PM, Martin Landa wrote: Hi, 2012/1/21 Hrachya Astsatryan: I have installed successfully the Grass via elgis.repo (see below) [root@wn1

[GRASS-user] Re: setting up GRASS svn

2012-01-21 Thread Markus Neteler
On Sat, Jan 21, 2012 at 5:44 AM, Shane Litherland wrote: > Hi Markus and mailing list; > > I tackled the svn setup today. after several hrs of web browsing, > uninstalling old versions, and trying a few approaches to svn commands, > I think I have succeeded. the 'info' under GRASS "HELP>ABOUT GRAS

Re: [GRASS-user] Re: GRASS EXAMPLE

2012-01-21 Thread Hrachya Astsatryan
Hi, Juts now I installed CVN binary in the /usr/local/grass6.5.svn-x86_64-unknown-linux-gnu-21_01_2012, but when I compile i get the follwoing error gcc -L/usr/local/grass6.5.svn-x86_64-unknown-linux-gnu-21_01_2012/lib -I/usr/local/grass6.5.svn-x86_64-unknown-linux-gnu-21_01_2012/include/gra

Re: [GRASS-user] Re: GRASS EXAMPLE

2012-01-21 Thread Martin Landa
Hi, 2012/1/21 Hrachya Astsatryan : > I have installed successfully the Grass via elgis.repo (see below) > [root@wn1 grass-6.4.1]# yum list|grep grass|more > grass.x86_64 6.4.1-2.el5.elgis > installed > grass-devel.x86_64   6.4.1-2.el5.elgis > install

Re: [GRASS-user] Re: GRASS EXAMPLE

2012-01-21 Thread Hrachya Astsatryan
On 1/21/12 10:49 PM, Martin Landa wrote: Hi, 2012/1/21 Hrachya Astsatryan: I don't see (see below) any Module.make after successful install the grass from elgis repo. I don't know about 6.4.1, 6.4.2 seems to install makefiles correctly include/Make/Module.make Martin I have installed suc

Re: [GRASS-user] Re: GRASS EXAMPLE

2012-01-21 Thread Martin Landa
2012/1/21 Martin Landa : >> I don't see (see below) any Module.make after successful install the grass >> from elgis repo. > > I don't know about 6.4.1, 6.4.2 seems to install makefiles correctly > > include/Make/Module.make it should be part of `grass-dev` package. Martin -- Martin Landa * ht

Re: [GRASS-user] Re: GRASS EXAMPLE

2012-01-21 Thread Martin Landa
Hi, 2012/1/21 Hrachya Astsatryan : > I don't see (see below) any Module.make after successful install the grass > from elgis repo. I don't know about 6.4.1, 6.4.2 seems to install makefiles correctly include/Make/Module.make Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa ___

Re: [GRASS-user] Re: GRASS EXAMPLE

2012-01-21 Thread Hrachya Astsatryan
Dear Helmut, I don't see (see below) any Module.make after successful install the grass from elgis repo. With regards, Hrach [root@wn1 grass-6.4.1]# pwd /usr/lib64/grass-6.4.1 [root@wn1 grass-6.4.1]# ls AUTHORS CHANGES COPYING fonts scripts bin contributor

Re: [GRASS-user] Re: GRASS EXAMPLE

2012-01-21 Thread Hrachya Astsatryan
Dear Helmut, I don't see (see below) any Module.make after successgulyy install the grass from elgis repo. With regards, Hrach [root@wn1 grass-6.4.1]# pwd /usr/lib64/grass-6.4.1 [root@wn1 grass-6.4.1]# ls AUTHORS CHANGES COPYING fonts scripts bin contribut

Re: [GRASS-user] Building 6.5svn on 64-bit architecture

2012-01-21 Thread Rich Shepard
On Sat, 21 Jan 2012, Glynn Clements wrote: It's impossible to say without more information (e.g. exact errors messages). Hi, Glynn! A screenshot is attached. Please let me know if I can provide more information. Thanks, Rich<>___ grass-user mail