bertiniteam / b2

Bertini 2.0: The redevelopment of Bertini in C++.
92 stars 34 forks source link

test suites generate errors using the `--log_sink=file.xml` argument #86

Closed ofloveandhate closed 7 years ago

ofloveandhate commented 7 years ago

this is problem with Boost Test in 1.62, but since I just increased the min version from 1.58 to 1.62, people are likely to run into this if they use, say, Jenkins to run their tests automatically. At least, that's how I found it. Lucky me 🍀

https://stackoverflow.com/questions/39997542/libboost-1-62-error-option-log-sink

ofloveandhate commented 7 years ago

for the solution, see the above link