03.12.2013, 12:19, "Werner LEMBERG" <[email protected]>: >> When I configure freetype with >> ./configure --prefix=/usr >> and then build the library, I get: >> >> freetype2 % ./builds/unix/freetype-config --libs >> -lfreetype -lz -lbz2 @LIBPNG@ >>> From ./builds/unix/config.log: >> 309 configure:4772: checking for libpng >> 310 configure:4784: result: -L/usr/lib64 -lpng16 >> >> Any ideas what might be going on? > > This looks like a mix-up of an old and a new version of FreeType > source files used during configuration and compilation. The current > template for the `freetype-config' script uses `%LIBPNG%', not > `@LIBPNG@' as in older versions. > > I suggest that you re-install from scratch.
Thanks. git clean -dqfx ./autogen.sh Did the trick. Now everything is fine again. _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
