home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume1 / sidtool / part04 / README_v30 < prev    next >
Text File  |  1987-05-18  |  895b  |  19 lines

  1. Firstly, sidtool was compiled and tested on v3.2 of SunOS and
  2. will work correctly work on v3.2 or later. I mentioned this in
  3. the news Keywords line, but I should really have also stated it
  4. in the README.  This is fixed in the patches below.
  5.  
  6. Tony Kusalik (kusalik@sask.bitnet) has retrofitted it back to
  7. v3.0 (thanks Tony). Here are the things to look out for.
  8.  
  9. (1) Declarations for Pixfont should be changed to struct pixfont
  10. (2) Declarations for Pixrect should be changed to struct pixrect
  11. (3) Declarations for Pixwin should be changed to struct pixwin
  12. (4) fcntl.h was in /usr/include in v3.0 not /usr/include/sys.
  13. (5) In sid_main.c, remove the lines:
  14.              CANVAS_FAST_MONO, TRUE,
  15.     -and-    window_set(canvas, WIN_CONSUME_KBD_EVENTS, WIN_LEFT_KEYS, 0) ;
  16.  
  17. These are the ones Tony mentioned to me, and should solve most of
  18. the problems. I do not support v3.0, so you are on your own.
  19.