-
Notifications
You must be signed in to change notification settings - Fork 457
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
Update BDWGC. #4868
Update BDWGC. #4868
Conversation
10ce27c
to
a8e821d
Compare
Signed-off-by: fruffy <[email protected]>
Signed-off-by: fruffy <[email protected]>
a8e821d
to
b7c42e5
Compare
@jkhsjdhjs Could try this PR and see whether it works for you? |
Doesn't work for me due to
|
I also just noticed that /* This file is installed for backward compatibility. */
#include <gc/gc.h> and /* This file is installed for backward compatibility. */
#include <gc/gc_cpp.h> respectively. So if you're already at it, maybe the other includes should be adjusted as well (if that's also compatible with the CMake Fetch Content build variant). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Builds fine for me now!
Signed-off-by: fruffy <[email protected]>
16a287b
to
f197041
Compare
_GNU_SOURCE
is necessary for compilation.Fixes #4857.