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
Compiling with Boost 1.81 yields duplicate symbols at link time:
duplicate symbol 'boost::phoenix::placeholders::uarg9' in:
src/.libs/_pybertini_la-parser_export.o
src/.libs/_pybertini_la-bertini_python.o
duplicate symbol 'boost::phoenix::placeholders::uarg8' in:
src/.libs/_pybertini_la-parser_export.o
src/.libs/_pybertini_la-bertini_python.o
duplicate symbol 'boost::phoenix::placeholders::uarg7' in:
src/.libs/_pybertini_la-parser_export.o
src/.libs/_pybertini_la-bertini_python.o
duplicate symbol 'boost::phoenix::placeholders::uarg6' in:
src/.libs/_pybertini_la-parser_export.o
src/.libs/_pybertini_la-bertini_python.o
duplicate symbol 'boost::phoenix::placeholders::uarg5' in:
src/.libs/_pybertini_la-parser_export.o
src/.libs/_pybertini_la-bertini_python.o
duplicate symbol 'boost::phoenix::placeholders::uarg4' in:
src/.libs/_pybertini_la-parser_export.o
src/.libs/_pybertini_la-bertini_python.o
duplicate symbol 'boost::phoenix::placeholders::uarg3' in:
src/.libs/_pybertini_la-parser_export.o
src/.libs/_pybertini_la-bertini_python.o
duplicate symbol 'boost::phoenix::placeholders::uarg2' in:
src/.libs/_pybertini_la-parser_export.o
src/.libs/_pybertini_la-bertini_python.o
duplicate symbol 'boost::phoenix::placeholders::uarg1' in:
src/.libs/_pybertini_la-parser_export.o
src/.libs/_pybertini_la-bertini_python.o
duplicate symbol 'boost::phoenix::placeholders::uarg10' in:
src/.libs/_pybertini_la-parser_export.o
src/.libs/_pybertini_la-bertini_python.o
ld: 10 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
This is a bug in this version of Boost, which I expect to be fixed in 1.82 or 1.83. For now, when configuring for building the Python bindings, I invoked as
Compiling with Boost 1.81 yields duplicate symbols at link time:
This is a bug in this version of Boost, which I expect to be fixed in 1.82 or 1.83. For now, when configuring for building the Python bindings, I invoked as
The text was updated successfully, but these errors were encountered: