| 
												
						
						
												1#
						发表于 2015-03-29 23:07:43 
															
	HDL Designer Series 2005_2OS:    Ubuntu 8.04.1
 
 一切安装过程都挺顺利的。。。
 期间提示在某个目录找不到awk,自己做了个链接到它要求的目录就好了
 
 最后运行的时候就出问题了
 问题:
 Error:Could not create fontset for font
 '-adobe-helvetica-bold-r-normal--14-100-100-100-p-82-ISO8859-1'
 The following characters can not be drawn with this font
 ISO8859-15
 
 解决:
 cd /usr/X11R6/lib/X11/
 ln -s /usr/share/X11/XKeysymDB XKeysymDB
 ln -s /usr/share/X11/locale/ locale
 
 看来都是HDS要求的目录结构和Ubuntu的不一样造成的!
 |