Date: Thu, 16 Dec 1999 10:20:17 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: "=?iso-8859-1?Q?Jos=E9_R._Moraes?=" <jrmoraes-sp AT uol DOT com DOT br>
cc: djgpp AT delorie DOT com
Subject: Re: No include path; No such file; ENOENT
In-Reply-To: <000101bf471d$4ffbf800$f833bfc8@oemcomputer>
Message-ID: <Pine.SUN.3.91.991216101945.29116L-100000@is>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Reply-To: djgpp AT delorie DOT com
X-Mailing-List: djgpp AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com
Precedence: bulk


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.