Date: Wed, 27 Jan 1999 09:03:36 +0530 (IST) From: "Raju K.V" X-Sender: rajukv AT tagore To: djgpp Subject: Re: make with rhide In-Reply-To: <012e01be498d$d3a9f5a0$3aa46d86@robby.dittmannsdorf.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com actually my idea is that each project can be associated with one or more makefiles. so if i can run make from rhide it should compile the source code in the current directory. another possibility is to associate a makefile with a project. the user should have an option of either creating a new makefile or use an existing one. i came across this problem when i compile unix/linux based utilities in dos. usually i run configure from bash prompt. then when i run make i run into compilation errors due to some settings in the source code which is unix specific. so i have to open rhide with the particular source file change it, go to bash prompt and run make again. this becomes tedious when the no. of source files to be changed in very large. i hope u got an idea of my problem. another thing i noticed in rhide compared to BC++ is that when compiling if an error is detected in one of the header files, if i click on the error message rhide does not open the header file automatically. please get back to me for any clarification. thanks raju On Tue, 26 Jan 1999, Robert Hoehne wrote: > >is there any way by which i can run make from RHIDE? ie supposing i have > >all the source files and makefile in the current directory. can rhide run > >make with the makefile in the current directory? > > > RHIDE can be configure to do so, but I think the best > is, to tell us, why you want to do so and we might give > you some tips, to solve your problem in an other way. > > But if you need it it really, let us now, and I will try to > explain it. > > Robert > ****************************************************** > * email: Robert Hoehne * > * Post: Am Berg 3, D-09573 Dittmannsdorf, Germany * > * WWW: http://www.tu-chemnitz.de/~sho/rho * > ****************************************************** > >