Chris Mayo
Chris Mayo
I am not getting any error messages or noticing any artefacts. Maybe there was an easy way to find the problem: ``` $ MESA_DEBUG=1 openscad Mesa: error: GL_INVALID_OPERATION in glDrawBuffers(unsupported...
Let's close, segmentation fault is fixed. Qt Bug reported: https://bugreports.qt.io/browse/QTBUG-122819 PR for removing `IF_GL_CHECK`: https://github.com/openscad/openscad/pull/5023
Built with Qt 5 here, #4908 updated with this commit to build with Qt 6.
Rebased on master. Good to know it actually runs on Qt 6 and doesn't just build. On Linux can't say I've noticed any difference.
Availability of libqscintilla2_qt6 is the blocker. For Ubuntu need >= 23.04. Can't find it on Homebrew. A win for MSYS2. (It is in Debian and Fedora, alas not available on...
Looks like brew.sh are waiting for Octave 9 before updating qscintilla2.
Yes, the code changes are done, just needs the CMake update in #4929 (built with Qt 6 here). When running N.B. there are some MS Windows only changes 05cf63e4350ff40eaf3cbaf8bb984a09d134fcd3, and...
Homebrew switched qscintilla2 to Qt 6, finally a chance to build with macOS. Requires 10.15 so needs a CMake tweak, but with that builds OK. With qscintilla2 on Qt 6,...
I updated too early - Ubuntu 24.04 wasn't actually available (it was listed in the README...). I probably changed more than I needed to before I understood that. But yes,...
I'm still not able to get a green tick here - but not because of Qt 6: MSYS2 - (as seen in other PRs/master) has updated to GCC 14 which...