[GRASS-user] Error building v.label.sa in Grass 6.5

Markus Neteler neteler at osgeo.org
Thu May 28 10:29:27 EDT 2009


On Thu, May 28, 2009 at 3:19 PM, Eric Patton <epatton at nrcan.gc.ca> wrote:
> I'm running into an error building v.label.sa using today's svn checkout
> of Grass 6.5, rev 37569.
>
> Changing directory to grass6_devel/vector/v.label.sa and running make
> clean then make results in:
>
> $ make
> test -d OBJ.x86_64-unknown-linux-gnu || mkdir -p OBJ.x86_64-unknown-linux-gnu
> gcc -I/usr/local/grass6_devel/dist.x86_64-unknown-linux-gnu/include  -g -O2    -I/usr/local/include -I/usr/local/include   -DPACKAGE=\""grassmods"\"   -I/usr/local/grass6_devel/dist.x86_64-unknown-linux-gnu/include -o OBJ.x86_64-unknown-linux-gnu/annealing.o -c annealing.c
> In file included from labels.h:20,
>                 from annealing.c:15:
> /usr/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory

To make the header visible to GRASS on my system, I have to configure:

./configure [...]   --with-freetype
--with-freetype-includes=/usr/include/freetype2

Markus


More information about the grass-user mailing list