configure: WARNING: texi2dvi: program not found: building pdf version of manual will not work configure: WARNING: ${top_srcdir}/build-aux/missing indent does not appear to be GNU indent; 'make indent' may not function properly ../source_subfolder/src/misc.c: In function ‘line_directive_out’: ../source_subfolder/src/misc.c:369:43: warning: ‘%s’ directive output may be truncated writing up to 2047 bytes into a region of size 2039 [-Wformat-truncation=] snprintf (directive, sizeof(directive), line_fmt, 0, filename); ^~~~~~~~ ~~~~~~~~ ../source_subfolder/src/misc.c:369:3: note: ‘snprintf’ output between 12 and 2059 bytes into a destination of size 2048 snprintf (directive, sizeof(directive), line_fmt, 0, filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/misc.c:367:43: warning: ‘%s’ directive output may be truncated writing up to 2047 bytes into a region of size between 2029 and 2039 [-Wformat-truncation=] snprintf (directive, sizeof(directive), line_fmt, linenum, filename); ^~~~~~~~ ~~~~~~~~ ../source_subfolder/src/misc.c:367:3: note: ‘snprintf’ output between 12 and 2069 bytes into a destination of size 2048 snprintf (directive, sizeof(directive), line_fmt, linenum, filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/misc.c: In function ‘line_directive_out’: ../source_subfolder/src/misc.c:369:43: warning: ‘%s’ directive output may be truncated writing up to 2047 bytes into a region of size 2039 [-Wformat-truncation=] snprintf (directive, sizeof(directive), line_fmt, 0, filename); ^~~~~~~~ ~~~~~~~~ ../source_subfolder/src/misc.c:369:3: note: ‘snprintf’ output between 12 and 2059 bytes into a destination of size 2048 snprintf (directive, sizeof(directive), line_fmt, 0, filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../source_subfolder/src/misc.c:367:43: warning: ‘%s’ directive output may be truncated writing up to 2047 bytes into a region of size between 2029 and 2039 [-Wformat-truncation=] snprintf (directive, sizeof(directive), line_fmt, linenum, filename); ^~~~~~~~ ~~~~~~~~ ../source_subfolder/src/misc.c:367:3: note: ‘snprintf’ output between 12 and 2069 bytes into a destination of size 2048 snprintf (directive, sizeof(directive), line_fmt, linenum, filename); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY