Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!caip!ut-sally!utastro!wheel From: wheel@utastro.UUCP (Craig Wheeler) Newsgroups: net.sources.games Subject: Re: Phantasia 3.3.2 Message-ID: <945@utastro.UUCP> Date: Thu, 3-Jul-86 21:03:50 EDT Article-I.D.: utastro.945 Posted: Thu Jul 3 21:03:50 1986 Date-Received: Sat, 5-Jul-86 05:38:51 EDT References: <157@ttrda.UUCP> Organization: U. Texas, Astronomy, Austin, TX Lines: 47 Summary: Having troubles Sorry this is going over the net, I sent it through mail but it got halted at some location. Having problems getting Phantasia up and running, it clogs during "make install" and doesnt get past main.c. The first error I encountered was this: DSHELL=\"/bin/sh\" -DSYS5 -c main.c ./include.h: 12: Can't find include file time.h *** Error code 1 Stop. Which returned me to the system. I opened the file include.h and deleted the line #include I think it was called, and tried installing again. This time, I got: "main.c", line 227: tm_yday undefined "main.c", line 227: warning: struct/union or struct/union pointer required "main.c", line 228: syntax error *** Error code 1 Stop. at the same point where the include error was. The file main.c has these lines: /* update some important player statistics */ strcpy(Player.p_login, Login); time(&seconds); 227 --> Player.p_lastused = localtime(&seconds)->tm_yday 228 --> Player.p_status = S_PLAYING; writerecord(&Player, Fileloc); Statptr = &Stattable[Player.p_type]; /* initialize pointer */ Of course, I added the arrows showing the two problematic lines. If you have any suggestions and can work through the mail system, I'd be grateful Thanks in advance, Rob Wheeler