--- ./sys/IRIX/audio.c Fri Jan 10 18:07:51 1997 +++ ../emiclock-1.0.4/./sys/IRIX/audio.c Thu Apr 18 03:04:59 2002 @@ -110,8 +110,8 @@ int i; int fd; /* input file descriptor */ AFfilehandle audio_file; - long samp_type; - long bits_per_samp; /* sample resolution */ + int samp_type; + int bits_per_samp; /* sample resolution */ int total_samp_bytes; int total_frames; int bytes_per_samp; /* sample width */ --- ./Imakefile Fri Jan 10 18:35:42 1997 +++ ../emiclock-1.0.4/./Imakefile Thu Apr 18 04:57:22 2002 @@ -158,7 +158,7 @@ #ifdef USE_SOUND SOUND_DIRECTORY = EmiClockLib SOUND_FILE = StartupSound - SOUND_DEF = '-DSOUND_DIRECTORY="$(SOUND_DIRECTORY)"' '-DSTARTUP_SOUND="$(SOUND_FILE)"' + SOUND_DEF = '-DSOUND_DIRECTORY="$(SOUND_DIRECTORY)"' '-DSTARTUP_SOUND="$(SOUND_FILE)"' '-Dsgi' '-ansi' #endif /* USE_SOUND */ --- ./config.h Fri Jan 10 18:35:43 1997 +++ ../emiclock-1.0.4/./config.h Thu Apr 18 05:04:07 2002 @@ -51,9 +51,10 @@ * サウンド関係の設定 */ -#undef USE_SOUND /* サウンドを使う? */ +#define USE_SOUND /* サウンドを使う? */ +#define SGIArchitecture -/* #define EmiClockLib /usr/local/lib/X11/EmiClock */ +#define EmiClockLib /usr/freeware/lib/EmiClock /* $(LIBDIR)/EmiClock 以外の場所にサウンドファイルをインストール */ /* したい場合は、上の定義を有効にして下さい。 */