I can't compile it stops at server.cpp on class QSslConfiguration has no member named 'setDiffieHellmanParameters
Am I missing a Qt5 library?
Search Criteria
Package Details: murmur-git 1.4.0.r712.g414ab61b6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/murmur-git.git (read-only, click to copy) |
---|---|
Package Base: | murmur-git |
Description: | The voice chat application server for Mumble (git version) |
Upstream URL: | https://www.mumble.info/ |
Licenses: | BSD |
Conflicts: | murmur, murmur-ice, murmur-static |
Provides: | murmur |
Submitter: | OttoA |
Maintainer: | disastro |
Last Packager: | disastro |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2009-12-15 16:30 (UTC) |
Last Updated: | 2022-06-17 16:04 (UTC) |
Dependencies (9)
- avahi
- lsb-release
- protobuf (protobuf-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- zeroc-ice
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (0)
Sources (8)
Lazy commented on 2017-02-13 14:19 (UTC)
disastro commented on 2016-12-05 10:12 (UTC)
Build works again without changes to CONFIG, has for some time now.
disastro commented on 2016-11-10 08:06 (UTC)
Latest ZeroC Ice 3.6.3 finally supports PHP 7 at least on 64-bit.
https://aur.archlinux.org/packages/zeroc-ice-php56 should work with the changes I described in the comments.
disastro commented on 2016-11-06 22:02 (UTC) (edited on 2016-11-10 08:06 (UTC) by disastro)
Qt 5.7 incompatibility should be fixed upstream sooner rather than later so I decided to skip fixing it a few days ago already. https://github.com/mumble-voip/mumble/pull/2630 For the time being adding c++11 or c++14 to CONFIG in the PKGBUILD should indeed fix the issue.
ararhoo commented on 2016-11-06 21:42 (UTC)
Review with armv7h (Odroid U3):
Compiled zeroc-ice without any additions (besides adding armv7h).
Compiled murmur-git with adding c++11 to the CONFIG+="..." params
Maybe add it in the package per default?
disastro commented on 2016-04-17 08:14 (UTC)
Ice took a while to get working for me again but if anyone uses it, I had to compile zeroc-ice with "-std=c++11 -fPIC -pthread" for Murmur to not fail compiling.
disastro commented on 2016-02-13 05:55 (UTC)
@YAOMTC It's basically their 1.3.0 yeah but I think they haven't got git tags for 1.3.0 even to this date so in a way it gets mislabeled
@FryDay Probably yeah, I haven't really done arm arches for my packages even though I've got an RPi2 just because, but I might as well
FryDay commented on 2016-02-13 03:45 (UTC)
Please add armv7h to the PKGBUILD. I can confirm it builds fine.
YAOMTC commented on 2016-01-18 06:23 (UTC)
So this installs "1.2.5.939" - is this actually 1.3, mislabeled?
Pinned Comments
disastro commented on 2016-11-10 08:06 (UTC)