boden icon indicating copy to clipboard operation
boden copied to clipboard

CMake File APIs

Open kdnfgc opened this issue 2 years ago • 0 comments

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.

kdnfgc avatar May 04 '23 18:05 kdnfgc