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
to boost.uuid resolves the linker error - but that seems not to be the root cause, since removing the "@boost.program_options//:boost.program_options", dependencies solves the issue... (see #3278)
Maybe defines = ["BOOST_ALL_NO_LIB"], is the root cause here
Version
Development (host) and target OS/architectures:
Windows 10 x64
Output of bazel --version:
bazel 7.4.1
Version of relevant rules from the WORKSPACE or MODULE.bazel file:
What happened?
Minimal Demo to reproduce linker errors:
cli.cpp:
BUILD.bazel:
MODULE.bazel:
.bazelversion:
Build on Windows via
bazel build //...
gives:Adding
to boost.uuid resolves the linker error - but that seems not to be the root cause, since removing the "@boost.program_options//:boost.program_options", dependencies solves the issue... (see #3278)
Maybe
defines = ["BOOST_ALL_NO_LIB"],
is the root cause hereVersion
Development (host) and target OS/architectures:
Windows 10 x64
Output of
bazel --version
:bazel 7.4.1
Version of relevant rules from the
WORKSPACE
orMODULE.bazel
file:Language(s) and/or frameworks involved:
C++20, Boost 1.83.0
How to reproduce
Any other information?
No response
The text was updated successfully, but these errors were encountered: