home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / rec / games / xtank / programm / 662 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.5 KB

  1. Xref: sparky rec.games.xtank.programmer:662 alt.sys.intergraph:335
  2. Newsgroups: rec.games.xtank.programmer,alt.sys.intergraph
  3. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!alberta!ken
  4. From: ken@cs.UAlberta.CA (Huisman Kenneth M)
  5. Subject: compiling xtank under CLIX
  6. Message-ID: <1992Dec31.042451.5442@cs.UAlberta.CA>
  7. Followup-To: poster
  8. Keywords: xwindows SVR3 CLIX intergraph
  9. Sender: news@cs.UAlberta.CA (News Administrator)
  10. Nntp-Posting-Host: manning.cs.ualberta.ca
  11. Organization: University of Alberta, Edmonton, Canada
  12. Date: Thu, 31 Dec 1992 04:24:51 GMT
  13. Lines: 26
  14.  
  15. I'm trying to port xtank to CLIX - intergraph's SVR3(?) unix, running on an
  16. intergraph 2400 series machine.  Anyways, I've got it to compile, but it
  17. will not run properly.
  18.  
  19. It doesn't seem to be handling the signals properly.  If I understand the
  20. code correctly, it is using the signal() function to trap a timer signal
  21. that it has set up for itself.  The program always terminates because it doesn't
  22. trap the signal.  This occurs when you go to the play menu and start playing
  23. ( it usually draws the screen once then dies on the signal ).
  24.  
  25. Questions:
  26.  
  27. 1. Has anyone ever in the past tried to port xtank to a CLIX machine?
  28. if so, is the code available for ftp somewhere?
  29.  
  30. 2. Is there some odd thing I have to do to get signals to work under CLIX?
  31. is there a library I have to link in or something?  ( I'm linking c_s,
  32. X11_s, and bsd i think -im not near the machine at the moment)
  33.  
  34.  
  35. any help would be greatly appreciated.  thanks.
  36.  
  37. Ken
  38.  
  39. ken@cs.ualberta.ca
  40.  
  41.