home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckc072.zip / ckiboo.hlp < prev    next >
Internet Message Format  |  1988-08-16  |  1KB

  1. Date: 25-FEB-1988 16:50:15 GMT
  2. From: ANDREW@UK.AC.OX.BIOP
  3. Via: SYSKERMIT%vax1.central.lancaster.ac.uk@NSS.Cs.Ucl.AC.UK
  4. Subject: C-Kermit Amiga Un-BOOing Bug Fix
  5. Keywords: Amiga Kermit, Commodore Amiga
  6.  
  7. I have now successfully installed KERMIT on the Amiga from the CKIKER.BOO
  8. file, using the programs suggested by W.Maessen for initial transfer of the
  9. .BOO file. To perform the translation of the .BOO file to an Amiga
  10. executable file, I use the C program CKIBOO.C. However, I feel I should point
  11. out two problems with CKIBOO.C which prevented it compiling under Lattice 3.1.
  12.  
  13.    Firstly, the preprocessor IF nesting in lines 26 to 39 is WRONG - the
  14. #endif at line 30 should appear after line 39. The program thus failed to
  15. compile as it ended up looking for <sys/file.h> in line 37.
  16.  
  17.   Secondly, the preprocessor IS cas3 sensitive and all #commands must be in
  18. lower case. Thus the #IFDEF and #ENDIF lines in the last 10 lines of the 
  19. program should be in lower case.
  20.  
  21.    I have appended the corrected version of CKIBOO.C and hope this will
  22. alleviate a few hours of frustrating debugging for other users.
  23.  
  24. Andrew C.R. Martin,
  25. Laboratory of Molecular Biophysics,
  26. University of Oxford,
  27. U.K.
  28.  
  29. The ammended version of CKIBOO.C was tested under Lattice C V.3.10 and
  30. Kickstart 1.2 on an Amiga 1000.
  31.