Ghostkeeper

Results 403 comments of Ghostkeeper

Note that those are from `cura-build`, not this repository `cura-build-environment`. `ultimaker/cura-build-environment:win1809-master` is the image to use for Windows. It's what Ultimaker uses on their build server, too. It should be...

Not really sure about what we should do about this problem. Should we provide a patch to libtool? Or to sqlite?

What does the log say?

Our Windows docker script requests a specific Windows version, and downloads some dependencies (e.g. compiler) through Chocolatey, executes powershell.exe. I don't think it'll work properly if you can't virtualise the...

This was necessary for Linux because there the PyQt library doesn't respect the RPath, apparently: https://github.com/Ultimaker/cura-build-environment/commit/4f46651002ccfa50cd5bdce714db64dd0eb30f36 I'm thinking that in this `${CMAKE_INSTALL_PREFIX}/lib` path for you there might be a different...

We're not using Jenkins any more since people were frustrated with the build system and blamed Jenkins for it. We've been using Rundeck for our CI ever since. I'm not...

We currently can't support M1, since Qt doesn't support M1 yet. Sorry! We compile Cura on Catalina at the moment.

Python needs to be upgraded too, since M1 support starts from 3.9. A few problematic incompatibilities with this Qt upgrade are: * QtQuick Controls 1 has been removed (used in...

Oh, and also PyQt6 is still on Qt 6.1. We'll need them to support Qt 6.2 too!

Let's do some competitor analysis then. Other applications: * Slic3r has menu items for "Rotate around X", "Rotate around Y", "Rotate around Z". This brings up a pop-up where a...