| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mailnull set sender to djgpp-bounces using -f |
| Date: | Tue, 12 Mar 2002 17:47:07 +0200 (WET) |
| From: | Andris Pavenis <pavenis AT lanet DOT lv> |
| X-Sender: | pavenis AT ieva06 |
| To: | Tonu Aas <tonu AT ids DOT ee> |
| Cc: | djgpp AT delorie DOT com |
| Subject: | Re: Bug |
| In-Reply-To: | <3c8dd4f1$0$145$bb624dac@diablo.uninet.ee> |
| Message-ID: | <Pine.A41.4.05.10203121742220.48020-100000@ieva06> |
| MIME-Version: | 1.0 |
| Reply-To: | djgpp AT delorie DOT com |
| Errors-To: | nobody AT delorie DOT com |
| X-Mailing-List: | djgpp AT delorie DOT com |
| X-Unsubscribes-To: | listserv AT delorie DOT com |
On Tue, 12 Mar 2002, Tonu Aas wrote: > dictionary.cpp: > Line12: #include <string> > > Compiler gpp3.04b: > ../../../Source/cpp/Dictionary/dictionary.cpp(12) Error: 18: > d:/source/c/string: Permission denied (EACCES) > > d:/source/c/string is in include path, but it is DIRECTORY not a FILE ! > Perhaps d:/source/c is between directories where preprocessor looks for files to include and it is searched before lang/cxx-v3 in DJGPP directory. In this case gcc finds directory d:/source/c/string, gets an error and doesn't look anywhere else. Try using different name of directory instead of string. Andris
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |