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
To clarify: the Makefile downloads CImg.h and Inpaint/inpaint.h with the right version.
All you need to do is (cd CImg && make CImg.h)
then you can proceed with the CMake build.
We should maybe let the CMake build download these directly, but no time to work on it, so feel free to contribute that. CIMGVERSIONshould be declared in a single place and used both by Makefile and CMake build, if possible.
I have old CImg hanging around and build fails woth missing inpainting.h include.
right now I have CImg disabled in CMakeLists.txt by just commenting out a lot of references to it, but this is hack.
The text was updated successfully, but these errors were encountered: