DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: R T

⟦25e3747b8⟧ TextFile

    Length: 895 (0x37f)
    Types: TextFile
    Names: »README_v30«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/Sun/Sidtool/README_v30« 

TextFile

Firstly, sidtool was compiled and tested on v3.2 of SunOS and
will work correctly work on v3.2 or later. I mentioned this in
the news Keywords line, but I should really have also stated it
in the README.  This is fixed in the patches below.

Tony Kusalik (kusalik@sask.bitnet) has retrofitted it back to
v3.0 (thanks Tony). Here are the things to look out for.

(1) Declarations for Pixfont should be changed to struct pixfont
(2) Declarations for Pixrect should be changed to struct pixrect
(3) Declarations for Pixwin should be changed to struct pixwin
(4) fcntl.h was in /usr/include in v3.0 not /usr/include/sys.
(5) In sid_main.c, remove the lines:
             CANVAS_FAST_MONO, TRUE,
    -and-    window_set(canvas, WIN_CONSUME_KBD_EVENTS, WIN_LEFT_KEYS, 0) ;

These are the ones Tony mentioned to me, and should solve most of
the problems. I do not support v3.0, so you are on your own.