Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile:509: recipe for target 'all-recursive' failed #2

Closed
ShangXoL opened this issue Jun 11, 2018 · 4 comments
Closed

Makefile:509: recipe for target 'all-recursive' failed #2

ShangXoL opened this issue Jun 11, 2018 · 4 comments

Comments

@ShangXoL
Copy link

I ran make in the ubuntu16.04 system and found the following error.

Making all in src
make[1]: Entering directory '/mnt/WaykiChain-master/src'
Makefile:1330: *** missing separator. Stop.
make[1]: Leaving directory '/mnt/WaykiChain-master/src'
Makefile:509: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Do anyone know what's the reason,help me

@vlyl
Copy link

vlyl commented Jun 12, 2018

@ShangXoL
Maybe you need make it in Ubuntu 1404 system

@WildSaoFeng
Copy link

我也是和楼主遇到了一样的问题

@bitbytemaster
Copy link
Contributor

bitbytemaster commented Jul 23, 2018

先提供一个临时解决方案,修改./src/Makefile 找到".PHONY: FORCE"的下一行(1318)去掉开头的空格,替换成一个tab键输入,保存后重新编译即可通过。

@bitbytemaster
Copy link
Contributor

建议采用我们的容器化部署方式。先关闭此问题

bitbytemaster pushed a commit that referenced this issue Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants