[GRASS-dev] wingrass: etc/fontcap contains fonts from dist. directory not installed directory

Glynn Clements glynn at gclements.plus.com
Wed Oct 24 15:39:04 EDT 2007


Moritz Lennert wrote:

> The grass-6.3.cvs/etc/fontcap file in wingrass contains a series of 
> entries of the sorts:
> 
> cyrilc|Cyrillic|0|c:\grasssrc\grass6\dist.i686-pc-mingw32\fonts\cyrilc.hmp|0|utf-8|
> 
> This should be
> 
> cyrilc|Cyrillic|0|c:\grass\grass-6.3.cvs\fonts\cyrilc.hmp|0|utf-8|
> 
> IIUC, the line that deals with this in the Makefile is (277):
> 
> -sed 's#'${GISBASE}'#'${INST_DIR}'#g' ${GISBASE}/etc/fontcap > 
> ${INST_DIR}/etc/fontcap
> 
> 
> Do we need an equivalent line for wingrass with WINGISBASE ?

WINGISBASE doesn't exist during compilation. AFAICT, it's only used
within grass63.bat and init.bat.

But, yes, we should probably allow for that.

Or, you can always regenerate the fontcap file after installation.

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-dev mailing list