Re: [GRASS-dev] compiling GRASS 6.3.0RC2 on Solaris 10

2007-11-25 Thread Maris Nartiss
Hi, yes, this issue affects Gentoo Linux too. Someone has broken this feature. Maris. 2007/11/25, Hamish <[EMAIL PROTECTED]>: > > The option "Help->About System" starts another instance of the gis > > manager. > > ISTR someone else had reported this recently? > __

[GRASS-dev] Re: [GRASS-user] scientific notation

2007-11-25 Thread Hamish
re. yesterday's v.in.ascii changes, rev 1.51 http://freegis.org/cgi-bin/viewcvs.cgi/grass6/vector/v.in.ascii/in.c "Changes since 1.50: +465 -425 lines Run indent Message standardization" Please do not mix code changes with indent changes! It makes it very hard to review the code changes. SUB

Re: [GRASS-dev] 6.3.0 release - need to set default font

2007-11-25 Thread Michael Barton
On 11/25/07 7:33 PM, "Hamish" <[EMAIL PROTECTED]> wrote: > Michael Barton wrote: >> In any case, the user still has to manually edit this file, which is >> difficult in a non-Linux environment. > > if you can find a command prompt on mac/linux and you use Bash: > echo "export GRASS_FONT=Vera

Re: [GRASS-dev] 6.3.0 release - need to set default font

2007-11-25 Thread Hamish
Michael Barton wrote: > In any case, the user still has to manually edit this file, which is > difficult in a non-Linux environment. if you can find a command prompt on mac/linux and you use Bash: echo "export GRASS_FONT=Vera" >> ~/.grass.bashrc I'm not sure what the windows version would look

Re: [GRASS-dev] 6.3.0 release - need to set default font

2007-11-25 Thread Michael Barton
On 11/25/07 3:42 PM, "Hamish" <[EMAIL PROTECTED]> wrote: >> Michael Barton wrote: >>> What about making GRASS_FONT a GRASS variable rather than a shell variable? >>> I assume that it then could be set by g.gisenv (ending up in .grassrc6) and >>> consequently would then persist across working se

Re: [GRASS-dev] 6.3.0 release - need to set default font

2007-11-25 Thread Michael Barton
On 11/25/07 2:43 PM, "Glynn Clements" <[EMAIL PROTECTED]> wrote: > > Michael Barton wrote: > Also, where is the GRASS default font set to Romans? >>> >>> mon.select (display/d.mon/pgms/select.c) and LOC_init() >>> (lib/raster/loc_io.c). >>> Now that we have a system-wide fontcap,

Re: [GRASS-dev] 6.3.0 release - need to set default font

2007-11-25 Thread Hamish
> Michael Barton wrote: > > What about making GRASS_FONT a GRASS variable rather than a shell variable? > > I assume that it then could be set by g.gisenv (ending up in .grassrc6) and > > consequently would then persist across working sessions. Glynn Clements wrote: > It should go into the user's

Re: [GRASS-dev] 6.3.0 release - need to set default font

2007-11-25 Thread Glynn Clements
Michael Barton wrote: > What about making GRASS_FONT a GRASS variable rather than a shell variable? > I assume that it then could be set by g.gisenv (ending up in .grassrc6) and > consequently would then persist across working sessions. It should go into the user's environment, via ~/.grass.bash

Re: [GRASS-dev] 6.3.0 release - need to set default font

2007-11-25 Thread Glynn Clements
Michael Barton wrote: > >> Also, where is the GRASS default font set to Romans? > > > > mon.select (display/d.mon/pgms/select.c) and LOC_init() > > (lib/raster/loc_io.c). > > > >> Now that we have a system-wide fontcap, that normally would include nice > >> TrueType fonts, wouldn't it be better

Re: [GRASS-dev] compiling GRASS 6.3.0RC2 on Solaris 10

2007-11-25 Thread Glynn Clements
Andreas C. Lange wrote: > - ./configure needs to be executed with: > ./configure --with-srcdir=$(pwd) or > $(pwd)/configure > or it does not work. In what way does it not work? On Linux, I don't have any problems using "./configure" without any --with-srcdir switch. > - i had to manually edit

Re: [GRASS-dev] raster offset with cairo driver

2007-11-25 Thread Lars Ahlzen
Hamish wrote: I'm trying out the new Cairo driver still to be done is to add ./configure --with-cairo checks instead of "make USE_CAIRO=1". Yes. Perhaps someone who is more comfortable with autotools and the GRASS build system than I could give this a shot? / Lars -- Lars Ahlzen [EMAI

Re: [GRASS-dev] 6.3.0 release - need to set default font

2007-11-25 Thread Michael Barton
On 11/25/07 12:20 PM, "Glynn Clements" <[EMAIL PROTECTED]> wrote: > > Michael Barton wrote: > >> Also, where is the GRASS default font set to Romans? > > mon.select (display/d.mon/pgms/select.c) and LOC_init() > (lib/raster/loc_io.c). > >> Now that we have a system-wide fontcap, that normal

Re: [GRASS-dev] compiling GRASS 6.3.0RC2 on Solaris 10

2007-11-25 Thread Hamish
Andreas Lange wrote: > i finally managed to compile and install GRASS 6.3.0RC2 on Solaris 10 > Sparc. > > I installed the packages from www.sunfreeware.com for the gnu tools > (tar, gcc etc.). I can mail a list of the packages if needed. yes please. > I found the following problems: ... > - ma

Re: [GRASS-dev] 6.3.0 release - need to set default font

2007-11-25 Thread Michael Barton
On 11/25/07 12:13 PM, "Glynn Clements" <[EMAIL PROTECTED]> wrote: > > Michael Barton wrote: > >> I'm pretty sure that this was discussed briefly, but cannot find it in the >> dev archives. >> >> Sometime recently (past couple months), I've ended up without any default >> font for GRASS in versi

Re: [GRASS-dev] 6.3.0 release - need to set default font

2007-11-25 Thread Glynn Clements
Michael Barton wrote: > Also, where is the GRASS default font set to Romans? mon.select (display/d.mon/pgms/select.c) and LOC_init() (lib/raster/loc_io.c). > Now that we have a system-wide fontcap, that normally would include nice > TrueType fonts, wouldn't it be better to first try to default

Re: [GRASS-dev] 6.3.0 release - need to set default font

2007-11-25 Thread Glynn Clements
Michael Barton wrote: > I'm pretty sure that this was discussed briefly, but cannot find it in the > dev archives. > > Sometime recently (past couple months), I've ended up without any default > font for GRASS in versions I compile, and have to set a font before I have > any text with barscales,

Re: [GRASS-dev] G_is_double()

2007-11-25 Thread Glynn Clements
Martin Landa wrote: > I would like to add to the GIS library (strings.c) new fns > G_is_double(char *str) and G_is_int(char *str). Any objections? With what definition? E.g. does G_is_double() recognise numbers without a point? Does it use the locale's decimal separator or always a dot? Does G_i

Re: [GRASS-dev] things to do before the 6.3.0 release

2007-11-25 Thread Glynn Clements
Hamish wrote: > > > 2) d.vect default render mode in 6.3 has been changed to "l" from "g". > > > For me (using xmons) this creates poorly rendered polylines and lots > > > of bad artifacts in the "whitespace padding" at the edges. > > > > > > see examples here: > > > http://bambi.otago.ac.nz/

[GRASS-dev] compiling GRASS 6.3.0RC2 on Solaris 10

2007-11-25 Thread Andreas C. Lange
Hi, i finally managed to compile and install GRASS 6.3.0RC2 on Solaris 10 Sparc. I installed the packages from www.sunfreeware.com for the gnu tools (tar, gcc etc.). I can mail a list of the packages if needed. I had to compile gdal, as there is no solaris pkg. There is no pkg for fftw2, so thi

Re: [GRASS-dev] [grass-code I][539] "Delete" or "remove" the name of g.remove?

2007-11-25 Thread Michael Barton
Maciek, You are correct about the difference between the menu entry and command name. This occurs in some other places as well. In trying to shorten the menus and reduce nesting, I tried to find single words (or a couple words) that would best convey the function to an audience of users. Given th

Re: [GRASS-dev] 6.3.0 release - need to set default font

2007-11-25 Thread Michael Barton
Paul, You've ID'ed the proximate cause of the problem. See below. On 11/25/07 4:47 AM, "Paul Kelly" <[EMAIL PROTECTED]> wrote: > On Sat, 24 Nov 2007, Michael Barton wrote: > >> I'm pretty sure that this was discussed briefly, but cannot find it in the >> dev archives. >> >> Sometime recently

[GRASS-dev] G_is_double()

2007-11-25 Thread Martin Landa
Hi all, I would like to add to the GIS library (strings.c) new fns G_is_double(char *str) and G_is_int(char *str). Any objections? Martin -- Martin Landa <[EMAIL PROTECTED]> * http://gama.fsv.cvut.cz/~landa * ___ grass-dev mailing list grass-dev@lists

Re: [GRASS-dev] Fwd: Re: [GRASS-user] scientific notation

2007-11-25 Thread Martin Landa
Hi, 2007/11/25, Hamish <[EMAIL PROTECTED]>: > Fwd from Ivan, I wonder how G_scan_easting() and G_scan_northing() fit into I do not fully understand this notation > this problem? (for 1.2345e6 not 123:45:54.321E; 31E needs to be considered > East) anyway $ cat pok.txt 123:45:54.321E|80N 1.2376

Re: [GRASS-dev] 6.3.0 release - need to set default font

2007-11-25 Thread Paul Kelly
On Sat, 24 Nov 2007, Michael Barton wrote: I'm pretty sure that this was discussed briefly, but cannot find it in the dev archives. Sometime recently (past couple months), I've ended up without any default font for GRASS in versions I compile, and have to set a font before I have any text with

[GRASS-dev] Re: scientific notation

2007-11-25 Thread Martin Landa
Hi Ivan, fixed in CVS. спасибо, Martin 2007/11/24, Ivan Shmakov <[EMAIL PROTECTED]>: > > Martin Landa <[EMAIL PROTECTED]> writes: > > [...] > > >> I would like to import points data in GRASS (with v.in.ascii). My > >> data includes number written with the scientific notation (for > >> ex

[GRASS-dev] Fwd: Re: [GRASS-user] scientific notation

2007-11-25 Thread Hamish
Fwd from Ivan, I wonder how G_scan_easting() and G_scan_northing() fit into this problem? (for 1.2345e6 not 123:45:54.321E; 31E needs to be considered East) --Hamish Note: forwarded message attached. B

[GRASS-dev] Re: mailing list migration search troubles

2007-11-25 Thread Markus Neteler
On Sun, Nov 25, 2007 at 07:29:24AM +0100, Hamish wrote: ... > mailing list woes: > > I first searched for the thread, and found one on grass-dev from 2007-09-18 > titled > "[GRASS-dev] g.mlist problem - followup" > but the Gmane archive is producing an error "weft didn't produce an output." > and

Re: [GRASS-dev] [grass-code I][539] "Delete" or "remove" the name of g.remove?

2007-11-25 Thread Maciej Sieczka
grass-dev@lists.osgeo.org wrote: > In GRASS 6.3.cvs the g.remove command (under Manage maps > and volumes) is named "delete". > > Shouldn't everything be either remove (g.remove, Remove a > map and the message in the Output GIS.m "Removing ... ") > or delete (g.delete, Delete a map and "Deleting