Xref: utzoo comp.sys.dec:4298 comp.unix.ultrix:5003 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!uflorida!gatech!mcnc!kerm From: kerm@mcnc.org (Cary E. Burnette) Newsgroups: comp.sys.dec,comp.unix.ultrix Subject: Kermit on a DECstation 3100 Keywords: kermit decstation Message-ID: <2656@speedy.mcnc.org> Date: 19 Oct 90 21:15:14 GMT Distribution: na Organization: MCNC; RTP, NC Lines: 69 Hello: I just down-loaded the kermit distribution from Columbia to compile on my DECstation. I was able to compile the package without any changes, but received a few warnings. The software seems to run fine, but I was wondering if the warnings shown in the following log-file are going to cause me any problems in the future? If they are, does anyone know of a patch to fix the problems. The Make log-file is as follows: make wermit "CFLAGS= -DBSD4 -DDEBUG -DTLOG" cc -DBSD4 -DDEBUG -DTLOG -c ckcmai.c cc -DBSD4 -DDEBUG -DTLOG -c ckucmd.c cc -DBSD4 -DDEBUG -DTLOG -c ckuusr.c ccom: Warning: ckuusr.c, line 1129: illegal pointer combination istat = signal( 2 , ((void (*)())( 1))); -----------------------------------------------------^ ccom: Warning: ckuusr.c, line 1130: illegal pointer combination qstat = signal( 3 , ((void (*)())( 1))); -----------------------------------------------------^ cc -DBSD4 -DDEBUG -DTLOG -c ckuus2.c cc -DBSD4 -DDEBUG -DTLOG -c ckuus3.c cc -DBSD4 -DDEBUG -DTLOG -c ckwart.c cc -o wart ckwart.o ./wart ckcpro.w ckcpro.c 12 states, 39 actions cc -DBSD4 -DDEBUG -DTLOG -c ckcpro.c cc -DBSD4 -DDEBUG -DTLOG -c ckcfns.c cc -DBSD4 -DDEBUG -DTLOG -c ckcfn2.c cc -DBSD4 -DDEBUG -DTLOG -c ckucon.c cc -DBSD4 -DDEBUG -DTLOG -c ckutio.c cc -DBSD4 -DDEBUG -DTLOG -c ckufio.c cc -DBSD4 -DDEBUG -DTLOG -c ckudia.c ccom: Warning: ckudia.c, line 708: illegal pointer combination savAlrm = signal( 14 ,dialtime); ------------------------------------^ ccom: Warning: ckudia.c, line 709: illegal pointer combination if ( ( savInt = signal ( 2 , ((void (*)())( 1)) ) ) ! = ((void (*)())( 1)) ) -----------------------------------------------------------------------^ ccom: Warning: ckudia.c, line 709: illegal pointer combination if ( ( savInt = signal ( 2 , ((void (*)())( 1)) ) ) ! = ((void (*)())( 1)) ) -------------------------------------------------------------------------- ---------------------------^ cc -DBSD4 -DDEBUG -DTLOG -c ckuscr.c ccom: Warning: ckuscr.c, line 264: illegal pointer combination saveAlm = signal( 14 , ((void (*)())( 1))); -----------------------------------------------------^ cc -o wermit ckcmai.o ckutio.o ckufio.o ckcfns.o ckcfn2.o ckcpro.o ckucm d.o ckuus2.o ckuus3.o ckuusr.o ckucon.o ckudia.o ckuscr.o Thanks for any assistance Cary Burnette (kerm@vanity.ncat.edu) ############################################################# # # # North Carolina Agricultural & Technical State University # # Department of Electrical Engineering # # McNair Hall # # Greensboro, NC 27411 # # (919)334-7760 # # # #############################################################