Date: Wed, 26 Jan 2000 14:24:08 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Scott J. McCaughrin" cc: djgpp AT delorie DOT com Subject: Re: RHIDE can't find include's In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 25 Jan 2000, Scott J. McCaughrin wrote: > I just donwloaded and installed the most recent version of RHIDE, but > it cannot find #include's (header files). I _did_ check Options and > it does list C:\djgpp\include as the correct directory (although with > '\' changed to '/') so it is apparently searching in the right place. > I have read the docs that came with it and checked all of the other > environment-variables listed (especially DJDIR) but to no avail. Please post the exact text of the error messages that you get. Also, add -v to the compilation switches and post everything that's printed by the compiler. Chapter 8 of the FAQ has several sections that deal with similar problems. You might consider reading them if you haven't already done that.