From: "John Mills" Newsgroups: comp.os.msdos.djgpp Subject: RHIDE & disappearing source file Lines: 38 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Original-NNTP-Posting-Host: 203.194.47.76 Message-ID: <3ec71fe6@news.comindico.com.au> X-Original-Trace: 18 May 2003 15:53:42 +1000, 203.194.47.76 Date: Sun, 18 May 2003 05:53:43 GMT NNTP-Posting-Host: 203.194.27.1 X-Complaints-To: abuse AT comindico DOT com DOT au X-Trace: news.optus.net.au 1053237223 203.194.27.1 (Sun, 18 May 2003 15:53:43 EST) NNTP-Posting-Date: Sun, 18 May 2003 15:53:43 EST Organization: Comindico Australia - reports relating to abuse should be sent to abuse AT comindico DOT com DOT au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com RHIDE 1.49 (from rhid149b.zip) Sep3 2001 djgpp 3.0.4 gcc 3.0.4 Win98 1st edition Twice in the last couple of weeks, but never before, one (only one) of my source files has just disappeared between compiles. The error message is: "Could not find the source file 'myfile.c'. Make sure, that the file exist or check the settings in 'Options/Directories for the correct paths." Options/Directories/ directories are correct. Source and Object directories are set to the same directory, the project directory where the gpr file resides. Compiler options are set to -Wall -save-temps -gstabs+ Can it be a file-caching problem ? Oh, I recently installed minGW 3.2. It seems to have disrupted my djgpp includes, though I removed mingw paths from PATH envir variable. Here is the warning I get when compiling. I get one of these for each source file. Compiling: dosvgafns.c dosvgafns.c(271) In file included from dosvgafns.c:271: c:/djgpp/include/string.h(53) Warning: conflicting types for built-in function `bzero' no errors Is it possible the MinGW install interfered with my RHIDE installation (which has been working fine for over a year) ? Thanks for any help on this John Mills johnmi AT cyberone DOT com DOT au