I have been trying to download boost asio, but I cannot install b2. When I try to run ./b2 install --prefix=PREFIX, I got the following error.
error: Name clash for '<pC:\Boost\boost_1_82_0\stage\lib>libboost_filesystem-vc143-mt-gd-1_82.lib'
error:
error: Tried to build the target twice, with property sets having
error: these incompatible properties:
error:
error: - <address-model>32
error: - <address-model>64
error:
error: Please make sure to have consistent requirements for these
error: properties everywhere in your project, especially for install
error: targets.
I also tried to run b2 with following solution https://stackoverflow.com/questions/74901242/installing-boost-1-81-0-failing , but it didn't solve the issue neither.
