-
Notifications
You must be signed in to change notification settings - Fork 29
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
Build error on mac, related to boost libraries #56
Comments
Note, I found the fix at the bottom of the comments at this link: boostorg/stacktrace#88 |
Thanks for checking this. Can we also try to build standalone Kassiopeia
v3.8.0 as in https://github.com/KATRIN-Experiment/Kassiopeia or
https://github.com/project8/kassiopeia/tree/feature/v3.8.0 ? This would be
the latest version.
…On Tue, Oct 19, 2021 at 3:24 PM arinabykadorova ***@***.***> wrote:
Note, I found the fix at the bottom of the comments at this link:
boostorg/stacktrace#88 <boostorg/stacktrace#88>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVBROK7NICAIUAL6TRT6ZLUHXAWJANCNFSM5GJ4OV2A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Trying it just from the the main Kass branch on https://github.com/KATRIN-Experiment/Kassiopeia, I get the same behavior - same error and same fix works. |
Thanks for reporting this! I think the workaround is fine. I'll add it to the CMake config. |
zykure
added a commit
that referenced
this issue
Oct 20, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This occurred while building Kass inside of the Locust software, forked here. I was compiling from source on my mac (Mojave 10.14.6).
After doing some research, I was able to fix it by adding these lines right after line 102 of kassiopeia/Kommon/CMakeLists.txt:
I'm not entirely sure what the role of _GNU_SOURCE is in the build, but this seems to work. Is this a valid workaround? What is the cause of the build error? Thanks!
The text was updated successfully, but these errors were encountered: