From: cardinalt AT cwia DOT com (Cardinal Teulbachs) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problems with RHIDE Date: Thu, 16 Oct 1997 05:43:06 GMT Message-ID: <3445a2b8.1647999@news.cwia.com> References: <343f2302 DOT 18893376 AT news DOT adfa DOT oz DOT au> <343FAEA0 DOT 6868 AT sympatico DOT ca> <61sfs7$fs5 AT freenet-news DOT carleton DOT ca> <34457382 DOT 6001667 AT news DOT cwia DOT com> <34458625 DOT 594635 AT news DOT cwia DOT com> NNTP-Posting-Host: user200.pop4.cwia.com Lines: 63 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Thu, 16 Oct 1997 03:25:22 GMT, cardinalt AT cwia DOT com (Cardinal Teulbachs) made so bold as to state: >When I run DJGPP and RHIDE (v1.4, by the way) in a DOS box, I have the >trouble I mentioned before. If I drop to the MS-DOS prompt first, >however (via the MS-DOS Prompt icon), I can compile my program one >time. That is, RHIDE reports "There were no errors" and the thing >seems to have worked properly. BUT at this point I lose my mouse >entirely AND if I try to recompile the whole machine freezes solid and >I have to reboot. Ok, as if I haven't annoyed everyone enough already, here's the final scoop: the thing isn't generating any object files at all. The same thing occurs both from inside RHIDE and from the command line. In RHIDE, under the conditions I mentioned above, a message is generated ("There were no errors") that seems to indicate a successful compile, but it's a bogus report. I get nada. Zip. Zilch. Diddly squat nuthin'. I found an old report--circa May of '92--in the djgpp mail archive that seems to refer to the same problem I'm having, but unfortunately no reply was to be found there. Search the archive under "compiling" and look at the next to last item in the list (name "duperval") if you want to read the original post. >As for MS-DOS mode, I'm not able to compile in it at all right now, as >I don't have CSDPMI. I tried it with CWSDPMI, which I happened to have >on my machine, but that didn't work. This makes no sense. Sorry about it. I thought there was a file CSDPMI that's different from CWSDPMI. Anyway, for what it's worth, here's the stuff requested in the FAQ (I guess I need to mention at some point that I'm running under Win95, too, don't I?): AUTOEXEC.BAT: SET DJGPP=C:/DJGPP/DJGPP.ENV rem - By Windows Setup - C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD000 SET PATH=%PATH%;C:\WINDOWS;C:\;C:\DJGPP\BIN CONFIG.SYS: DEVICE=\DEV\TAISATAP.SYS /D:MSCD000 /N:1 GO32-V2 yields: DPMI memory available: 45,743 DPMI swap space available: 28,873 I have no ENVIRON.LST file that I can find. A file search of my hard drive turned up no match. I get no output of any kind when I use the -v switch at compile-time. Other stats: AMD K6 200MHz MMX processor, 64Mb RAM, PCI Bus Thanks for any help or suggestions. --Cardinal T