<div>Dear list,</div><div><br></div><div>a newbie question follows:</div><div><br></div><div>I have managed to install grass64 using latest osgeo4w installer and can now (after a few modifications) run shell scripts in a Msys window. However, I noticed something weird: the fontcap file was referring to a directory which did not exist i.e. to  /c/OSGEO4W/apps/grass/grass-6.4.0svn/fonts. I created the dir and ran g.mkfontcap with extradirs=c:/winnnt/fonts and it went through all right. But still, if I&#39;m not mistaken, it seems that I  can use only the default font. At least for labels. </div>
<div><br></div><div>Any idea how to fix this? can I just download the fronts from somewhere, install them to the fonts dir, and run the g.mkfontcap again?</div><div><br></div><div>Thanks,</div><div><br></div><div>ilumas</div>
<div><br></div><div>p.s.</div><div><br></div><div>uname -a in msys gives </div><div><br></div><div>MINGW32_NT-5.1 1.0.11(0.46/3/2) 2007-01-12 12:05 i686 Msys</div><div>Grass:  GRASS 6.4.0svn </div><div> </div><div>p.p.s</div>
<div><br></div><div>Needed osgeo4w installation tricks to start the grass64 and to run gdal and ogr tools from an msys window:</div><div><br></div><div><br></div><div>remove (skip) libjpeg-ipp package</div><div>remove zoneinfo package (last one)</div>
<div>open Msys shell</div><div>find   /C/OSGeo4W/ -name &#39;Init.sh‘</div><div>change the value of  GISBASE in /c/OSGeo4W/bin/grass64 to point to /c/OSGEO4W/apps/grass/grass-6.4.0svn</div><div>(mkdir c:/OSGEO4W/apps/grass/grass-6.4.0svn/fonts)</div>
<div>(g.mkfontcap -o extradirs=/C/winnt/fonts/)</div><div><br></div><div>for GDAL</div><div><br></div><div>if you see complains about missing DLLs, just rename/move corresponding libs located in </div><div>C:\OSGeo4W\bin\gdalplugins\  directory. Or install the required libs.</div>
<div><br></div><div>for OGR</div><div><br></div><div>if you see complains about missing DLLs, just rename/move corresponding libs located in </div><div>C:\OSGeo4W\bin\gdalplugins\  directory. Or install the required libs.</div>
<div><br></div><div><br></div>