You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: