Re: [GRASS-user] grass program compilation

2015-05-05 Thread Anna Petrášová
On Mon, May 4, 2015 at 10:23 PM, alassane toure atou...@gmail.com wrote: Group, I need your help to start developing new functions based on existing ones and GRASS libraries. My short term goal is to be able to compile the test program r.example. I first started by installing the binary

[GRASS-user] Summer school: SPATIO-TEMPORAL ANALYSIS AND BIG DATA PROCESSING USING FREE AND OPEN SOURCE SOFTWARE

2015-05-05 Thread Giuseppe Amatulli
HI, Apologies for cross-posting: *spatial-ecology* in collaboration with Department of Ecology, Evolution, and Marine Biology https://www.eemb.ucsb.edu/ at University of California, Santa Barbara http://www.ucsb.edu/ is organizing a Summer school *Summer school: SPATIO-TEMPORAL ANALYSIS AND BIG

Re: [GRASS-user] grass program compilation

2015-05-05 Thread alassane toure
Anna, I followed instructions from [1] issuing the followings: (1) svn co https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0 grass70_release (2) CFLAGS=-O2 -Wall LDFLAGS=-s ./configure \--enable-largefile=yes \--with-nls \--with-cxx \--with-readline \--with-pthread

Re: [GRASS-user] grass program compilation

2015-05-05 Thread alassane toure
Great! ./configure worked! However compilation and installation did not. I run the following command: make -j2sudo make installsudo ldconfig and the system response was: include/Make/Vars.make:1: include/Make/Platform.make: No such file or directory make: *** No rule to make target

Re: [GRASS-user] grass program compilation

2015-05-05 Thread Martin Landa
Hi, 2015-05-05 20:42 GMT+02:00 alassane toure atou...@gmail.com: (1) svn co https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0 grass70_release (1) went ok but (2) did not with error... bash: ./configure: No such file or directory just launch `./configure` command from

Re: [GRASS-user] grass program compilation

2015-05-05 Thread Markus Neteler
On Tue, May 5, 2015 at 8:42 PM, alassane toure atou...@gmail.com wrote: ... (1) went ok but (2) did not with error... bash: ./configure: No such file or directory Any other suggestions? cd grass70_release you need to run before running configure. I have updated the Wiki page accordingly