From: Alexey Zakhlestine Newsgroups: comp.os.msdos.djgpp Subject: Re: No include path; No such file; ENOENT Date: Wed, 15 Dec 1999 22:46:31 +0300 Organization: MTU-Intel ISP Lines: 23 Message-ID: <3857F016.3A5F2F72@gs707.com> References: <000101bf471d$4ffbf800$f833bfc8 AT oemcomputer> NNTP-Posting-Host: dial58179.mtu-net.ru Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit X-Trace: gavrilo.mtu.ru 945287208 68561 195.34.58.179 (15 Dec 1999 19:46:48 GMT) X-Complaints-To: usenet-abuse AT mtu DOT ru NNTP-Posting-Date: 15 Dec 1999 19:46:48 GMT X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: ru To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I suppose you should set include-path as "c:\djgpp\include" "JosĘ 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? > > 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.