X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "Randy Davis" Newsgroups: comp.os.msdos.djgpp References: <3c84dfb6$0$4080$9b622d9e AT news DOT freenet DOT de> Subject: Re: DJGPP from clio.rice.edu for Windows 2000 Lines: 48 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2462.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Message-ID: <3TUh8.350$dZ4.341309@newsfeed.slurp.net> Date: Thu, 7 Mar 2002 19:56:08 -0600 NNTP-Posting-Host: 63.99.201.78 X-Trace: newsfeed.slurp.net 1015552575 63.99.201.78 (Thu, 07 Mar 2002 19:56:15 CST) NNTP-Posting-Date: Thu, 07 Mar 2002 19:56:15 CST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thanks for your help but: a) I can't find a 1.5.0 version on www.rhide.com; I can only find the 1.4.9.1 version (I did find one that had been rebuild as late as January of this year. b) The Project->Write Makefile option is grayed out, so I must have some type of installation problem(?) c) I don't have any problem with the screen display so the -S made no difference. d) It doesn't crash - just doesn't compile my sources properly. (By hitting Alt-F9 over and over, I was able to see that the compile line does seem to be correct.) "Andrew Cottrell" wrote in message news:hcbe8u09istgc8890m53gavt6b6h5og7h2 AT 4ax 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