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

Unknow Failure: cmake. #39

Open
prothegee opened this issue Mar 16, 2021 · 2 comments
Open

Unknow Failure: cmake. #39

prothegee opened this issue Mar 16, 2021 · 2 comments

Comments

@prothegee
Copy link

Hi, I'm gettin error exception while running

python boden.py open -t bodendemo

or

python boden.py open -p android -t bodendemo

Error

    raise Exception("Unknown failure, maybe cmake does not support server mode")
Exception: Unknown failure, maybe cmake does not support server mode

I also tried to add boden to local environment. The result are same.


System info:

  • Windows 10
  • Cmake 3.20.0
  • Git 2.30.2
  • Android Studio 4.1.2
  • Ninja 1.10.0.git.kitware.jobserver-1
  • Python 3.7.9
  • JDK 15.0.2 2021-01-19
@DizzasTeR
Copy link

Similar issue, followed all the steps in the Windows guide and every dependency is up-to-date

@teasp00n
Copy link

cmake-server was removed in version 3.20 in favor of the cmake-file-api. You'll either need to use a version of cmake older than 3.20 or update bauer's cmake support to leverage the cmake-file-api instead of cmake-server.

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

3 participants