-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
[Bug] Make fails at discord-rpc module (linux) #675
Comments
P.S. What exactly does this module do? I do already have discord and it was running during the build process. If this module can be skipped, where do I need to remove/comment it? |
Seems to be related to new gcc version |
little late to this but you can simply workaround this by replacing the build of rapidjson included with discord-rpc with the one from the source of Tencent/rapidjson to |
Worked perfectly for me! |
Please link this issue in FAQ, because I got it as well |
Describe the bug
Final make step in instructions fails at the discord-rpc module. Seems like some sort of read-only member assignment.
To Reproduce
Steps to reproduce the behavior:
Clone the project using git and then run git submodule update --init --recursive to download the required submodules.
Install CMake
Check 'build.linux' for libraries to install
Run cmake -DCMAKE_BUILD_TYPE=Release . and then make from the root of the project
Expected behavior
Make build and binary
Screenshots
N/a, see attached txt file for full console log
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Log file
See full console log attached, there were some failed curls early in the cmake process
usc_error.txt
The text was updated successfully, but these errors were encountered: