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
Thanks for the great tool. But I still have a problem installing it on WINDOWS 10. I downloaded Boost and build it using bootstrap. Then when compiling HDRView I get this message :
Could NOT find Boost (missing: regex) (found suitable version "1.77.0",
minimum required is "1.53")
what I understood is that it is able to find Boost but not regex. In the CMake there is Boost_REGEX_LIBRARY. Can it be the reason? any suggestions on how can I solve this issue?
Note: I tried with 1.53 and other versions. All outputs same problem just the version number changes.
Kind Regards :)
The text was updated successfully, but these errors were encountered:
Thanks for the great tool. But I still have a problem installing it on WINDOWS 10. I downloaded Boost and build it using bootstrap. Then when compiling HDRView I get this message :
Could NOT find Boost (missing: regex) (found suitable version "1.77.0",
minimum required is "1.53")
what I understood is that it is able to find Boost but not regex. In the CMake there is Boost_REGEX_LIBRARY. Can it be the reason? any suggestions on how can I solve this issue?
Note: I tried with 1.53 and other versions. All outputs same problem just the version number changes.
Kind Regards :)
The text was updated successfully, but these errors were encountered: