home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / programm / 4462 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.2 KB  |  39 lines

  1. Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!nuscc!ccechk
  2. From: ccechk@nuscc.nus.sg (Heng Kek)
  3. Newsgroups: comp.unix.programmer
  4. Subject: RCS 5.6 installation blues
  5. Message-ID: <1992Aug27.091754.8757@nuscc.nus.sg>
  6. Date: 27 Aug 92 09:17:54 GMT
  7. Organization: National University of Singapore
  8. Lines: 29
  9.  
  10. Greetings,
  11.  
  12. I've been trying to install RCS(5.6) on my system.  I don't have root
  13. access, so I'm first installing it in the /tmp directory.  I can't
  14. seem to make conf.h successfully.  The following are excerpts from
  15. the conf.error file:
  16.  
  17. ccom: Error: a.c, line 3: syntax error
  18.           static enum Boolean const zero;
  19.       --------------------------^
  20. ccom: Error: a.c, line 6: aazero undefined
  21.           int main() {  return !!**aazero ; }
  22.       ----------------------------------^
  23. ccom: Error: a.c, line 3: syntax error
  24.           static enum Boolean volatile zero;
  25.       -----------------------------^
  26. ccom: Error: a.c, line 2: syntax error
  27.       ssize_t x;
  28.       --------^
  29.  
  30. Has anyone out there successfully installed RCS 5.6 on Ultrix 4.2
  31. (rev 96)?  I've read the README file but can't find anything in it
  32. to help resolve the problem.  It seems to me that the 'cc' is a bit
  33. wonky.
  34.  
  35. Thanks for any advise.
  36.  
  37. Heng Kek
  38. National Uni of S'pore
  39.