nesicide icon indicating copy to clipboard operation
nesicide copied to clipboard

build broken on last ubuntu 20.04

Open valdirSalgueiro opened this issue 4 years ago • 3 comments

linuxdeployqt 6 (commit c6bcad2), build 715 built on 2020-04-12 12:21:56 UTC ERROR: The host system is too new. Please run on a system with a glibc version no newer than what comes with the oldest currently still-supported mainstream distribution (xenial), which is glibc 2.23. This is so that the resulting bundle will work on most still-supported Linux distributions. For more information, please see https://github.com/probonopd/linuxdeployqt/issues/340

valdirSalgueiro avatar May 17 '20 20:05 valdirSalgueiro

This is not a build problem it is a deployment requirement. If you intend to deploy you must use a build machine with Ubuntu 16.04. For build purposes you should be able to use the binaries built from qmake && make.

christopherpow avatar May 17 '20 21:05 christopherpow

@christopherpow thank you to reply, I have installed Ubuntu 16.04 on virtual box and shared binaries built from qmake there, but while generating there is show error that error is as following

QDir does not exist type

ArbitCode avatar Sep 04 '20 09:09 ArbitCode

QDir does not exist type

I am unable to reproduce this.

christopherpow avatar Sep 04 '20 14:09 christopherpow