home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os2 / programm / 7982 < prev    next >
Encoding:
Text File  |  1993-01-24  |  1.5 KB  |  48 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!usc!rpi!ees1a0.engr.ccny.cuny.edu!mimbres.cs.unm.edu!bandelier.cs.unm.edu!seiferth
  3. From: seiferth@bandelier.cs.unm.edu (Justin Seiferth)
  4. Subject: Strange Compile time Error Message 
  5. Message-ID: <C1E4ry.98v@bandelier.cs.unm.edu>
  6. Summary: Can you decipher this error?
  7. Sender: seiferth@rufous.cs.unm.edu 
  8. Organization: Computer Science Department, University of New Mexico
  9. Distribution: usa
  10. Date: Mon, 25 Jan 1993 03:38:24 GMT
  11. Lines: 35
  12.  
  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. [c:\src\os]icc /Fd /Ti /Tdp test.C
  18. Licensed Materials - Property of IBM
  19. IBM C/C++ Beta Driver 1 for OS/2 V2
  20. (C) Copyright IBM Corp. 1991, 1992. All Rights Reserved.
  21. US Government Users Restricted Rights - Use, duplication or disclosure
  22. restricted by GSA ADP Schedule Contract with IBM Corp.
  23.  
  24. test.C (0) : fatal error EDC4019: Error occurred while opening intermediate file
  25.   RBCOMM(395).
  26.  
  27.   [c:\src\os]
  28.  
  29. It had been working fine.  I cannot think what might have suddenly caused
  30. this behaviour.  I intend to reinstall the development kit and see what
  31. happens, however I would like to know what the error means so I can prevent
  32. whatever happened from happening again.  Incidently, the compilation also
  33. litters the directory I have been compiling in with hidden files named
  34. as:
  35.  
  36. ic0023AAA.W
  37. ic0023AAA.WH
  38. ic0023AAA.WI
  39.  
  40. Presumably this is related to the above error.
  41.  
  42. My system:
  43.  
  44. November PDK installed on an HPFS file system.
  45.  
  46. Justin
  47.  
  48.