Re: [GRASS-dev] after compiling GRASS ,

2010-09-29 Thread Hamish
sunil wrote: > the following compilation log came , , can u explain > what should i do next > > GRASS GIS compilation log > - > Started compilation: Wed Sep 29 11:21:01 IST 2010 > -- > Errors in: > /usr/local/src/grass-6.4.0/lib/gis ... > -- here you go: > In case of e

[GRASS-dev] Re: [GRASS GIS] #1180: g.extension fails on install step when GRASS is launched from source directory

2010-09-29 Thread GRASS GIS
#1180: g.extension fails on install step when GRASS is launched from source directory -+-- Reporter: marisn | Owner: grass-...@… Type: defect | Status: new P

Re:[GRASS-dev] tcltk interface

2010-09-29 Thread Michael Barton
GRASS 6.4 does not use an xterm for display of anything by default. The digitizing module has a TclTk interface, but this uses a TclTk canvas, not an xterm. GRASS has not used an xterm for a default display since version 6.2. But you can optionally use an xterm for display, with the d.* modules

[GRASS-dev] after compiling GRASS ,

2010-09-29 Thread sunil
the following compilation log came , , can u explain what should i do next GRASS GIS compilation log - Started compilation: Wed Sep 29 11:21:01 IST 2010 -- Errors in: /usr/local/src/grass-6.4.0/lib/gis /usr/local/src/grass-6.4.0/lib/gmath /usr/local/src/grass-6.4.0/lib

[GRASS-dev] compiling error in grass

2010-09-29 Thread sunil
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 not found! -- View this message in context: http://os

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

2010-09-29 Thread sunil
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 1) while giving "make" to the grass-6.3.0 ,i have got errors like make[2]: *** No rule to make targ

[GRASS-dev] Re: [GRASS GIS] #1180: g.extension fails on install step when GRASS is launched from source directory

2010-09-29 Thread GRASS GIS
#1180: g.extension fails on install step when GRASS is launched from source directory -+-- Reporter: marisn | Owner: grass-...@… Type: defect | Status: new P

[GRASS-dev] tcltk interface

2010-09-29 Thread Mohammed Rashad
Does tcltk uses xterm for display? I mean to use tcltk v.digit the background map is rendered on xterm. -- Rashad ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] Open Streep Map

2010-09-29 Thread Mohammed Rashad
How to use openstreetmap data in GRASS GIS. In QGIS I have OSM plugin which allows to download, modify and upload of data. data can be editted offline and save changes back to OSM server. How to do these operation using GRASS GIS. sorry for cross posting -- Rashad

Re: [GRASS-dev] wxvdigit

2010-09-29 Thread Mohammed Rashad
ok. I am building a grass standalone application. As a part of it I need vector digitizer. My application is written in C++ and cannot use python for some other reasons. i saw the code gui/wxpython/vdigit. that are nice c++ classes. Can I compile then with wxwidgets(C++) library and use it as a vec

Re: [GRASS-dev] wxvdigit

2010-09-29 Thread Martin Landa
Hi, 2010/9/29 Mohammed Rashad : > All I need is create an map with one point from a c++ program which is > linked to _grass6_wxvdigit.so located in > /usr/local/grass-6.5.svn/etc/wxpython/vdigit. > How to access the functions of the library using a C++ program run from > grass shell with all varia

Re: [GRASS-dev] wxvdigit

2010-09-29 Thread Benjamin Ducke
Generally, you can use C libraries from C++: http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html Then look here, and read the sections on the GRASS vector architecture and the VEdit library: http://grass.osgeo.org/programming6/ You will find there is quite a lot of functionality in there

Re: [GRASS-dev] wxvdigit

2010-09-29 Thread Benjamin Ducke
Why don't you just call the C API from C++? The VEdit C library has some convenient functions for building a digitizer application. Ben - Original Message - > What I want is a vector digitizer using GRASS. I read programmers > manual and saw the code to create vector files. I want to edit

Re: [GRASS-dev] wxvdigit

2010-09-29 Thread Benjamin Ducke
How about you explain to us what you want to achieve with your program? If people here understand what you are trying to do, they can give you more useful advise. If all you want is to create some vector objects, you can use the GRASS C API from within your C++ code. There is a programmer's manual

[GRASS-dev] wxvdigit

2010-09-29 Thread Mohammed Rashad
How can I communicate with wx digitizer ( i mean using the wxdigit.so file) using a c++ program. All I need is create an map with one point from a c++ program which is linked to _grass6_wxvdigit.so located in /usr/local/grass-6.5.svn/etc/wxpython/vdigit. How to access the functions of the library

Re: [GRASS-dev] vdigit

2010-09-29 Thread Mohammed Rashad
Ok. but want to create a new vector map with some points/lines drawn on it. I dont need the digitizer features for that. the code to put some point on the shape files is coded inside the source. Is this possible. If yes how? and thanks for previous post:) On Wed, Sep 29, 2010 at 3:54 PM, Martin L

[GRASS-dev] Re: [GRASS GIS] #620: Platform.make odd variables settings

2010-09-29 Thread GRASS GIS
#620: Platform.make odd variables settings --+- Reporter: frankie | Owner: grass-...@… Type: defect| Status: new Priority: normal| Milestone: 6

Re: [GRASS-dev] vdigit

2010-09-29 Thread Martin Landa
Hi, 2010/9/29 Mohammed Rashad : > How can I use vdigit module(C version) for my custom application built in > top of GRASS? > How to link the vdigit library and use its functions? there is no 'vdigit' library. C module v.digit implements it's own functions using vector library. Anyway wxGUI digit

[GRASS-dev] Re: [GRASS GIS] #854: g.extension does not work on a Mac (probably not on Windows either

2010-09-29 Thread GRASS GIS
#854: g.extension does not work on a Mac (probably not on Windows either -+-- Reporter: cmbarton | Owner: grass-...@… Type: defect | Status: new

[GRASS-dev] Re: [GRASS GIS] #993: gem fails to compile on ubuntu 9.1

2010-09-29 Thread GRASS GIS
#993: gem fails to compile on ubuntu 9.1 +--- Reporter: mlechner | Owner: grass-...@… Type: defect | Status: closed Priority: normal | Milestone: 6.4.0

[GRASS-dev] Re: [GRASS GIS] #620: Platform.make odd variables settings

2010-09-29 Thread GRASS GIS
#620: Platform.make odd variables settings --+- Reporter: frankie | Owner: grass-...@… Type: defect| Status: new Priority: normal| Milestone: 6

[GRASS-dev] Re: [GRASS GIS] #1180: g.extension fails on install step when GRASS is launched from source directory

2010-09-29 Thread GRASS GIS
#1180: g.extension fails on install step when GRASS is launched from source directory -+-- Reporter: marisn | Owner: grass-...@… Type: defect | Status: new P

[GRASS-dev] vdigit

2010-09-29 Thread Mohammed Rashad
Hi all, How can I use vdigit module(C version) for my custom application built in top of GRASS? How to link the vdigit library and use its functions? -- Rashad ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/