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

2009-07-21 Thread Michael Barton
On Jul 21, 2009, at 7:58 AM, William Kyngesburye wrote: I don't think it can - it needs Wxwidgets. It's a wxwidgets problem, so we can only work around it if/until wxwidgets is ever fixed (if that's even possible). I meant rewrite this into wxPython so that this is no longer a problem. Bui

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

2009-07-21 Thread William Kyngesburye
I don't think it can - it needs Wxwidgets. It's a wxwidgets problem, so we can only work around it if/until wxwidgets is ever fixed (if that's even possible). Currently nviz and vdigit "avoid" this by a work around. On Jul 20, 2009, at 11:21 PM, Michael Barton wrote: Maybe xganim needs to

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

2009-07-21 Thread Glynn Clements
Hamish wrote: > OT: can tools/sql.sh be adapted to work with SQLite as the target DB? AFAICT, you would need to replace the \copy commands with .import (and change the .lst format to match), and replace SELECT ... INTO with CREATE TABLE ... AS. -- Glynn Clements __

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

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

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

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

2009-07-19 Thread Michael Barton
iam's framwork build of geos. Michael On Jul 19, 2009, at 8:57 PM, grass-dev-requ...@lists.osgeo.org wrote: Date: Mon, 20 Jul 2009 04:57:45 +0100 From: Glynn Clements Subject: Re: [GRASS-dev] 7.svn fails to build from source To: Hamish Cc: grass-dev Message-ID: <19043.60

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

2009-07-19 Thread Hamish
Hamish wrote: > svn/trunk/dist.x86_64-unknown-linux-gnu/lib$ ldd > libgrass_gis.so > linux-vdso.so.1 => (0x7fffb79ff000) > ! ->libgrass_datetime.so => /usr/lib/grass/lib/libgrass_datetime.so > (0x7fdbaf4e5000) > libpthread.so.0 => /lib/libpthread.so.0 (0x7fdbaf2c90

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

2009-07-19 Thread Hamish
> Hamish wrote: > > Debian/Lenny on 64bit: > > -- > > 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 linkin

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

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

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

2009-07-19 Thread Hamish
Hi, currently I can't compile GRASS 7.svn on two different machines, fails in two different ways: Debian/Lenny on 64bit: -- many/most modules fail to build with: [...] main.c:45: undefined reference to `G_add_keyword' it seems to be there in gisdefs.h . ?? Debian/Etc