home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!aquarius.Stanford.EDU!br.pct
- From: br.pct@RLG.Stanford.EDU (Peter C. Tam)
- Subject: INCLUDE file not found
- Message-ID: <br.pct.14.713737167@RLG.Stanford.EDU>
- Sender: news@leland.Stanford.EDU (Mr News)
- Organization: Research Libraries Group, Inc.
- Date: Thu, 13 Aug 1992 20:19:27 GMT
- Lines: 26
-
- HI,
- I have the problem compiling programs under MicroSoft C6.0. Nested Include
- files can't be found, even though /I path is specified already. Detail below:
-
- ======================
-
- Main Program:
- #include "file 1"
- ======================
-
- File 1:
- #include "file 2"
- ======================
-
- File 1 & 2 is in \xxx\INCLUDE directory, Main Program is in \xxx\d1\d2 directory.
-
- Environment Variable INCLUDE : C:\C600\INCLUDE
- CL command line includes: /I ..\..\INCLUDE
-
- MicroSoft Make 4.07 will cause CL (C600) not to find any file (even file 1)
- MicroSoft NMake will cause CL (C600) not to find file 2
-
- Putting \xxx\INCLUDE in /I command line option makes no difference.
- Is there a BUG in processing nested include files in C600 ? Thanks for any
- help
-
-