From: Johann Glaser Newsgroups: comp.os.msdos.djgpp Subject: RHIDE in Linux with FPC Date: Fri, 08 Jan 1999 21:19:15 +0100 Organization: Customer of EUnet Austria Lines: 20 Message-ID: <36966843.CD0A0B88@gmx.net> NNTP-Posting-Host: dialup187.linz20.linz.at.eu.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fleetstreet.Austria.EU.net 915823216 22231 193.81.169.187 (8 Jan 1999 19:20:16 GMT) X-Complaints-To: abuse AT Austria DOT EU DOT net NNTP-Posting-Date: 8 Jan 1999 19:20:16 GMT X-Mailer: Mozilla 4.03 [en] (X11; I; Linux 2.0.32 i586) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! I'm using RHIDE in Linux with the FPC-Compiler. I bite me in my ... because I didn't try RHIDE before. But now to my problem: When I'm compiling my .pas-Files in the Message-Window there is only the line "There where errors". But it doesn't write which. I tried in the Project-Window with Ctrl-O to set the error-handling-routine for buldtin FPC, but it didn't work. Then I tried to set it to "User" and made a small program, which saves the command-line-parameters to a file, but it wasn't executed. Do you know any solution to get the FPC-Error-output into the Message-Window. I can't read any message of FPC, because stdout is redirected. So I have to go to a shell and execute ppc386 by hand.