X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Andrew Cottrell Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP from clio.rice.edu for Windows 2000 Date: Thu, 07 Mar 2002 20:15:28 +1100 Organization: ihug ( New Zealand ) Lines: 30 Message-ID: References: <3c84dfb6$0$4080$9b622d9e AT news DOT freenet DOT de> NNTP-Posting-Host: p13-max18.syd.ihug.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: lust.ihug.co.nz 1015492527 31646 203.173.153.13 (7 Mar 2002 09:15:27 GMT) X-Complaints-To: abuse AT ihug DOT co DOT nz NNTP-Posting-Date: Thu, 7 Mar 2002 09:15:27 +0000 (UTC) X-Newsreader: Forte Agent 1.9/32.560 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com >I am using the "rice binaries" on Win2000 on very simple programs, but I >can't get RHIDE to work properly. I've downloaded version RHIDE 1.4.9.1, Jan >28, 2002 build. The documentation says that this version of RHIDE was >rebuilt with the "rice binaries". > >The RHIDE editor works fine. The Alt-F9 compile issues the proper compile >command "gcc -g -c xxx.cpp -o xxxx.o". However, I can't tell that the >compiler actually did anything. The output window simply says that the >compile didn't work - no error messages or anything. If you create a makefile via the last item in the project menu and then execute the make file via "make -f .mak" does it compile? If no then your setup is not correct. If yes then go and download the Rhide 1.5.0 snapshot from www.rhide.com and give it a try. I have not used the 1.5.0 snapshot as much as I did the 1.4.9.1 build . Both builds are done by Andris. >One other thing: I can't get a DOS window open when I click File->Dos shell. >This may be the problem - that it can't open a subshell within which to >execute the gcc compiler? Rhide snapshot 1.5 works for me on XP for this. >Is there a well known, easy solution to this problem? Unfortunatly so far there are still issues with Rhide on 2K/XP. Some are fixed if you run it with a '-S' option. If the '-S' option helps what video card do you have? I hope to do some more debugging this this weekend. Are there any differences if you try it in a window or full screen? Does Rhide crash on you? If yes when? Andrew