安装torch7时,致命错误:errno.h:没有这样的文件或目录

时间:2016-10-27 12:08:20

标签: git macos lua torch

http://torch.ch/docs/getting-started.html

之后安装火炬

系统版本:mac ox sierra 10.12

git clone和cd~ / torch之后; bash install-deps;

错误来了:

./ install.sh 前缀设置为/ Users / torch / install

安装Lua版本:LUAJIT21

安装常用的Lua软件包

env MACOSX_DEPLOYMENT_TARGET = 10.8 gcc -O2 -fPIC -I / Users / torch / install / include -c src / lfs.c -o src / lfs.o

src / lfs.c:36:19:致命错误:errno.h:没有这样的文件或目录

的#include                    ^ 编译终止。

错误:构建错误:编译对象src / lfs.o

失败 谷歌之后,没有正确的解决方案。 任何提示,帮助我,谢谢!

1 个答案:

答案 0 :(得分:0)

xcode-select --install解决了问题