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

CMake File APIs #45

Open
kdnfgc opened this issue May 4, 2023 · 0 comments
Open

CMake File APIs #45

kdnfgc opened this issue May 4, 2023 · 0 comments

Comments

@kdnfgc
Copy link

kdnfgc commented May 4, 2023

I followed the commands to build my app, but the terminal spits this out at me:

CMake Error: CMake server mode has been removed in favor of the file-api.
Traceback (most recent call last):
File "/Users/kdn_fgc/boden/./bauer/bauer.py", line 71, in main
return run(argv)
File "/Users/kdn_fgc/boden/./bauer/bauer.py", line 67, in run
commandProcessor.process()
File "/Users/kdn_fgc/boden/./bauer/commandprocessor.py", line 119, in process
self.prepare(configuration, platformState)
File "/Users/kdn_fgc/boden/./bauer/commandprocessor.py", line 135, in prepare
self.buildExecutor.prepare(platformState, configuration, self.args)
File "/Users/kdn_fgc/boden/./bauer/buildexecutor.py", line 158, in prepare
self.cmake.open(self.sourceDirectory, cmakeBuildDir, generatorName, extraGeneratorName = "", extraEnv=cmakeEnvironment)
File "/Users/kdn_fgc/boden/./bauer/cmake.py", line 43, in open
raise Exception("Unknown failure, maybe cmake does not support server mode")
Exception: Unknown failure, maybe cmake does not support server mode

Please fix this issue. I'd do it myself, but I'm only a beginner.

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

1 participant