Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!dciem!nrcaer!xios!greg From: greg@xios.XIOS.UUCP (Greg Franks) Newsgroups: comp.emacs,comp.sys.atari.st Subject: uEmacs38b Fixes for ATARI ST Message-ID: <273@xios.XIOS.UUCP> Date: Mon, 30-Mar-87 08:42:27 EST Article-I.D.: xios.273 Posted: Mon Mar 30 08:42:27 1987 Date-Received: Wed, 1-Apr-87 06:39:22 EST References: <48200001@tub.UUCP> Reply-To: greg@xios.UUCP (Greg Franks) Organization: XIOS Systems Corporation, Ottawa, Ontario, Canada Lines: 44 Xref: dciem comp.emacs:685 comp.sys.atari.st:2199 Good day all you Atari microEMACS hackers out there. Here are some MAJOR bugs I have found in porting microEMACS to the ST. I am using Megamax C version 1.1. in estruct.h, add a #define short int after the #define SHORT int line. Megamax insists on calling a short a char. Once you have done this step, edit search.c and isearch.c and change the occurances of short int to int Megamax WILL BOMB on lines like "int int c". In search.c, remove all occurances of static. Also in search.c, there is a #if LATTICE bla bla bla #endif #if MWC86 | ... | V7 bla bla bla #endif Replace the #endif #if MWC... with #else (Its around line 1156). I'll be sending the diffs to lawrence@duncan once I get my modem set up (again). Happy hacking! -- Greg Franks (613) 725-5411 "Vermont ain't flat" {net-land}!utzoo!dciem!nrcaer!xios!greg (Other paths will undoubtably work too - your mileage will vary)