Schildkroet / Candle2

GRBL control interface in Qt.
GNU General Public License v3.0
203 stars 56 forks source link

Compile with QT 5.12.5 mutex #51

Closed PaulHosh closed 1 year ago

PaulHosh commented 1 year ago

Do I need to install msys2 to get QT 5.15.2 to compile without mutex errors?

Attached is screenshot. If so, how is the msys2 installed? I have seen a link to https://stackoverflow.com/questions/30069830/how-can-i-install-mingw-w64-and-msys2 and a subsequent link to Winlibs.com.

My intention is to add a joystick to Candle 2 so that I can adjust the position of the tool at the machine.

thanks paul

Candle 2 MinGW 5 15 2 compile mutex

Schildkroet commented 1 year ago

Yes, mingw probably is too old and doesnt support c++11 features. Use a more up-to-date toolchain. You can also try to compile with a newer QT release, it should probably work. But some users complained about it not working on Win7