Using libfontenc from git, if zlib is not installed on the host system, the configure script notices: checking for gzclose in -lz... no However, it continues. The build certainly notices: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -DFONTENC_NO_LIBFONT -DFONT_ENCODINGS_DIRECTORY=\"/usr/local/lib/X11/fonts/encodings/encodings.dir\" -g -O2 -MT encparse.lo -MD -MP -MF .deps/encparse.Tpo -c encparse.c -fPIC -DPIC -o .libs/encparse.o encparse.c:52:18: error: zlib.h: No such file or directory encparse.c:53: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'FontFilePtr' The configure script should really bail out if zlib isn't present in the build environment.
Created attachment 6950 [details] [review] cause autoconf script to bail if zlib is not installed
Sorry about the phenomenal bug spam, guys. Adding xorg-team@ to the QA contact so bugs don't get lost in future.
*** Bug 16482 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 31595 ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.