-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
./schema/generate.sh failed #37
Comments
/schema/generate.sh ==> cd schema && ./generate.sh |
same results |
build succeed on centos 7 (docker), with: but still failed on ubuntu 18.04 |
you could try but re-installing cmake is more recommended. |
fixed after running this: |
Hi, sry to disturb. A similar problem occurs in my case, and the following is the output: root@6d3edda80bab:~/MNN# ./schema/generate.sh Environments: I have installed extra-cmake-modules, but no changes. Anybody help me out? Thx. |
perhaps make is not installed in your system? try |
Thx. I have installed the make, but the problem remains. Anyway, I read the script generate.sh, implement the commands one by one, and then success to complete this step. A little strange, there may be some points i missed. |
Reproduction step:
Outputs:
Environments
ubuntu 18.04
gcc (Ubuntu 7.4.0-1ubuntu1~18.04) 7.4.0
cmake version 3.10.2
export CMAKE_ROOT=/usr/share/cmake-3.10
The text was updated successfully, but these errors were encountered: