wt + libharu does not compile (or better link) on Gentoo anymore

Added by Guido Seifert over 1 year ago

Problem is that Gentoo now uses libpng 1.4.*
In cmake/WtFindHaru.txt libpng 1.2.* is hardcoded. I changed

cmake/WtFindHaru.txt: SET
to
cmake/WtFindHaru.txt: SET

Compiles and links just fine now. Cannot tell if this introduces
other bugs, yet.


Replies

RE: wt + libharu does not compile (or better link) on Gentoo anymore - Added by Koen Deforche over 1 year ago

Hey,

This has been solved in latest git by discovering the libpng library too.

Regards,
koen