[GRASS5] [bug #2723] (grass) configure error with freetype option

Hamish hamish_nospam at yahoo.com
Mon Nov 29 20:59:46 EST 2004


> Subject: configure error with freetype option
..
> CFLAGS="-g -Wall" ./configure --enable-shared --with-blas
> --with-lapack --with-freetype=/usr/lib --with-gdal=/usr/local/bin 
> 
> checking for location of LAPACK library... 
> checking for dgesv_ in -llapack... yes
> checking whether to use Motif... no
> checking whether to use GLw... no
> checking whether to use FreeType... /usr/lib
> configure: error: *** You must answer yes or no.


You are using --with-freetype wrong. It is a true/false option and you
have given it a directory name. Try just:

--with-freetype 

or with
--with-freetype-includes=/usr/include/freetype2 
--with-freetype-libs= ... 


same with --with-gdal.


see './configure --help | less' for help.



Hamish




More information about the grass-dev mailing list