Running phase: unpackPhase /build/src /build COPYING.TXT ckaaaa.txt makefile ckcbwr.txt ckuins.txt ckubwr.txt ckcplm.txt ckccfg.txt ckuker.nr ckututor.txt ckermit70.txt ckermit80.txt ckermit90.txt ckc302.txt ckermit.ini ckermod.ini ockermit.ini ockermod.ini ck_crp.c ck_des.c ck_ssl.c ck_ssl.h ckcasc.h ckcdeb.h ckcfn2.c ckcfn3.c ckcfns.c ckcftp.c ckcker.h ckclib.c ckclib.h ckcmai.c ckcmdb.c ckcnet.c ckcnet.h ckcpro.c ckcpro.w ckcsig.h ckcssl.h ckcsym.h ckctel.c ckctel.h ckcuni.c ckcuni.h ckcxla.h ckuat2.h ckuath.c ckuath.h ckucmd.c ckucmd.h ckucns.c ckucon.c ckudia.c ckufio.c ckupty.c ckupty.h ckuscr.c ckusig.c ckusig.h ckutio.c ckuus2.c ckuus3.c ckuus4.c ckuus5.c ckuus6.c ckuus7.c ckuusr.c ckuusr.h ckuusx.c ckuusy.c ckuver.h ckuxla.c ckuxla.h ckwart.c Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase grep: /usr/include/*.h: No such file or directory grep: /usr/include/sys/*.h: No such file or directory grep: /usr/include/pty.h: No such file or directory grep: /usr/include/features.h: No such file or directory make[1]: Entering directory '/build/src' Making C-Kermit "9.0.302" for Linux 1.2 or later... IMPORTANT: Read the comments in the linux section of the makefile if you have trouble. make xermit KTARGET=${KTARGET:-linuxa} "CC = gcc" "CC2 = gcc" \ "CFLAGS = -O -DLINUX -pipe -funsigned-char -DFNFLOAT -DCK_POSIX_SIG \ -DCK_NEWTERM -DTCPSOCKET -DLINUXFSSTND -DNOCOTFMC -DPOSIX \ -DUSE_STRERROR -D_IO_file_flags" "LNKFLAGS = -lcrypt -lresolv" \ "LIBS = -lutil -lm" make[2]: Entering directory '/build/src' gcc -O -DLINUX -pipe -funsigned-char -DFNFLOAT -DCK_POSIX_SIG -DCK_NEWTERM -DTCPSOCKET -DLINUXFSSTND -DNOCOTFMC -DPOSIX -DUSE_STRERROR -D_IO_file_flags -DKTARGET=\"linux\" -c ckcmai.c ckcmai.c: In function 'main': ckcmai.c:3160:13: error: implicit declaration of function 'time' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 3160 | c = time(NULL); | ^~~~ ckcmai.c:1587:1: note: 'time' is defined in header ''; this is probably fixable by adding '#include ' 1586 | #include "ckcsig.h" +++ |+#include 1587 | ckjmpbuf cmjbuf; make[2]: *** [makefile:985: ckcmai.o] Error 1 make[2]: Leaving directory '/build/src' make[1]: *** [makefile:6054: linuxa] Error 2 make[1]: Leaving directory '/build/src' make: *** [makefile:6091: linux] Error 2