Re: [GRASS-user] grass program compilation

2015-05-14 Thread Vaclav Petras
required file either, >>> you are missing the module/package and have to install it in order to meet >>> the dependencies. >>> >>> >>> >>> Cheers >>> >>> Stefan >>> >>> >>> >>> *From:*

Re: [GRASS-user] grass program compilation

2015-05-14 Thread alassane toure
endencies. >> >> >> >> Cheers >> >> Stefan >> >> >> >> *From:* grass-user-boun...@lists.osgeo.org [mailto: >> grass-user-boun...@lists.osgeo.org] *On Behalf Of *alassane toure >> *Sent:* 6. mai 2015 18:07 >> *To:* Vaclav

Re: [GRASS-user] grass program compilation

2015-05-06 Thread alassane toure
gt; Stefan > > > > *From:* grass-user-boun...@lists.osgeo.org [mailto: > grass-user-boun...@lists.osgeo.org] *On Behalf Of *alassane toure > *Sent:* 6. mai 2015 18:07 > *To:* Vaclav Petras > *Cc:* GRASS user list > *Subject:* Re: [GRASS-user] grass program compilation > &

Re: [GRASS-user] grass program compilation

2015-05-06 Thread Blumentrath, Stefan
...@lists.osgeo.org] On Behalf Of alassane toure Sent: 6. mai 2015 18:07 To: Vaclav Petras Cc: GRASS user list Subject: Re: [GRASS-user] grass program compilation Correct! Configure did fail unable to locate FreeType includes. checking for location of FreeType includes... checking for ft2build.h

Re: [GRASS-user] grass program compilation

2015-05-06 Thread Eric Goddard
You can try adding --with-freetype=yes --with-freetype-includes=/usr/include/freetype2 to your ./configure line so it looks like: ./configure --with-freetype=yes --with-freetype-includes=/usr/include/freetype2 Eric On Wed, May 6, 2015 at 11:06 AM, alassane toure wrote: > Correct! Configure did

Re: [GRASS-user] grass program compilation

2015-05-06 Thread alassane toure
Correct! Configure did fail unable to locate FreeType includes. checking for location of FreeType includes... checking for ft2build.h... no configure: error: *** Unable to locate FreeType includes. Any suggestions from this point? Thanks! Alassane On Wed, May 6, 2015 at 9:59 AM, Vaclav Pe

Re: [GRASS-user] grass program compilation

2015-05-06 Thread Vaclav Petras
On Wed, May 6, 2015 at 11:53 AM, alassane toure wrote: > > Group, > I am still not making any progress compiling Grass70 on Ubuntu. Here is where i am at: > 1. able to run configure without any problem (with your help); > 2. unable to compile using the following commands: > make -j2 && sudo mak

Re: [GRASS-user] grass program compilation

2015-05-06 Thread alassane toure
Group, I am still not making any progress compiling Grass70 on Ubuntu. Here is where i am at: 1. able to run configure without any problem (with your help); 2. unable to compile using the following commands: make -j2 && sudo make install && sudo ldconfig And the system response was incl

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 -j2 && sudo make install && sudo 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 Markus Neteler
On Tue, May 5, 2015 at 8:42 PM, alassane toure 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 http://grasswiki.

Re: [GRASS-user] grass program compilation

2015-05-05 Thread Martin Landa
Hi, 2015-05-05 20:42 GMT+02:00 alassane toure : > (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 `grass70_release` director

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 \--with-proj-share

Re: [GRASS-user] grass program compilation

2015-05-05 Thread Anna Petrášová
On Mon, May 4, 2015 at 10:23 PM, alassane toure 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 using the follo

[GRASS-user] grass program compilation

2015-05-04 Thread alassane toure
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 using the followings on Ubuntu: (1) sudo add-apt-repository ppa:ubuntugis/ubuntugis