Message-ID: <000101bf471d$4ffbf800$f833bfc8@oemcomputer> From: "=?iso-8859-1?Q?Jos=E9_R._Moraes?=" To: Subject: No include path; No such file; ENOENT Date: Wed, 15 Dec 1999 14:55:44 -0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com 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? Well, at least the error message changed! Now the error looks like this: "In file included from hello.c:1: c/djgpp/stdio.h(13) Error: sys/version.h: No such file or directory (ENOENT)" "In file included from hello.c:1: c/djgpp/stdio.h(14) Error: sys/djtypes.h: No such file or directory (ENOENT)" Both "version.h" and "djtypes.h" exist in the c:/djgpp. Relevant lines in my autoexec.bat: set PATH=C:\DJGPP\BIN;%PATH%;C:\MEUSPROG\QR40; set DJGPP=C:\DJGPP\DJGPP.ENV Thanks for any help.