HDL Designer Series 2005_2
OS: 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的不一样造成的!
OS: 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的不一样造成的!