Mail Archives: djgpp/1996/09/06/12:06:01
Errors-To: postmaster AT ns1
Date: Fri, 6 Sep 1996 15:36:32 +0200
X-Sender: stockton AT fast DOT co DOT za
X-Mailer: Windows Eudora Light Version 1.5.2
Mime-Version: 1.0
From: Alf Stockton <stockton AT fast DOT co DOT za>
Content-Type: text/plain; charset="us-ascii"
Content-Length: 451
I want gcc, or rather the preprocessor, to find my #include files in a
subdirectory other than the normal setup in DJGPP.ENV and so I altered the
C_INCLUDE_PATH line in DJGPP.ENV to the following :-
C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/contrib/grx20/incl
ude;d:\dev\gcc\panelp.213\include
but for some reason cpp cannot locate files in d:\dev\gcc\panelp.213\include.
What have I done wrong ?
Use forward slashes rather than backslashes:
C_INCLUDE_PATH=%/>;C_INCLUDE_PATH%%DJDIR%/include;%DJDIR%/contrib/grx20/incl
ude;d:/dev/gcc/panelp.213/include
--
Art S. Kagel, kagel AT quasar DOT bloomberg DOT com
A proverb is no proverb to you 'till life has illustrated it. -- John Keats
- Raw text -