我正在尝试在OSX Maverick上安装topojson而且我遇到致命错误:fatal error: 'sys/types.h' file not found
。我在下面列出了导致终端错误的原因以及随后的所有内容。
我刚刚为此安装了node.js - 所以我不确定该问题涉及哪个软件包。
...
npm http 304 https://registry.npmjs.org/boom
npm http 304 https://registry.npmjs.org/hoek
npm http 304 https://registry.npmjs.org/delayed-stream/0.0.5
CXX(target) Release/obj.target/contextify/src/contextify.o
In file included from ../src/contextify.cc:1:
In file included from /Users/anekola/.node-gyp/0.10.21/src/node.h:61:
/Users/anekola/.node-gyp/0.10.21/deps/uv/include/uv.h:59:10: fatal error: 'sys/types.h' file not found
#include <sys/types.h> /* size_t */
^
1 error generated.
make: *** [Release/obj.target/contextify/src/contextify.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12)
gyp ERR! System Darwin 13.0.0
gyp ERR! command "node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /usr/local/lib/node_modules/topojson/node_modules/d3/node_modules/jsdom/node_modules/contextify
gyp ERR! node -v v0.10.21
gyp ERR! node-gyp -v v0.10.10
gyp ERR! not ok
npm ERR! weird error 1
npm ERR! not ok code 0
我确实使用了sudo:sudo npm install -g topojson
。我绝不是命令行专家。
答案 0 :(得分:1)
杰夫是对的 - 谢谢杰夫 - 似乎我只需要确保我的xcode已更新。实际上,我发现在更新为Maverick后我需要重新安装xcode。我没想到。
在此处下载链接:https://developer.apple.com/xcode/
抱歉,tak3r - 以为我上周发布了这个帖子!