Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles $Revision: 1.6.2.14 $; site umn-cs.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!stolaf!mmm!umn-cs!tran From: tran@umn-cs.UUCP Newsgroups: net.emacs Subject: Need Help in Installing Emacs on Sys Message-ID: <8300001@umn-cs.UUCP> Date: Thu, 6-Mar-86 01:31:00 EST Article-I.D.: umn-cs.8300001 Posted: Thu Mar 6 01:31:00 1986 Date-Received: Mon, 10-Mar-86 00:13:17 EST Lines: 23 Nf-ID: #N:umn-cs:8300001:000:1140 Nf-From: umn-cs!tran Mar 6 00:31:00 1986 I am having difficulties installing GNU Emacs 17.49 on a vax-750 running System 5.0 version 2. Make complained that the size of structure nlist (or something like that) in file FNS.C, line 1040 is undefined. I then explicitly included inside FNS.C; this seemed to work fine. But then the C compiler gave a warning that malloc() does not return the type ptr but integer, when compiling ALLOC.C. I just ignored it. The next error is GETPAGESIZE() was undefined in ALLOCA.C. I replaced it with NBPC after including . (not sure what I'm doing here) The real difficulty came when TEMACS started loading standard lisp packages and called (garbage-collect). It gave the message 'Wrong type of argument: stringp, 1329' and hang until I typed control-D. I have tried to fix it, but the source code looks formidable. Could somebody please help ? The other things I have tried are using different s-usg5*.h; casting pointer type to malloc, and deleting (garbage-collect) from loadup.el. Still didn't work. PS: I also installed it on a SUN running 4.2BSD, successfully. DOCTOR is pretty neat. -Nicholas Tran