home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0164.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  427 b   |  16 lines

  1. Problem:
  2.    -I flag doesn't work
  3. Solution??
  4.    in file tlev.l change 'i to 'I in line 127
  5.    (notice that -i flag includes files and it is imposible to get
  6.     into uci mode)
  7.  
  8. Problem:
  9.    while compiling get message:
  10.      Undefined function called from compiled code   e-sub2
  11. Solution??
  12.    in file tlev.l change e-sub2 to e-sub in line 298
  13.    (I don't swear by this solution--my stuff seems to compile ok
  14.     but no promises)
  15.  
  16.