在OS X上编译fsevent时找不到stdio.h

时间:2012-08-11 07:47:48

标签: macos gem

在尝试安装rb-fsevent gem时得到了这个:

fsevent/fsevent_watch.c:1:10: fatal error: 'stdio.h' file not found
#include <stdio.h>
         ^

1 个答案:

答案 0 :(得分:3)

运行此命令:

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/

然后编译就可以了。