Stefan Böhmann
Stefan Böhmann
I am trying to update from 2.5.6 to 3.0.4. OpenEXR 3.0.4 builds, but my application no longer does. The error is: ``` .../include/OpenEXR/ImfHeader.h:22:10: fatal error: ImathVec.h: No such file or...
When building OpenEXR 3.0.4 in debug mode, a symlink `libImath.so` is created pointing to `libImath-3_0.so` _(which do not exist)_. However, this symlink should be called `libImath_d.so` and should point to...
It appears that the website [www.openjpeg.org](https://www.openjpeg.org/) is not accessible. Is this intentional, or should this site still serve as the official OpenJPEG project page?
Currently I can embed parts of code by specifying the line numbers: ``` PATH: "vault://main.cpp" LINES: "30-40" ``` However, I would like to request for a somewhat more stable tagging....
The Crypto++ ([https://cryptopp.com](https://cryptopp.com)) website is no longer available. Is this known and is it intentional?