[GRASS-dev] Re: [GRASS GIS] #307: v.in.dxf: output name should be required

2008-09-09 Thread GRASS GIS
#307: v.in.dxf: output name should be required ---+ Reporter: msieczka | Owner: grass-dev@lists.osgeo.org Type: defect| Status: new Priority: major | Milestone: 6.4.0

Re: [GRASS-dev] "Incompatible library version" errors

2008-09-09 Thread Glynn Clements
Markus Neteler wrote: > > E.g. if write() fails, then you know that write() failed. You don't > > know that it was due to insufficient disk space unless errno is set to > > ENOSPC. write() can also fail with EDQUOT (quota exceeded), EFBIG > > (maximum size of a single file exceeded), EIO (low-lev

Re: [GRASS-dev] Re: update on Mac compiling and running

2008-09-09 Thread Glynn Clements
William Kyngesburye wrote: > Note: definitely make sure to clean this time before recompiling, > because a grass6_wxnviz_wrap.cpp is generated from nviz.i. AFAICT, this should be handled by the Makefile: $(LIB_NAME).i: nviz.i nviz_types.i nviz.h cat nviz.i nviz_types.i > $(LIB_NAME).i

Re: [GRASS-dev] Testing needed for v.buffer2

2008-09-09 Thread Glynn Clements
Martin Landa wrote: > > My mentor Wolf and I are experiencing problems with the new buffer > > module. For some certain input it works well on my system but doesn't > > finish at all on Wolf's. We need some help to figure out what's > > [...] > > hm strange, I cannot compile v.buffer2 > > gcc

Re: [GRASS-dev] new gisprompts

2008-09-09 Thread Glynn Clements
Martin Landa wrote: > for wxGUI I would like to add gisprompt for 'layer' parameter (sure in > menuform can be check parameter key, but it's not save, see the > problem with color "none" and translations). > > for layer (read-only) > > layer,layer,existing > > for layer (to be created new vect

Re: [GRASS-dev] issues with compiling and running GRASS on Mac

2008-09-09 Thread Glynn Clements
Martin Landa wrote: > >> > I don't know about the easiest way, but the only robust solution is to > >> > keep nagging the wxGUI developers until they move the high-risk > >> > features (vdigit, nviz) out of the main wxGUI process. > >> > >> it's my plan, I started to elaborate with NvizThread in

[GRASS-dev] Re: [GRASS GIS] #307: v.in.dxf: output name should be required

2008-09-09 Thread GRASS GIS
#307: v.in.dxf: output name should be required ---+ Reporter: msieczka | Owner: grass-dev@lists.osgeo.org Type: defect| Status: new Priority: major | Milestone: 6.4.0

[GRASS-dev] [GRASS GIS] #307: v.in.dxf: output name should be required

2008-09-09 Thread GRASS GIS
#307: v.in.dxf: output name should be required --+- Reporter: msieczka | Owner: grass-dev@lists.osgeo.org Type: defect| Status: new Priority: major | Milestone: 6.4.0

[GRASS-dev] [GRASS GIS] #306: v.in.ogr GUI is missing --o and --v

2008-09-09 Thread GRASS GIS
#306: v.in.ogr GUI is missing --o and --v --+- Reporter: msieczka | Owner: grass-dev@lists.osgeo.org Type: defect| Status: new Priority: major | Milestone: 6.4.0

[GRASS-dev] [GRASS GIS] #305: Add created map into layer tree: errors for import modules

2008-09-09 Thread GRASS GIS
#305: Add created map into layer tree: errors for import modules --+- Reporter: msieczka | Owner: grass-dev@lists.osgeo.org Type: defect| Status: new Priority: major | Mil

[GRASS-dev] [GRASS GIS] #304: quering disables vector transparency

2008-09-09 Thread GRASS GIS
#304: quering disables vector transparency --+- Reporter: msieczka | Owner: grass-dev@lists.osgeo.org Type: defect| Status: new Priority: major | Milestone: 6.4.0

Re: [GRASS-dev] "Incompatible library version" errors

2008-09-09 Thread Markus Neteler
On Tue, Sep 9, 2008 at 12:10 AM, Glynn Clements <[EMAIL PROTECTED]> wrote: > > This: >http://trac.osgeo.org/grass/changeset/33327 > > - G_fatal_error(_("Incompatible library version for module")); > + G_fatal_error(_("Incompatible library version for module: > recompilation nee

Re: [GRASS-dev] Re: update on Mac compiling and running

2008-09-09 Thread Michael Barton
I haven't tried compiling this revision yet. But I've learned to do a make distclean before compiling. Thanks Michael On Sep 9, 2008, at 5:52 AM, William Kyngesburye wrote: On Sep 9, 2008, at 2:22 AM, Martin Landa wrote: Hi, 2008/9/9 Michael Barton <[EMAIL PROTECTED]>: -I/Users/cmbarto

Re: [GRASS-dev] Re: update on Mac compiling and running

2008-09-09 Thread Martin Landa
2008/9/9 William Kyngesburye <[EMAIL PROTECTED]>: > Note: definitely make sure to clean this time before recompiling, because a > grass6_wxnviz_wrap.cpp is generated from nviz.i. grass6_wxnviz_wrap.cpp should recompiled automatically, in Makefile nviz.i is noted as dependency. Martin -- Martin

Re: [GRASS-dev] Re: update on Mac compiling and running

2008-09-09 Thread William Kyngesburye
On Sep 9, 2008, at 2:22 AM, Martin Landa wrote: Hi, 2008/9/9 Michael Barton <[EMAIL PROTECTED]>: -I/Users/cmbarton/grass_dev/grass6_src/dist.i386-apple-darwin9.4.0/ include -o OBJ.i386-apple-darwin9.4.0/grass6_wxnviz_wrap.o -c grass6_wxnviz_wrap.cpp grass6_wxnviz_wrap.cpp:3165: error: expect

Re: [GRASS-dev] Testing needed for v.buffer2

2008-09-09 Thread Martin Landa
Hi, 2008/9/9 Росен Матев <[EMAIL PROTECTED]>: > My mentor Wolf and I are experiencing problems with the new buffer > module. For some certain input it works well on my system but doesn't > finish at all on Wolf's. We need some help to figure out what's [...] hm strange, I cannot compile v.buffer

[GRASS-dev] Testing needed for v.buffer2

2008-09-09 Thread Росен Матев
Hello all, My mentor Wolf and I are experiencing problems with the new buffer module. For some certain input it works well on my system but doesn't finish at all on Wolf's. We need some help to figure out what's happening. Here are the details: 1) checkout https://svn.osgeo.org/grass/grass-addons/

[GRASS-dev] Re: [GRASS GIS] #296: wrong translations break wxGUI

2008-09-09 Thread GRASS GIS
#296: wrong translations break wxGUI ---+ Reporter: msieczka | Owner: grass-dev@lists.osgeo.org Type: defect| Status: new Priority: major | Milestone: 6.4.0

[GRASS-dev] new gisprompts

2008-09-09 Thread Martin Landa
Hi, for wxGUI I would like to add gisprompt for 'layer' parameter (sure in menuform can be check parameter key, but it's not save, see the problem with color "none" and translations). for layer (read-only) layer,layer,existing for layer (to be created new vector layer) layer,layer,new for col

Re: [GRASS-dev] issues with compiling and running GRASS on Mac

2008-09-09 Thread Martin Landa
Hi, 2008/9/8 Glynn Clements <[EMAIL PROTECTED]>: >> > I don't know about the easiest way, but the only robust solution is to >> > keep nagging the wxGUI developers until they move the high-risk >> > features (vdigit, nviz) out of the main wxGUI process. >> >> it's my plan, I started to elaborate w

Re: [GRASS-dev] no way to ID table columns outside of working mapset?

2008-09-09 Thread Moritz Lennert
On 08/09/08 18:46, Michael Barton wrote: Thanks Moritz, On Sep 8, 2008, at 9:07 AM, Moritz Lennert wrote: On 08/09/08 17:43, Michael Barton wrote: I'm working on a fix for vector attribute column selection in the wxGUI and discovered that I can't find a way to get the columns for an attribu

[GRASS-dev] Re: update on Mac compiling and running

2008-09-09 Thread Martin Landa
Hi, 2008/9/9 Michael Barton <[EMAIL PROTECTED]>: > -I/Users/cmbarton/grass_dev/grass6_src/dist.i386-apple-darwin9.4.0/include > -o OBJ.i386-apple-darwin9.4.0/grass6_wxnviz_wrap.o -c grass6_wxnviz_wrap.cpp > grass6_wxnviz_wrap.cpp:3165: error: expected unqualified-id before '{' token this was alre