Skip to content
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

Need Boost 1.49.00 #110

Open
lgladstone opened this issue Feb 5, 2018 · 1 comment
Open

Need Boost 1.49.00 #110

lgladstone opened this issue Feb 5, 2018 · 1 comment

Comments

@lgladstone
Copy link
Contributor

In copying the old Katydid wiki pages into the modern docs system, I found this listed on a "installation issues" page. If this is still an issue, I'm listing it here so it gets tracked appropriately. If it's not, please close this issue.

  • There's a bug in Boost that's a problem when compiling with LLVM (including using the default compiler in Mac OS X 10.7). This was fixed in Boost 1.49.00. If you don't have access to that version you can fix the problem by making the following change: on line 565 of boost/signals2/detail/auto_buffer.hpp, change the word "size" to "size_arg" (not including the quotes). Boost need not be recompiled.
@nsoblath
Copy link
Member

nsoblath commented Feb 5, 2018

@lgladstone Since the current minimum version of Boost is 1.46, this is potentially still a problem. I recommend that we have an "notes" section in the installation instructions in the new documentation where we can record things like this. We'll keep it there until it's no longer a problem (i.e. when the minimum boost version goes to or above 1.49).

Please close this issue once it's recorded elsewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants