Re: [GRASS-dev] programming manual GRASS 7

2013-02-08 Thread Markus Neteler
On 2/7/13, Hamish hamis...@yahoo.com wrote: Luca wrote: Instead manually, could you change in a daily cronjob? We can change it to twice a week. keep in mind that the shared VM that it is run on is generally under considerable load (but not at capacity), and anything extra on top won't

Re: [GRASS-dev] programming manual GRASS 7

2013-02-07 Thread Hamish
Hamish: Maybe we could put a nightly build on the adhoc VM and keep the existing one once a week? Luca: Yes this could be a good solution for my point of view. Can you work on this task? er, given my current workload? :o) well, it seems a bit too inefficient seeing we already have a

[GRASS-dev] programming manual GRASS 7

2013-02-06 Thread Luca Delucchi
Could be possible have a daily compilation of programming manual for GRASS 7? There are a lots of changes and sometimes it is quite old. -- ciao Luca http://gis.cri.fmach.it/delucchi/ www.lucadelu.org ___ grass-dev mailing list

Re: [GRASS-dev] programming manual GRASS 7

2013-02-06 Thread Markus Neteler
On Wed, Feb 6, 2013 at 5:02 PM, Luca Delucchi lucadel...@gmail.com wrote: Could be possible have a daily compilation of programming manual for GRASS 7? There are a lots of changes Sure, running. It will take 30min or so from now on. and sometimes it is quite old. ... at most 6.99 days :-),

Re: [GRASS-dev] programming manual GRASS 7

2013-02-06 Thread Luca Delucchi
2013/2/6 Markus Neteler nete...@osgeo.org: ... at most 6.99 days :-), it is done every Saturday (unless broken) by a cronjob. But it costs me nothing to rerun it manually any time. Instead manually, could you change in a daily cronjob? cheers Markus -- ciao Luca

Re: [GRASS-dev] programming manual GRASS 7

2013-02-06 Thread Hamish
Luca wrote: Instead manually, could you change in a daily cronjob? keep in mind that the shared VM that it is run on is generally under considerable load (but not at capacity), and anything extra on top won't help that situation. Maybe we could put a nightly build on the adhoc VM and keep the

Re: [GRASS-dev] programming manual GRASS 7

2013-02-06 Thread Luca Delucchi
Il giorno 07/feb/2013 04:17, Hamish hamis...@yahoo.com ha scritto: keep in mind that the shared VM that it is run on is generally under considerable load (but not at capacity), and anything extra on top won't help that situation. Maybe we could put a nightly build on the adhoc VM and keep the

Re: [GRASS-dev] Programming in GRASS

2009-04-11 Thread Glynn Clements
dasuni kannangara wrote: thanx. but grass/gis.h is already there. i just added another grass folder to ximgview to check whether it solves.what is the location which i should search for grass/gis.h?? The headers target in lib/Makefile installs the headers from the include directory into

Re: [GRASS-dev] Programming in GRASS

2009-04-11 Thread dasuni kannangara
thanx. can u send me that order.am trying to compile it using eclipse for many days now. if u can send me the steps it will be a great assistance. dasuni kannangara wrote: thanx. but grass/gis.h is already there. i just added another grass folder to ximgview to check whether it solves.what

Re: [GRASS-dev] Programming in GRASS

2009-04-11 Thread Glynn Clements
dasuni kannangara wrote: thanx. can u send me that order.am trying to compile it using eclipse for many days now. if u can send me the steps it will be a great assistance. Refer to the Makefiles. -- Glynn Clements gl...@gclements.plus.com ___

Re: [GRASS-dev] Programming in GRASS

2009-04-10 Thread Markus Neteler
Hi, don't worry too much about ximgview/main.c. It is perhaps unlikely that you ever use it... And GRASS is modular, so the rest isn't affected. Markus On Fri, Apr 10, 2009 at 7:52 AM, dasuni kannangara dasu...@gmail.com wrote: Thanks, I am using Eclipse now and i opened the grass codes

Re: [GRASS-dev] Programming in GRASS

2009-04-10 Thread dasuni kannangara
thanx. but grass/gis.h is already there. i just added another grass folder to ximgview to check whether it solves.what is the location which i should search for grass/gis.h?? dasuni kannangara wrote: I am using Eclipse now and i opened the grass codes (grass-6.4.0RC3) using eclipse. I

Re: [GRASS-dev] Programming in GRASS

2009-04-09 Thread dasuni kannangara
:16:25 PM GMT-07:00 To: dasuni kannangara Cc: GRASS developers list Subject: Re: [GRASS-dev] Programming in GRASS On Sun, Apr 5, 2009 at 2:07 PM, dasuni kannangara wrote: I am doing a project using GRASS and i need to program GRASS. What is the best tool which i can use as the editor

Re: [GRASS-dev] Programming in GRASS

2009-04-09 Thread Soeren Gebbert
of languages and are cross- platform. Editra has some special enhancements for Python. Michael On Apr 6, 2009, at 6:08 AM, wrote: From: Markus Neteler Date: April 5, 2009 1:16:25 PM GMT-07:00 To: dasuni kannangara Cc: GRASS developers list Subject: Re: [GRASS-dev] Programming in GRASSOn Sun, Apr

Re: [GRASS-dev] Programming in GRASS

2009-04-09 Thread Markus Neteler
On Thu, Apr 9, 2009 at 2:54 PM, Hamish hamis...@yahoo.com wrote: ... Eclipse is mainly for Java AFAICT, but it most likely will handle C too. seems popular in the press. Maybe someone could expand this page: http://grass.osgeo.org/wiki/Eclipse ? Markus

Re: [GRASS-dev] Programming in GRASS

2009-04-09 Thread Glynn Clements
Hamish wrote: I am curious to know if any of the current devels use an IDE for grass? personally I just use nedit for normal stuff and vi for minor|major tasks, and make from the command line. debug using printf, gdb, and/or kdbg depending on how evil it is. works well for me. does emacs

Re: [GRASS-dev] Programming in GRASS

2009-04-09 Thread Michael Barton
On Apr 9, 2009, at 5:57 AM, grass-dev-requ...@lists.osgeo.org grass-dev-requ...@lists.osgeo.org wrote: From: Hamish hamis...@yahoo.com Date: April 9, 2009 5:54:04 AM GMT-07:00 To: grass-dev@lists.osgeo.org, dasuni kannangara dasu...@gmail.com Subject: Re: [GRASS-dev] Programming in GRASS

RE: [GRASS-dev] Programming in GRASS

2009-04-09 Thread Patton, Eric
I use XEmacs. I suppose it could count as an IDE, although it's more of an IEE: Integrated Everything Environment. Apart from editing source files and Makefiles, it has facilities for running the compiler, parsing the error messages, and locating an error in the source code. It also has

RE: [GRASS-dev] Programming in GRASS

2009-04-09 Thread Patton, Eric
Yes, this is all well and good, but can it brew a cup of coffee? That is a real consideration here ;^) Although I do a lot of prgramming per se, I do a ton of script editing with vim, and I know the editor has a ton of features for programmers; it might be worth checking out. Whoops - No I do

Re: [GRASS-dev] Programming in GRASS

2009-04-09 Thread dasuni kannangara
Thanks, I am using Eclipse now and i opened the grass codes (grass-6.4.0RC3) using eclipse. I could successfully compile it using console (make command). but when i try to build it using eclipse , it gives 21 errors from grass-6.4.0RC3/visualization/ximgview/main.c file. I cannot figure out

Re: [GRASS-dev] Programming in GRASS

2009-04-06 Thread Michael Barton
Neteler nete...@osgeo.org Date: April 5, 2009 1:16:25 PM GMT-07:00 To: dasuni kannangara dasu...@gmail.com Cc: GRASS developers list grass-dev@lists.osgeo.org Subject: Re: [GRASS-dev] Programming in GRASS On Sun, Apr 5, 2009 at 2:07 PM, dasuni kannangara dasu...@gmail.com wrote: I am doing

[GRASS-dev] Programming in GRASS

2009-04-05 Thread dasuni kannangara
I am doing a project using GRASS and i need to program GRASS. What is the best tool which i can use as the editor ? What are the tools which i have to instal for programming in GRASS? -- View this message in context: http://n2.nabble.com/Programming-in-GRASS-tp2588377p2588377.html Sent from

Re: [GRASS-dev] Programming in GRASS

2009-04-05 Thread Markus Neteler
On Sun, Apr 5, 2009 at 2:07 PM, dasuni kannangara dasu...@gmail.com wrote: I am doing a project using GRASS and i need to program GRASS. What is the best tool which i can use as the editor ? That's much personal choice (vim, emacs, kate, eclipse, ...). See also

[GRASS-dev] programming languages GRASS scripting

2008-03-20 Thread Ivan Shmakov
Glynn Clements [EMAIL PROTECTED] writes: IMHO, it's a pretty primitive and opaque programming language (e.g., you have to use another scripting language like awk to do floating point math). That's quite a frequent practice (consider, e. g., `expr' in Tcl, or Cpp for C.) I don't think