christopherpow / nesicide

Integrated Development Environment for the 8-bit Nintendo Entertainment System
314 stars 38 forks source link

build broken on last ubuntu 20.04 #67

Open valdirSalgueiro opened 4 years ago

valdirSalgueiro commented 4 years ago

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

christopherpow commented 4 years ago

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.

ArbitCode commented 3 years ago

@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

christopherpow commented 3 years ago

QDir does not exist type

I am unable to reproduce this.