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
Error on windows due to missing file include/doc/html/boost_asio/reference/async_result_lt__basic_yield_context_lt__Executor__gt__comma__Signature__gt_/handler_type.html#263
Open
garymm opened this issue
Sep 19, 2022
· 0 comments
I'm building on Windows using cmake from rules_foreign_cc and some boost deps.
This works on MacOS and Linux but on Windows the cmake build script tries and fails to find the file include/doc/html/boost_asio/reference/async_result_lt__basic_yield_context_lt__Executor__gt__comma__Signature__gt_/handler_type.html
Any idea why that file might be missing on Windows? Lots of other doc files are present in the parent "reference" dir.
Using rules_boost at 88ce413e61b1b549e44e3dc889251f14d4702abd.
Thanks so much for this code!
I'm building on Windows using cmake from rules_foreign_cc and some boost deps.
This works on MacOS and Linux but on Windows the cmake build script tries and fails to find the file
include/doc/html/boost_asio/reference/async_result_lt__basic_yield_context_lt__Executor__gt__comma__Signature__gt_/handler_type.html
Any idea why that file might be missing on Windows? Lots of other doc files are present in the parent "reference" dir.
Using rules_boost at
88ce413e61b1b549e44e3dc889251f14d4702abd
.This is my BUILD.bazel:
Full logs below:
The text was updated successfully, but these errors were encountered: