[GRASS-dev] grass shell in qgis

2009-07-20 Thread Paolo Cavallini
Hi all. Lorenzo aka rugginoso has incorporated yesterday a proper grass shell in qgis yesterday. Now from there one can also launch the grass gui (which seems a bit odd, but it may help some users). Since he is new to grass, and to its intricacies as for locking etc ;) , we would appreciate if you

Re: [GRASS-dev] 7.svn fails to build from source (solved/doh!)

2009-07-20 Thread Hamish
Hamish wrote: > > many/most modules fail to build with: > > [...] > > main.c:45: undefined reference to `G_add_keyword' > > > > it seems to be there in gisdefs.h . ?? Glynn: > Defined in lib/gis/parser.c. This suggests that it's linking against > an old version of the library. > What

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Michael Barton
Maybe xganim needs to be changed to avoid this? Michael C. Michael Barton, Professor of Anthropology Director of Graduate Studies, School of Human Evolution & Social Change Director, Center for Social Dynamics & Complexity Arizona State University Phone: 480-965-6262 Fax: 48

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread William Kyngesburye
I updated the makefile to strip 64bit flags on OSX. But I found another problem: it uses WXWIDGETSLIB for linking (it's only wxwidgets, not wxpython), and it includes universal flags, independently of however GRASS is configured. I've been compiling GRASS 7 with -arch i386 -arch x86_64, sk

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Michael Barton
That's good news. Michael C. Michael Barton, Professor of Anthropology Director of Graduate Studies, School of Human Evolution & Social Change Director, Center for Social Dynamics & Complexity Arizona State University Phone: 480-965-6262 Fax: 480-965-7671 www: On Jul 20

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Glynn Clements
Michael Barton wrote: > I just was hoping to avoid that for modules that are 'expected to > fail' in the current state of GRASS 7. There aren't any modules which are expected to fail. I don't get any errors when configuring with every option except DWG and GEOS. -- Glynn Clements __

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Glynn Clements
Hamish wrote: > > > many/most modules fail to build with: > > > [...] > > > main.c:45: undefined reference to `G_add_keyword' > > > > > > it seems to be there in gisdefs.h . ?? > > Glynn: > > Defined in lib/gis/parser.c. This suggests that it's linking against > > an old version of the lib

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Michael Barton
I just successfully compiled GRASS 7 (minus xgamin) on my Mac. Michael __ C. Michael Barton, Professor of Anthropology Director of Graduate Studies, School of Human Evolution & Social Change Director, Center for Social Dynamics & Complexity Arizona State University Tem

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Michael Barton
OK. Thanks. Michael __ C. Michael Barton, Professor of Anthropology Director of Graduate Studies, School of Human Evolution & Social Change Director, Center for Social Dynamics & Complexity Arizona State University Tempe, AZ 85287-2402 USA voice: 480-965-6262; fax: 4

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread William Kyngesburye
I believe it needs 64bit flag stripping for OSX, like wxnviz and vdigit. I'll have time to look at this later. On Jul 20, 2009, at 2:02 PM, Michael Barton wrote: If those are fixed, the only remaining error would be in xgamin. Here is the error in more detail from the xgamin directory. "

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Michael Barton
If those are fixed, the only remaining error would be in xgamin. Here is the error in more detail from the xgamin directory. "wxWindow::MacGetLeftBorderSize() const", referenced from: vtable for wxStaticTextBasein gui.o vtable for wxBitmapButtonBasein gui.o vtable for wxButt

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Markus Neteler
On Mon, Jul 20, 2009 at 8:59 PM, William Kyngesburye wrote: > d.title, g.remove and r3.mkdspf were missed in your makefile update (I > forgot r3.mkdspf).  Did you want me to fix the makefiles? Since it takes me more time to say again yes I did it for you. Markus __

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread William Kyngesburye
d.title, g.remove and r3.mkdspf were missed in your makefile update (I forgot r3.mkdspf). Did you want me to fix the makefiles? On Jul 20, 2009, at 1:49 PM, Markus Neteler wrote: On Mon, Jul 20, 2009 at 8:40 PM, Michael Barton wrote: Just did an SVN update and compile of GRASS 7 on Mac. Her

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Michael Barton
I just was hoping to avoid that for modules that are 'expected to fail' in the current state of GRASS 7. Michael __ C. Michael Barton, Professor of Anthropology Director of Graduate Studies, School of Human Evolution & Social Change Director, Center for Social Dynami

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Markus Neteler
On Mon, Jul 20, 2009 at 8:40 PM, Michael Barton wrote: > Just did an SVN update and compile of GRASS 7 on Mac. Here are the errors. > Perhaps some are to be expected. I can check any others. > > Started compilation: Mon Jul 20 10:32:46 MST 2009 > -- > Errors in: > /Users/cmbarton/grass_dev/grass7_s

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Michael Barton
Just did an SVN update and compile of GRASS 7 on Mac. Here are the errors. Perhaps some are to be expected. I can check any others. Started compilation: Mon Jul 20 10:32:46 MST 2009 -- Errors in: /Users/cmbarton/grass_dev/grass7_src/display/d.title /Users/cmbarton/grass_dev/grass7_src/general/g

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread William Kyngesburye
Um, what - update r3.mkdspf makefile, or try running GRASS to see if there are GEOS problems? On Jul 20, 2009, at 11:14 AM, Markus Neteler wrote: Please do it directly. Takes you 3 minutes :) Markus On Mon, Jul 20, 2009 at 5:57 PM, William Kyngesburye wrote: You missed d.title and g.remove.

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Markus Neteler
Please do it directly. Takes you 3 minutes :) Markus On Mon, Jul 20, 2009 at 5:57 PM, William Kyngesburye wrote: > You missed d.title and g.remove.  I also forgot one - it didn't look like a > raster lib problem at first, but I didn't scroll up far enough: r3.mkdspf. >  Otherwise, they all now co

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread William Kyngesburye
You missed d.title and g.remove. I also forgot one - it didn't look like a raster lib problem at first, but I didn't scroll up far enough: r3.mkdspf. Otherwise, they all now compile. PS. I forgot to mention - no errors have anything to do with GEOS. But maybe there are runtime issues wi

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Michael Barton
Looks similar to the errors I get. Michael C. Michael Barton, Professor of Anthropology Director of Graduate Studies, School of Human Evolution & Social Change Director, Center for Social Dynamics & Complexity Arizona State University Phone: 480-965-6262 Fax: 480-965-7671 ww

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Markus Neteler
On Mon, Jul 20, 2009 at 4:15 PM, William Kyngesburye wrote: > Most of the errors I get right now are missing raster lib in linking.  All > these complain about missing Rast_* functions: > > display/d.colortable > display/d.his > display/d.histogram > display/d.legend > display/d.nviz > display/d.pr

[GRASS-dev] [OSSIM] Ossimplanet integration with Grass and Qgis - status report #8

2009-07-20 Thread Massimo Di Stefano
Week 8 (July 18, 2009) What did I do this week: Implemented a Grass shell in the pyqt gui, (it is a standard unix shell + grass environment). The history is readed directly from the grass history file deleting the duplicated lines and sorting it alfabetically (it is accessible using a com

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread William Kyngesburye
Most of the errors I get right now are missing raster lib in linking. All these complain about missing Rast_* functions: display/d.colortable display/d.his display/d.histogram display/d.legend display/d.nviz display/d.profile display/d.rast display/d.rast.arrow display/d.rast.num display/d.rgb

[GRASS-dev] Re: [GRASS GIS] #660: v.delaunay producing incorrect results

2009-07-20 Thread GRASS GIS
#660: v.delaunay producing incorrect results ---+ Reporter: cmbarton | Owner: grass-dev@lists.osgeo.org Type: defect| Status: new Priority: blocker | Milestone: 6.4.0

Re: [GRASS-dev] 7.svn fails to build from source

2009-07-20 Thread Markus Neteler
On Mon, Jul 20, 2009 at 7:54 AM, Michael Barton wrote: > FWIW, I haven't been able to compile GRASS 7 from source for many weeks now. > Last time I asked William Kyngesburye about it, he had not been able to > compile it either. Has anyone else tried on the Mac recently? I get a lot of > errors. I