首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装htk时全部出错

安装htk时全部出错
EN

Ask Ubuntu用户
提问于 2013-11-20 10:34:05
回答 1查看 991关注 0票数 0

在安装htk时,make all中出现了错误:

代码语言:javascript
复制
(cd HTKLib && make HTKLib.a) \
      || case "" in *k*) fail=yes;; *) exit 1;; esac;
make[1]: Entering directory `/home/dushyant/HTK/htk/HTKLib'
gcc  -m32 -ansi -D_SVID_SOURCE -DOSS_AUDIO -D'ARCH="x86_64"' -Wall -Wno-switch -g -O2 -I. -DPHNALG   -c -o HGraf.o HGraf.c
In file included from /usr/include/stdio.h:28:0,
                 from HShell.h:40,
                 from HGraf.c:54:
/usr/include/features.h:324:26: fatal error: bits/predefs.h: No such file or directory
compilation terminated.
make[1]: *** [HGraf.o] Error 1
make[1]: Leaving directory `/home/dushyant/HTK/htk/HTKLib'
make: *** [HTKLib/HTKLib.a] Error 1

我该怎么办?

EN

回答 1

Ask Ubuntu用户

发布于 2014-06-16 09:41:54

该标头bits/predefs.h附带了libc6-dev-i386 (32位头)。尝试:

代码语言:javascript
复制
sudo apt-get install libc6-dev-i386 

参考资料:失踪的预防御

票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/379777

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档