[GRASS-dev] [GRASS GIS] #2002: The ordinal 32 could not be located in the dynamic link library proj.dll

2013-06-10 Thread GRASS GIS
#2002: The ordinal 32 could not be located in the dynamic link library proj.dll ---+ Reporter: rezagrass | Owner: grass-dev@… Type: task | Status: new Priority:

Re: [GRASS-dev] [GRASS GIS] #2002: The ordinal 32 could not be located in the dynamic link library proj.dll

2013-06-10 Thread GRASS GIS
#2002: The ordinal 32 could not be located in the dynamic link library proj.dll ---+ Reporter: rezagrass | Owner: grass-dev@… Type: task | Status: new Priority:

Re: [GRASS-dev] [GRASS GIS] #2002: The ordinal 32 could not be located in the dynamic link library proj.dll

2013-06-10 Thread GRASS GIS
#2002: The ordinal 32 could not be located in the dynamic link library proj.dll ---+ Reporter: rezagrass | Owner: grass-dev@… Type: task | Status: new Priority:

Re: [GRASS-dev] [GRASS GIS] #2002: The ordinal 32 could not be located in the dynamic link library proj.dll

2013-06-10 Thread GRASS GIS
#2002: The ordinal 32 could not be located in the dynamic link library proj.dll ---+ Reporter: rezagrass | Owner: grass-dev@… Type: task | Status: closed

Re: [GRASS-dev] trouble compiling v.in.ogr + math.h (all branches)

2013-06-10 Thread Glynn Clements
Hamish wrote: when I try to compile a fresh check out of 6.4.3svn on an older system (glibc 2.3.6) I get this error from v.in.ogr: main.c: In function 'main': main.c:1208: error: implicit declaration of function 'log2' main.c:1208: warning: incompatible implicit declaration of built-in

Re: [GRASS-dev] compilation of grass on AIX 7.1

2013-06-10 Thread Glynn Clements
Markus Neteler wrote: diff OBJ.powerpc-ibm-aix7.1.0.0/test.tmp test64.ok diff: Missing newline at the end of file OBJ.powerpc-ibm-aix7.1.0.0/test.tmp. diff: Missing newline at the end of file test64.ok. Using cmp (as per r56674) is the right thing to do here. cd

[GRASS-dev] sample implimentation for upcoming OGC geopackage standard

2013-06-10 Thread Newcomb, Doug
Hi Folks, One of the entities working on the proposed OGC geopackage standard has some sample code out under the Apache 2. License. Uses sqlite. https://bitbucket.org/luciad/libgpkg Doug -- Doug Newcomb USFWS Raleigh, NC 919-856-4520 ext. 14 doug_newc...@fws.gov

Re: [GRASS-dev] compilation of grass on AIX 7.1

2013-06-10 Thread Markus Neteler
On Mon, Jun 10, 2013 at 3:41 PM, Glynn Clements gl...@gclements.plus.com wrote: ... I suspect that GDALLIBS should include -lstdc++. That's arguably a bug in the gdal-config script. In practice it will only matter if GDAL is a static library; shared libraries record their dependencies.

Re: [GRASS-dev] compilation of grass on AIX 7.1

2013-06-10 Thread Markus Neteler
Hi, some news: - install-sh update done in r56675, working - diglib test updated in lib/vector/diglib/ -- still failing there, we try to understand - ps/ps.map/ done by Hamish - SQLite I have recompiled like this, now accepted ok! ./configure \ --prefix=$PREFIX \ --disable-shared \

Re: [GRASS-dev] trouble compiling v.in.ogr + math.h (all branches)

2013-06-10 Thread Markus Metz
On Mon, Jun 10, 2013 at 3:11 PM, Glynn Clements gl...@gclements.plus.com wrote: I'd suggest using: int exp; new_snap = frexp(xmax, exp); exp -= 52; new_snap = ldexp(new_snap, exp); frexp() and ldexp() are C89, don't introduce rounding errors, and handle

[GRASS-dev] bug in vector network analysis node costs

2013-06-10 Thread Štěpán Turek
Hi all, Probably I found bug in nodes cost in vector network analysis (tested in G7, probably it affects all branches). Problem is in lib/vector/Vlib/net.c: int cost; ... (* dglInt32_t)(dglInt32_t) cost int cost is cast into dglInt32_t pointer. DGLib dglInt32_t is long.  I am

Re: [GRASS-dev] [GRASS GIS] #943: wxpython gui hangs after switching to cairo display driver

2013-06-10 Thread GRASS GIS
#943: wxpython gui hangs after switching to cairo display driver --+- Reporter: epatton | Owner: grass-dev@… Type: defect| Status: new

Re: [GRASS-dev] GRASS 7 crashes on startup on Mac

2013-06-10 Thread Michael Barton
I just installed wxPython 2.9.0.4 for Python 2.6 (for backward compatibility with Snow Leopard). It razed an error on configuration. In checking, here is what I get. /usr/local/lib/wxPython-2.9.4.0/bin/wx-config --list Default config is osx_carbon-unicode-2.9 No config found to

Re: [GRASS-dev] Unexpected EVI range from i.vi

2013-06-10 Thread Markus Neteler
Hi Nikos, if you have a i.landsat.toar corrected scene, please extract the values for - water pixel - green vegetation - asphalt ... all bands except for TIR. I want then to synthetic channels of one pixel to do the i.vi testing: # prepare comp. region g.region rast=lsat7_2002_10 rows=1

Re: [GRASS-dev] GRASS 7 crashes on startup on Mac

2013-06-10 Thread William Kyngesburye
I think we're probably at a point of not being able to do a single binary package for both Snow and Lion+ - too many differences. It's not quite possible to install both 2.9 carbon for Python 2.6 and 2.9 cocoa for Python 2.7 - while the python parts are separate, the C library parts of one

Re: [GRASS-dev] GRASS 7 crashes on startup on Mac

2013-06-10 Thread Michael Barton
Is GRASS 7 running for you with wxPython 2.9 for Python 2.7? Michael __ C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human Evolution Social Change Arizona State University Tempe, AZ 85287-2402 USA voice:

Re: [GRASS-dev] GRASS 7 crashes on startup on Mac

2013-06-10 Thread Michael Barton
I'm still not sure why we need wxPython 2.9 for the toolbox. Is it coded with a wxPython 2.9 specific code? Michael __ C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human Evolution Social Change Arizona State

Re: [GRASS-dev] GRASS 7 crashes on startup on Mac

2013-06-10 Thread Michael Barton
To clarify, I was ONLY installing wxPython 2.9 carbon for Python 2.6. Other than that, I have only wxPython 2.8 for Python 2.6. On Mt. Lion, does this NOT work? If not, do I need wxPython 2.9 carbon for Python 2.7, wxPython 2.9 cocoa for Python 2.7 or will either of these 2 work? Thanks

Re: [GRASS-dev] GRASS 7 crashes on startup on Mac

2013-06-10 Thread William Kyngesburye
I'm not sure what the status is with GRASS GUI and wxpython 2.8 vs. 2.9. I'm not sure what the status of wxpython 2.8 (carbon) is on Mt Lion. I expect things to break because of the deprecation of Carbon on Mt Lion, though existing carbon-based software should still work. I'm guessing that