Subj : Debugging MakeNL To : Ulrich Schroeter From : andrew clarke Date : Fri Jul 27 2018 01:25:02 24 Aug 13 05:38, you wrote to me: US> ....snip_on...................................................... US> MAKENL.C(325): Error! E1058: Cannot use typedef 'FILE' as a variable US> MAKENL.C(325): Error! E1011: Symbol 'fp' has not been declared US> MAKENL.C(325): Error! E1014: Left operand must be an 'lvalue' US> MAKENL.C(329): Warning! W102: Type mismatch (warning) US> MAKENL.C(329): Note! I2003: source conversion type is 'int ' US> MAKENL.C(329): Note! I2004: target conversion type is 'struct __iobuf US> *' MAKENL.C(329): Note! I2002: 'fputs' defined in: US> E:\WATCOM\H\stdio.h(316) MAKENL.C(330): Warning! W102: Type mismatch US> (warning) MAKENL.C(330): Note! I2003: source conversion type is 'int ' US> MAKENL.C(330): Note! I2004: target conversion type is 'struct __iobuf US> *' MAKENL.C(330): Note! I2002: 'fclose' defined in: US> E:\WATCOM\H\stdio.h(306) US> ....snip_off..................................................... US> affected code section: US> 324 mklog(LOG_DEBUG, "open BatchFile pointer"); This line is not in CVS. US> 325 FILE *fp = fopen(BatchFile, "w"); US> 326 US> 327 if (fp) US> 328 { US> 329 fputs(os_deslashify(cmdbuf), fp); US> 330 fclose(fp); US> 331 } US> 332 } Your working directory is not current with CVS: 324 fclose(fp); 325 } 326 } 327 328 os_filecanonify(NewFile); 329 if (MailerFlags & MF_SUBMIT && SubmitFile 330 && OpenMSGFile(SubmitAddress, NewFile)) 331 { Please run 'cvs up', or do a fresh checkout: cvs -d:pserver:anonymous@makenl.cvs.sourceforge.net:/cvsroot/makenl login cvs -z3 -d:pserver:anonymous@makenl.cvs.sourceforge.net:/cvsroot/makenl co -P makenl --- GoldED+/BSD 1.1.5-b20110223-b20110223 * Origin: Blizzard of Ozz, Melbourne, Victoria, Australia (3:633/267) .