Added by Guido Seifert over 14 years 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 (HARU_SUPPORT_LIBS -lm -lpng12 -lz)
to
cmake/WtFindHaru.txt: SET (HARU_SUPPORT_LIBS -lm -lpng14 -lz)
Compiles and links just fine now. Cannot tell if this introduces
other bugs, yet.
Hey,
This has been solved in latest git by discovering the libpng library too.
Regards,
koen