-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build museeq: "no matching function for call" in chatrooms.cpp #26
Comments
I had to fix this (along with updating the cmake, python, /usr/bin/museeq headers to use python2) in order to build this on arch. Let me figure out whether I can push my fix and I'll see if I can help... idk git very well and I hadn't heard of museek yesterday. this particular error is because g++ is strongly typing my guess is that we noticed the issue because we're using g++ 6.2.x and the new g++ decided to stop silently casting |
This patch fixes the problem, I'll figure out how to do a pull request properly another time f7bfba0 |
On 10/20/2016 06:37 PM, hallsofmirrors wrote:
I have open PRs for cmake fixes and the python shebangs, as I'm
I actually wonder how this can have ever worked, because from |
When building museek+ with
-DEVERYTHING=1
on Debian unstable, I get an error while compiling museeq.CMake 3.6.2, g++ 6.2.0, Qt 4.8.7.
The text was updated successfully, but these errors were encountered: