Closed paulbrodersen closed 1 year ago
QMake version 3.1 Using Qt version 5.9.5 in /usr/lib/x86_64-linux-gnu
Would you look at this @leuat?
QSharedPointer::get
was added in Qt version 5.11, that's why it's not present in 5.9.5.
According to the documentation pages, Qt 5.15 LTS seems to be the oldest supported Qt version right now (where the method exists
), so I'd definitely suggest updating.
Thanks for the quick reply. I will look into upgrading Qt (without breaking any of the other things that need to run on this old box) and report back.
Hi, thanks for making nutil available! I am trying to compile nutil on a linux box and I am running into a few issues. I have patched the first problem (PR here), but I am now running into another error:
The full combined STDOUT and STDERR log can be perused here. Any guidance and trouble shooting help would be much appreciated.