我收到错误致命错误:运行brew install --HEAD usbmuxd时找不到“ cstddef”文件

时间:2019-07-04 06:04:41

标签: flutter homebrew

我正在尝试运行命令 brew install --HEAD usbmuxd 但每次抛出此错误

/usr/local/include/plist/Node.h:26:10: fatal error: 'cstddef' file not found
#include <cstddef>
         ^~~~~~~~~
1 error generated.
make[1]: *** [collection.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wmissing-declarations -Wredundant-decls -Wshadow -Wpointer-arith -Wwrite-strings -Wswitch-default -Wno-unused-parameter -fvisibility=hidden -pthread -g -O2 -c thread.c -o thread.o >/dev/null 2>&1
1 error generated.
make[1]: *** [socket.lo] Error 1
make: *** [install-recursive] Error 1

请帮助我解决此问题。 预先感谢

0 个答案:

没有答案
相关问题