Having trouble compiling qdmr-0.11.1 from source in Ubuntu 20.04 #290
-
I get "no matching function for call" error when building CXX object for radiolimits.cc. Below is a sample output: ~/Documents/HAM/QDMR/qdmr-0.11.1/lib/radiolimits.cc:639:52: error: no matching function for call to ‘QStringList::QStringList(QSet::const_iterator, QSet::const_iterator)’ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
There is a binary package of qdmr for focal in my PPA https://launchpad.net/~hmatuschek/+archive/ubuntu/ppa. You can simply use that. If you want to compile it under focal, you have to apply a patch (https://bazaar.launchpad.net/~hmatuschek/+junk/qdmr-package/download/head:/debian/patches/focal_fix_qstringlist_construction.diff) to get it working with older versions of Qt. I hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Thank you,Joaquin
On Friday, January 27, 2023 at 03:06:10 AM CST, Hannes Matuschek ***@***.***> wrote:
There is a binary package of qdmr for focal in my PPA https://launchpad.net/~hmatuschek/+archive/ubuntu/ppa. You can simply use that. If you want to compile it under focal, you have to apply a patch (https://bazaar.launchpad.net/~hmatuschek/+junk/qdmr-package/download/head:/debian/patches/focal_fix_qstringlist_construction.diff) to get it working with older versions of Qt. I hope that helps.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
There is a binary package of qdmr for focal in my PPA https://launchpad.net/~hmatuschek/+archive/ubuntu/ppa. You can simply use that. If you want to compile it under focal, you have to apply a patch (https://bazaar.launchpad.net/~hmatuschek/+junk/qdmr-package/download/head:/debian/patches/focal_fix_qstringlist_construction.diff) to get it working with older versions of Qt. I hope that helps.