configure: WARNING: unrecognized options: --with-config-dir
configure: WARNING: unrecognized options: --with-config-dir
Package fontutil was not found in the pkg-config search path.
Perhaps you should add the directory containing `fontutil.pc'
to the PKG_CONFIG_PATH environment variable
No package 'fontutil' found
configure: WARNING: unrecognized options: --with-config-dir
configure: WARNING: unrecognized options: --with-config-dir
configure: WARNING: unrecognized options: --with-config-dir
configure: WARNING: unrecognized options: --with-config-dir
imake.c: In function ‘parse_utsname’:
imake.c:812:7: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
812 | LogFatal(msg,fmt);
| ^~~~~~~~
imake.c:819:9: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
819 | LogFatal(msg, fmt);
| ^~~~~~~~
imake.c:859:11: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
859 | LogFatal(msg, fmt);
| ^~~~~~~~
imake.c:869:3: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
869 | (void) sscanf(buf, fmt + arg + 1, result);
| ^
imake.c: In function ‘get_libc_version’:
imake.c:980:8: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
980 | cc = "gcc";
| ^
imake.c:986:3: warning: format not a string literal, argument types not checked [-Wformat-nonliteral]
986 | if (snprintf (command , len, format, cc, aout) == len)
| ^~
imake.c: In function ‘get_ld_version’:
imake.c:1115:12: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
1115 | (void) fscanf (ldprog, "%d.%d", &ldmajor, &ldminor);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
imake.c: In function ‘ReadLine’:
imake.c:1977:17: warning: ignoring return value of ‘ftruncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
1977 | ftruncate(fileno(tmpfd), (off_t) 0);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~