https://bugs.winehq.org/show_bug.cgi?id=53953
Bob Dingman bobd@geowareinc.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bobd@geowareinc.com
--- Comment #26 from Bob Dingman bobd@geowareinc.com --- I also hit this issue on Oracle Linux 8 (not surprisingly, I suppose) doing the 32-bit build for 7.22.
I spent a lot of time looking for the error message to no avail, so wanted to post it:
$ ./configure . . . checking for res_getservers... no checking for ft2build.h... no configure: error: FreeType 32-bit development files not found. Fonts will not be built. Use the --without-freetype option if you really want this.
In config.log I see:
configure:16812: checking for ft2build.h configure:16812: gcc -m32 -c -g -O2 conftest.c >&5 conftest.c:167:10: fatal error: ft2build.h: No such file or directory #include <ft2build.h> ^~~~~~~~~~~~ compilation terminated.
When performing the check suggested by Michael Stefaniuc in https://bugs.winehq.org/show_bug.cgi?id=53953#c17, I get:
[root@el8]# i686-redhat-linux-gnu-pkg-config --cflags freetype2 Package zlib was not found in the pkg-config search path. Perhaps you should add the directory containing `zlib.pc' to the PKG_CONFIG_PATH environment variable Package 'zlib', required by 'freetype2', not found Package 'bzip2', required by 'freetype2', not found Package 'libpng', required by 'freetype2', not found