Mail Archives: djgpp/1999/12/16/04:47:54
On Wed, 15 Dec 1999, =?iso-8859-1?Q?Jos=E9_R._Moraes?= wrote:
> In Rhide, to supress the error "hello.c(1) Error: No include path in which
> to find stdio.h" I defined the directory "include" from the menu Options as
> "C:\djgpp". I did the same in all other entries of the Options/Directories
> menu.
> Was this countermeasure correct?
No, this is not what you need to do. The system header files should
be found by the compiler automatically, without any need for you to
tell it where they are.
So something is wrong, either with your installation, or with the
other compiler options that you set in RHIDE. Do you have any other
compilation options set? If so, please tell what they are.
> set PATH=C:\DJGPP\BIN;%PATH%;C:\MEUSPROG\QR40;
> set DJGPP=C:\DJGPP\DJGPP.ENV
Type "set" in the DOS box and make sure these two variables appear in
the output with these values. If not, you need to correct your
AUTOEXEC.BAT.
- Raw text -