3 Jul
2019
3 Jul
'19
2:49 p.m.
On Wed, Jul 3, 2019 at 9:15 AM Paul A Bristow via Boost
I have been bitten by this problem, again ☹
error: Cannot create link boost\pending\detail\disjoint_sets.hpp to libs\graph\include\boost\pending\detail\disjoint_sets.hpp. error: Link previously defined to another file, libs\disjoint_sets\include\boost\pending\detail\disjoint_sets.hpp.
that was discussed
https://lists.boost.org/Archives/boost/2019/04/246083.php
I have got going again by deleting the contents of boost/boost/ containing the symlinks.
But I note that a folder pending still exists, but not graph.
Is this unresolved?
Should it be fixed for the next release?
Paul
Remove your local libs/disjoint_sets directory, that should resolve it. - Jim