Date: Tue, 23 Jan 2001 13:46:07 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Alexander Stapff cc: djgpp AT delorie DOT com Subject: Re: Bug in RHIDE?! In-Reply-To: <3a6d6366.2145113@news.soco.de> 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, 23 Jan 2001, Alexander Stapff wrote: > using RHIDE Version 1.4.7.8 (Nov 10 2000) in a Win 98 dos box I > detected the following behaviour: > When I am working in a directory tree in which the highest level dir > is named /dev (e.g. c:/dev/fifo/src), in all file dialogs (Open, Add > to Project) RHIDE trys to use a path in which the tree under the /dev > dir is doubled (e.g.: the path RHIDE trys to use is > c:/dev/fifo/src/fifo/src). As this path does not exists the file > operations fail. > > Is this normal behaviour or a bug in RHIDE? It's a misfeature of DJGPP in general, for which unfortunately there's no work-around: you cannot use directories named x:/dev on _any_ drive. You can either rename it to something like x:/develop or push it down the directory tree, as in x:/prog/dev. See section 22.21 of the DJGPP FAQ list for more about this.