首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >未安装React Native Watchman

未安装React Native Watchman
EN

Stack Overflow用户
提问于 2019-03-20 23:47:15
回答 1查看 179关注 0票数 1

我正在使用这个cmd

代码语言:javascript
复制
git clone https://github.com/facebook/watchman.git
$ cd watchman
$ git checkout v4.9.0  # the latest stable release
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install

当我输入make cmd时,它的返回错误如下

代码语言:javascript
复制
Makefile:1960: recipe for target 'cppclient/libwatchmanclient_la-WatchmanClient.lo' failed
make[1]: *** [cppclient/libwatchmanclient_la-WatchmanClient.lo] 
Error 1
make[1]: Leaving directory '/tmp/watchman'
Makefile:1101: recipe for target 'all' failed
make: *** [all] Error 2
EN

回答 1

Stack Overflow用户

发布于 2019-03-21 00:41:40

您的构建正在从您的系统中提取某个版本的folly。使用./configure --without-folly配置构建。

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

https://stackoverflow.com/questions/55264884

复制
相关文章

相似问题

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