[BitBucket user: Marek Kwasecki] [BitBucket date: 2018-11-13.14:46:16] If you try to compile Orthanc with system boost 1.68 you get compilation error as it doesn't support sha1 anymore. ``` fatal error: 'boost/uuid/sha1.hpp' file not found #include <boost/uuid/sha1.hpp> ```
[BitBucket user: Marek Kwasecki] [BitBucket date: 2018-11-13.16:13:46] It seems that changing Core/Toolbox.cpp:44 ``` #include <boost/uuid/detail/sha1.hpp> ``` fixes the compilation issue OS: MacOS
[BitBucket user: Sébastien Jodogne] [BitBucket date: 2018-11-13.16:50:12] Fix issue #114 → https://hg.orthanc-server.com/orthanc/changeset/89f2c302fc37
[BitBucket user: Sébastien Jodogne] [BitBucket date: 2018-11-13.17:00:34] Thanks for reporting the issue: It is now solved in the mainline, with backward compatibility for older releases of Boost