[GRASS-dev] Re: [GRASS GIS] #1161: g.region and r.info decimel issue when using grass python libs

2010-09-30 Thread GRASS GIS
#1161: g.region and r.info decimel issue when using grass python libs -+-- Reporter: isaacullah | Owner: grass-...@… Type: defect | Status: closed Priority: norma

Re: [GRASS-dev] tcl gui

2010-09-30 Thread Maris Nartiss
Hello Rashad. If You have not figured out that by Yourself, then You will not be capable of really debuging them. Most interesting GRASS TCL parts are TCL/C hybrids thus making any bug hunting twice as hard. All information You need and we can give is located in /lib/gis /lib/Vect /vector/v.digit (

[GRASS-dev] Re: [GRASS GIS] #1161: g.region and r.info decimel issue when using grass python libs

2010-09-30 Thread GRASS GIS
#1161: g.region and r.info decimel issue when using grass python libs -+-- Reporter: isaacullah | Owner: grass-...@… Type: defect | Status: closed Priority: norma

Re: [GRASS-dev] vdigit without any gui

2010-09-30 Thread Martin Landa
2010/9/30 Mohammed Rashad : > Can I use v.edit to add everything the digitizer does( addline, points, > polyline, polygon, centroid) etc. everything is possible, just study and adopt the existing code ;-) Martin Landa -- Martin Landa * http://geo.fsv.cvut.cz/~landa

[GRASS-dev] tcl gui

2010-09-30 Thread Mohammed Rashad
how to debug GRASS tcl scripts. How to insert breakpoints in the file.? anything like import pdb pdb.set_trace() [like in python]. How can I debug the tcl scripts. Any help will be greatly appreciated. -- Rashad ___ grass-dev mailing list grass-dev@li

Re: [GRASS-dev] vdigit without any gui

2010-09-30 Thread Martin Landa
Hi, 2010/9/30 Mohammed Rashad : > Which version of grass has vdigit module independent of wxpython and tcltk. > Does GRASS 5 has this functionality? > If yes how can i install GRASS5. To make a vector digitiser I need a version > of vdigit module written in pure C (means without tcl/tk or wxpython

[GRASS-dev] vdigit without any gui

2010-09-30 Thread Mohammed Rashad
Hi all, Which version of grass has vdigit module independent of wxpython and tcltk. Does GRASS 5 has this functionality? If yes how can i install GRASS5. To make a vector digitiser I need a version of vdigit module written in pure C (means without tcl/tk or wxpython interface. -- Rashad _

Re: [GRASS-dev] tcltk interface

2010-09-30 Thread Michael Barton
Ben, You're right in that I assumed that Rashad meant an x11 window for display. However, no GRASS version, linux or otherwise, uses an x11 window for display in TclTk (at least not a plain vanilla x11 window like GRASS used to use). We use a TclTk canvas. This has its own graphic drivers. It m

Re: [GRASS-dev] Re: after compiling GRASS ,

2010-09-30 Thread Benjamin Ducke
Yes, it exists in C:\msys\local\include\freetype\config\freetype.h But the compiler is looking for it in: freetype/freetype.h which is not the same as freetype/config/freetype.h ! So maybe a problem with the Freetype installation? Ben - Original Message - > when i gave > > cd /

[GRASS-dev] Re: [GRASS GIS] #1161: g.region and r.info decimel issue when using grass python libs

2010-09-30 Thread GRASS GIS
#1161: g.region and r.info decimel issue when using grass python libs -+-- Reporter: isaacullah | Owner: grass-...@… Type: defect | Status: closed Priority: norma

[GRASS-dev] Re: error while comipiling GRASS SOURCE CODE IN Msys

2010-09-30 Thread sunil
hi markus happy to see your reply to my mail that link you mentioned leads to build and install of GRASS, but my ultimate aim is to develop in QGIS can i link with that too , ,, thanking you sunil -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/error-while-comipil

[GRASS-dev] Re: after compiling GRASS ,

2010-09-30 Thread sunil
when i gave cd /usr/local/src/grass-6.4.0/lib/driver make i got error like this text3.c:16:23: freetype/freetype.h: No such file or directory but i have compiled FREETYPE and that freetype.h exists in C:\msys\local\include\freetype\config\freetype.h , , wat can i do know thanks for a

Re: [GRASS-dev] error while comipiling GRASS SOURCE CODE IN Msys

2010-09-30 Thread Markus Neteler
On Thu, Sep 30, 2010 at 7:31 AM, sunil wrote: > >  I'm setting up an environment on Windows using MSYS, im following the > material BUILD FROM SOURCE from the website > http://www.webalice.it/marco.pasetti/qgis+grass/BuildFromSource.html The page is completely outdated (Last Update: 15 July 2008)

Re: [GRASS-dev] compiling error in grass

2010-09-30 Thread Markus Neteler
On Thu, Sep 30, 2010 at 7:34 AM, sunil wrote: > > i configure gdal without grass  and then compile grass then i given gdal with > grass > > it gave me error like > > ->checking for G_asprintf in -lgrass_gis... no > configure: error: --with-grass=/usr/local/grass-6.2.2RC1 requested, but > libraries

Re: [GRASS-dev] Re: after compiling GRASS ,

2010-09-30 Thread Glynn Clements
sunil wrote: > G.h:3:23: rpc/types.h: No such file or directory > G.h:4:21: rpc/xdr.h: No such file or directory OSGeo4W provides a binary package for libxdr: http://download.osgeo.org/osgeo4w/release/libxdr/libxdr/ -- Glynn Clements ___ grass-dev

[GRASS-dev] Re: [GRASS GIS] #959: r.surf.contour. Resulting range of values has an incorrect 0 minimum.

2010-09-30 Thread GRASS GIS
#959: r.surf.contour. Resulting range of values has an incorrect 0 minimum. --+- Reporter: clerici | Owner: grass-...@… Type: defect| Status: new

[GRASS-dev] Re: [GRASS GIS] #1168: r.surf.contour: use floating point for elevation values

2010-09-30 Thread GRASS GIS
#1168: r.surf.contour: use floating point for elevation values --+- Reporter: mmetz| Owner: grass-...@… Type: enhancement | Status: closed Priority: normal

[GRASS-dev] Re: after compiling GRASS ,

2010-09-30 Thread sunil
i gave the command "cd /usr/local/src/grass-6.4.0/lib/gis" i got error as " make OBJ.i686-pc-mingw32 make[1]: Entering directory `/usr/local/src/grass-6.4.0/lib/gis' make[1]: `OBJ.i686-pc-mingw32' is up to date. make[1]: Leaving directory `/usr/local/src/grass-6.4.0/lib/gis' gcc -I/usr/local/s

[GRASS-dev] [GRASS GIS] #1184: "d.vect display=attr" imply grass open process but doesn't close them.

2010-09-30 Thread GRASS GIS
#1184: "d.vect display=attr" imply grass open process but doesn't close them. --+- Reporter: met | Owner: grass-...@… Type: defect| Status: new Priorit

[GRASS-dev] [GRASS GIS] #1183: i.landsat.toar: metadata file reading doesn't like TM5 from GloVis

2010-09-30 Thread GRASS GIS
#1183: i.landsat.toar: metadata file reading doesn't like TM5 from GloVis +--- Reporter: hamish | Owner: grass-...@… Type: defect | Status: new Priorit

Re: [GRASS-dev] after compiling GRASS ,

2010-09-30 Thread Benjamin Ducke
But if people don't even have the time to spell out "you", then how do we expect them to find the resources it takes to read a whole message on screen? Please: if something goes wrong then sit back for at least 10 secs, maybe have a tea, look at it again, make sure you tried your best to fix it.

Re: [GRASS-dev] tcltk interface

2010-09-30 Thread Benjamin Ducke
I think he meant X11, not "xterm"? Several things are getting mixed up here, I am afraid. The Windows version of Tcl/Tk does not use X11 for display, the Unix versions do, of course (as far as I understand, that includes OS X, but I may be wrong here). XTerm is not capable of rendering graphics. I