From: "Christopher Nelson" To: Subject: Interesting problem with RHIDE Date: Mon, 5 Apr 1999 16:17:14 -0600 Message-ID: <01be7fb2$0f53a9c0$LocalHost@thendren> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Reply-To: djgpp AT delorie DOT com I've been using C/C++ for a long time, no problems. I just recently started learning Objective-C (which, btw, is very cool), but i have a problem compiling: if i do it from the command-line, i have no problem (using the latest version of everything, except, possibly, make: djdev202, gcc281b, gpp281b, and objc281b) however, if I try to compile from RHIDE, it simply sits there with a blank output screen, waiting for ever. (The window that you always see the command-output in, eg. where you see gcc -c ) Ctrl-Break doesn't work, I have to Ctrl-Alt-Delete to get out of it. if i go to local options and specifically set the compiler to user and enter the command line manually, it works. i end my files with .m, as requested. also, i see no syntax highlighting with .m files. i'm using version 14.1 (i think .1, it's 14.something). any ideas? -={C}=-