home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os2 / programm / 7998 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.3 KB

  1. Path: sparky!uunet!vnet.ibm.com
  2. From: dmm@vnet.ibm.com (Dave Mooney)
  3. Message-ID: <19930125.082115.70@almaden.ibm.com>
  4. Date: Mon, 25 Jan 93 10:34:24 EST
  5. Newsgroups: comp.os.os2.programmer
  6. Subject: Re: Strange Compile time Error Message
  7. Organization: IBM Canada Lab
  8. News-Software: UReply 3.0
  9. References: <C1E4ry.98v@bandelier.cs.unm.edu>
  10. Lines: 22
  11.  
  12. In <C1E4ry.98v@bandelier.cs.unm.edu> Justin Seiferth writes:
  13. > All of the sudden, the November release of the C++ compiler refuses
  14. > to compile anything.  It terminates during compilation with the
  15. > following:
  16. >
  17. > test.C (0) : fatal error EDC4019: Error occurred while opening intermediate file
  18. >  RBCOMM(395).
  19. >
  20. > It had been working fine.  I cannot think what might have suddenly caused
  21. > this behaviour.  I intend to reinstall the development kit and see what
  22. > happens, however I would like to know what the error means so I can prevent
  23. > whatever happened from happening again.
  24.  
  25. That means that the second phase of the compiler can't find the
  26. intermediate files left behind by the first phase.  Check your TMP
  27. environment variable to ensure that it points to a valid directory, and
  28. doesn't have garbage (like spaces or semicolons) at the end of it.
  29.  
  30. This message should never appear, btw.  I'll see why it is appearing now,
  31. and how to make it stop. :-)
  32.  
  33. dave
  34.