Max

Results 9 comments of Max

I take it as a suggestion for me to switch to Linux (or Linux docker image) as the build system? And also I think it answers by implication my question...

But, regardless of whether that was a suggestion for me to dump Windows build env and switch to Linux or whether I will actually try to do it from Linux...

> Hi @sunheat, > > The windows docker flow is now working again. So you can try it once more if you wish. However, note that the problem on Windows...

> I am trying now. Bought a Nintendo Switch recently so... 🤣

> Did your build succeed this time? There still seems to be a lot of gaps. For instance, I keep Docker Desktop up-to-date. In options, it does not seem to...

Download was stuck so I Ctrl+C'ed it. I changed image name to my own cbe build. It is now showing the following in PowerShell ISE execution window. ``` Mode LastWriteTime...

Hi team, I kind of sort of found a possible cause. It is because I have using the defaults in `build.ps1` and the default is to build from the `master`...

BTW I have tried using "4.12" in the branch parameters but with the latest cbe windows docker it still failed with the same error of Python version too low as...

Problem seems to be in `libCharon.cmake` under `projects`. It specifies the version 3.10: ``` CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${EXTERNALPROJECT_INSTALL_PREFIX} -DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH} -DCURA_PYTHON_VERSION=3.10 ``` And in `CMakeList.txt` in generated build folder: ``` find_package(Python3 ${CURA_PYTHON_VERSION} EXACT...