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
These errors indicate that during compilation, the linker was unable to find the implementation of some functions in the boost::filesystem library. It is worth noting that the test failure of the serialization submodule occurs at the same time as the test failure of the filesystem submodule. I have already filed an issue boostorg/filesystem#329 to report the test failure of filesystem. However, I do not know if there is any connection between the two modules, so I cannot be sure that the test failure of serialization is caused by the test failure of filesystem.
Having the same issue here, it appears that it's missing Boost.Filesystem linkage. After I added the path to boost_filesystem-vc143-mt-x64-1_87.lib in the linker command, this issue appears to be resolved.
Hi , The MSVC testing team uses boost to test compiler issues. Recently we noticed that serialization test are failing .The error message as below:
These errors indicate that during compilation, the linker was unable to find the implementation of some functions in the boost::filesystem library. It is worth noting that the test failure of the serialization submodule occurs at the same time as the test failure of the filesystem submodule. I have already filed an issue boostorg/filesystem#329 to report the test failure of filesystem. However, I do not know if there is any connection between the two modules, so I cannot be sure that the test failure of serialization is caused by the test failure of filesystem.
refer test log for more detail . Thanks!
serialization-Test.log
The text was updated successfully, but these errors were encountered: