我对enscript的配置要求有些困惑,对它有点不满意。我只是在系统[debian]上使用1.6.6源tarball进行了香草./configuration。它似乎可以构建并一切都OK,但是我遇到了神秘的错误。我尝试做的事情:
enscript-1.6.6$ bin/enscript -v -Eperl --output=doprint.ps ../doprint.pl
AFM: scanning path...
AFM: reading font map "/home/bercos/bin/enscript-1.6.6/share/enscript/afm/font.map"
enscript: couldn't find prolog "enscript.pro": No such file or directory
states: undefined state `lang_enscript'
但是:
enscript-1.6.6$ find . -name enscript.pro
./share/enscript/enscript.pro
因此make install
中没有正确安装某些东西,但是我不知道是什么。我做了make check
,它告诉了我
===================
All 25 tests passed
===================