[GRASS-user] Make Error: -7.1svn

   Downloaded the latest changed files from the subversion repository this morning but did not record the build number. Make failed, and the first error is in ../lib/driver/:

gcc -g -O2 -fPIC -I/home/rshepard/GIS/GRASS/grass-7.0svn/dist.i686-pc-linux-gnu/include -I/home/rshepard/GIS/GRASS/grass-7.0svn/dist.i686-pc-linux-gnu/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DPACKAGE=\""grasslibs"\" -I/home/rshepard/GIS/GRASS/grass-7.0svn/dist.i686-pc-linux-gnu/include -I/home/rshepard/GIS/GRASS/grass-7.0svn/dist.i686-pc-linux-gnu/include -DRELDIR=\"lib/driver\" -o OBJ.i686-pc-linux-gnu/text3.o -c text3.c
text3.c:16:23: fatal error: freetype.h: No such file or directory
  #include FT_FREETYPE_H
                        ^
compilation terminated.

   Prior to this, I upgraded freetype2. The configuration file includes these
two lines:

--with-freetype \
--with-freetype-libs=/usr/include/freetype2 \

but that does not remove the error.

   A cluestick is needed.

TIA,

Rich

On Sat, 17 Jan 2015, Rich Shepard wrote:

--with-freetype-libs=/usr/include/freetype2 \

   Duh! That needs to be --with-freetype-includes=.

Sigh,

Rich