Re: [GRASS-user] grass program compilation

2015-05-14 Thread Vaclav Petras
*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... no configure: error: *** Unable to locate FreeType includes. Any suggestions from this point

Re: [GRASS-user] grass program compilation

2015-05-14 Thread alassane toure
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... no configure: error: *** Unable to locate FreeType includes. Any

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 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

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 atou...@gmail.com wrote:

Re: [GRASS-user] grass program compilation

2015-05-06 Thread alassane toure
...@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

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 -j2sudo make installsudo ldconfig And the system response was

Re: [GRASS-user] grass program compilation

2015-05-06 Thread Vaclav Petras
On Wed, May 6, 2015 at 11:53 AM, alassane toure atou...@gmail.com 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

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

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

[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