home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / programm / 4624 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.7 KB  |  39 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!sun-barr!ames!pacbell.com!well!shiva
  3. From: shiva@well.sf.ca.us (Kenneth Porter)
  4. Subject: Include files disappearing
  5. Message-ID: <BtvzFs.L3q@well.sf.ca.us>
  6. Sender: news@well.sf.ca.us
  7. Organization: Whole Earth 'Lectronic Link
  8. Date: Tue, 1 Sep 1992 06:31:04 GMT
  9. Lines: 28
  10.  
  11. I'm having problems with MSC 6.0 intermittently not finding include
  12. files along the include path.  This usually occurs when making from
  13. inside of Epsilon 5.0, but occasionally occurs on the command line.
  14. The compiler exits with "Fatal error C1024 cannot open include file
  15. 'file'".  The include file is always a nested file (ie. it's included
  16. by another include file). Here's the include path:
  17.  
  18. set INCLUDE=E:\C600\INCLUDE;.;E:\U\PRJ2\INCLUDE
  19.  
  20. Both the main include file and the nested include file are in the
  21. last directory. It doesn't seem to matter whether I use quotes or
  22. angle brackets around the include file name.
  23.  
  24. I'm running a dual-boot/Multiboot system with DOS, OS/2 1.3, and OS/2
  25. 2.0 on a PS/2 Model 95. (The DOS and 1.3 systems are set up as dual
  26. boot, occupying one position on the Multiboot menu, with 2.0 taking
  27. the second position.)  This problem usually happens in 2.0, less
  28. frequently in 1.3.
  29.  
  30. Can someone tell me what's going on and what I need to do to fix it?
  31. It's terribly frustating to have to leave the editor to compile,
  32. especially when it means I have to chase errors manually rather than
  33. letting the editor automagically position to them.  It's even more
  34. frustrating when the problem starts occurring on the command line and
  35. I have to switch to the other OS version to get relief.  I live in
  36. fear of the problem happening simultaneously under both versions.
  37.  
  38. Ken
  39.