home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / sofa / library / gobo / Readme.amiga
Text File  |  1999-10-10  |  1KB  |  26 lines

  1. There are a few things you should be aware of when using Gobo on Amiga:
  2.  
  3. - Hardly any testing has been done.
  4.  
  5. - Some classes have been renamed to have names with at most 30
  6. characters (as required by most Amiga file systems). Proper
  7. "rename.se" files are provided, thus there shouldn't be any problems.
  8.  
  9. - All #?.ge files in library/kernel have been removed. They are not
  10. needed to use Gobo but merely were preprocessed with "gepp" to create
  11. "library/kernel/spec/#?/#?.e". If you still need them, you have to
  12. download the original Gobo distribution (see Sofa:gobo/doc for
  13. details). The reason for the removal is that some of the #?.ge files
  14. had too long names. When SE tried to open a corresponding #?.e file,
  15. the "unzip" had already overwritten it with the #?.ge, as the AmigaOS
  16. file system violently cut-off the name.
  17.  
  18. - Also removed "bin/ge2e.sh" and "bin/make_spec.bat" because they
  19. won't work without the #?.ge files anyway.
  20.  
  21. - If you want to recompile the "ge#?" tools, check the files
  22. "SCOPTIONS" and "make.amiga" in the respective directories in
  23. gobo/src.
  24.  
  25. Thomas.
  26.