From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: NEWBIE NEEDS HELP WITH RHIDE CONFIGURATION Date: Wed, 12 Mar 1997 11:09:21 +0100 Organization: TU Chemnitz-Zwickau Lines: 33 Message-ID: <332680D1.268C@Mathematik.tu-chemnitz.de> References: <33255D7D DOT 549D AT cardiff DOT ac DOT uk> NNTP-Posting-Host: daemon.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Mehrdad Ghassempoory wrote: > > I am using RHIDE to edit FLEX and BISON files (.l, .y) extensions. I > would like to configure RHIDE to run FLEX and BISON automatically when > I include *.l and *.y files in my project. Is this possible? In general this is possible (like adding support for any other compiler) but the main difficulties are here because creating an object file from FLEX or BISON source files needs to run two different compilers (at first BISON for example and then gcc). If you want to try it for your own, read the RHIDE doc about all the stuff handling with the compiler specs and RHIDE's internal variables and "simply" set the environment variable RHIDE_COMPILE.f.o and/or RHIDE_COMPILE.l.o to the correct compiler calls. And if it helps you, this is on my TODO-list to be done, if I have a godd idea how to do it and if I have the time for it. Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************