Page MenuHomePhabricator

Upgrade Boost from version 1.68 to version 1.70
Closed, ResolvedPublic

Description

Boost 1.68 doesn't work anymore with Apple LLVM 10.0.1.

Event Timeline

kislinsk triaged this task as Normal priority.Aug 1 2019, 1:59 PM
kislinsk created this task.

Great, now websocketpp is incompatible to Boost 1.70.

cpprestsdk compiles fine but when triggered from superbuild the Debug configuration fails with an unspecified error.

As the download step is actually a git clone step the patch command is executed everytime instead of only. The patch command will return a non-zero exit code for already applied patches which probably causes the error.