X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Tue, 12 Mar 2002 13:17:26 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Tonu Aas cc: djgpp AT delorie DOT com Subject: Re: Bug In-Reply-To: <3c8dd4f1$0$145$bb624dac@diablo.uninet.ee> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Precedence: bulk On Tue, 12 Mar 2002, Tonu Aas wrote: > dictionary.cpp: > Line12: #include > > 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 ! Unless you show the fragment from dictionary.cpp that causes this problem, there's nothing anyone can do. It is perfectly okay for a compiler to complain when someone asks it to include a directory. The question is why does dictionary.cpp tries to do that?