Project

General

Profile

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

Added by Guido Seifert over 13 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.


Replies (1)

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

Hey,

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

Regards,

koen

    (1-1/1)