You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
Hi, trying to get this plugin build on my Ubuntu 20.04 LTS laptop.
There seem to be a number of build related errors. I have listed work-arounds with each, but I am not certain if they are sufficient, for proper functionality, though the build is now successful:
The setup_ccache script sets config options that do not exist in ccache v3.7.7. I was able to get past this by commenting the inode_cache and file_clone lines from the script.
The QT6 Libraries do not appear to be available, except through ppa:okirby/qt6-backports repository.
There are 13 compile errors related to -Wenum-conversion which does not appear to be part of Ubuntu 20.04's ccp v.9.4.0. This seems to be remedied by removing the flag from the cmake/common/compiler_common.cmake and cmake/linux/compilerconfig.cmake files.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, trying to get this plugin build on my Ubuntu 20.04 LTS laptop.
There seem to be a number of build related errors. I have listed work-arounds with each, but I am not certain if they are sufficient, for proper functionality, though the build is now successful:
ppa:okirby/qt6-backports
repository.-Wenum-conversion
which does not appear to be part of Ubuntu 20.04's ccp v.9.4.0. This seems to be remedied by removing the flag from thecmake/common/compiler_common.cmake
andcmake/linux/compilerconfig.cmake
files.The text was updated successfully, but these errors were encountered: