Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!tektronix!reed!percival!nerd From: nerd@percival.UUCP (Michael Galassi) Newsgroups: comp.sources.bugs Subject: Re: v02i066: umoria - single player dungeon simulation, Part01/16 Message-ID: <973@percival.UUCP> Date: Mon, 9-Nov-87 17:33:43 EST Article-I.D.: percival.973 Posted: Mon Nov 9 17:33:43 1987 Date-Received: Thu, 12-Nov-87 06:22:31 EST References: <1778@tekred.TEK.COM> <8402@oliveb.UUCP> Reply-To: nerd@percival.UUCP (Michael Galassi) Organization: Percy's UNIX, Portland, OR. Lines: 30 In article <8402@oliveb.UUCP> eims@oliveb.UUCP (Chuck Droukas) writes: >When the files >moria.doc.2 and moria.doc.1 were extracted, the message "shar: moria.doc.1 >unpacked with wrong size!" was displayed. I had that problem too, infact when I went to read the doc files they were pretty well garbaged. I doubt they got out of tek correctly as I am only 2 hops away, could they be re-posted? >The other problem I have encountered thus far happened when I went to >compile the source using the 4.3 makefile. The variable type "uid_t" >from types.h gave an "undefined variable" error message. I too had this problem, you need to make shure that uid_t and gid_t are typedef'ed in your "/usr/include/sys/types.h", if they are not find out what they should be from the man page for getuid(2) and getgid(2) and add the lines typedef int uid_t /* or whatever you find this should be */ typedef int gid_t /* or whatever you find this should be */ to the file . If you don't have write permision to this file just add the two lines in the offending file (I don't remember the name of it). -michael -- ...!tektronix!reed!percival!nerd | If my employer knew my opinions he would ...!uunet!littlei!percival!nerd | probably be looking for another engineer. Michael Galassi, Frye Electronics, Tigard, OR