Sender: vheyndri AT rug DOT ac DOT be Message-Id: <3552BF9A.1F86@rug.ac.be> Date: Fri, 08 May 1998 10:17:30 +0200 From: Vik Heyndrickx Mime-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Cc: djgpp AT delorie DOT com Subject: Re: DJVERIFY SYSTEM REPORT & LOG FILE References: <3552A2E0 DOT C5B9BB05 AT uswest DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Patrick Kenney wrote: > > I am having trouble with rhide compiling programs. I am getting errors > saying that c:\djgpp\include\windows.h and all include files do not > exist but they do in that path. > "system report & log file generated with djverify" Hope I can get some > help. > SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND\C:\DJGPP\BIN\;%PATH% Be very careful when typing things. In the above line there is a missing semi-colon which is more than likely the cause of your trouble. Change the line to: SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DJGPP\BIN;%PATH% -- \ Vik /-_-_-_-_-_-_/ \___/ Heyndrickx / \ /-_-_-_-_-_-_/ Knight in the Order of the Unsigned Types