Re: [RfT] Configure/Makefile changes towards Borland C++ Builder

2003-10-01 Thread Leopold Toetsch
Juergen Boemmels <[EMAIL PROTECTED]> wrote: > If nobody objects I will commit this change tomorrow. I really thought that stuff is already committed - but obiously isn't - my bad. A minute ago I had checked in build system changes WRT languages to use parrot instead of imcc. This will for sure co

Re: [RfT] Configure/Makefile changes towards Borland C++ Builder

2003-10-01 Thread Juergen Boemmels
;; <[EMAIL PROTECTED]> > Sent: Tuesday, September 23, 2003 6:38 PM > Subject: Re: [RfT] Configure/Makefile changes towards Borland C++ Builder > > > > I tried the first way: substitute before interpolation. This means all > > uservariables need to substitute slas

Re: [RfT] Configure/Makefile changes towards Borland C++ Builder

2003-09-27 Thread Jonathan Worthington
- Original Message - From: "Juergen Boemmels" <[EMAIL PROTECTED]> To: "Brent Dax" <[EMAIL PROTECTED]> Cc: "'Steve Fink'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 6:38 PM Subject: Re: [RfT] Co

Re: [RfT] Configure/Makefile changes towards Borland C++ Builder

2003-09-23 Thread Juergen Boemmels
"Brent Dax" <[EMAIL PROTECTED]> writes: > Steve Fink: > # > Following things were done: > # > - s,/,\${slash},g > # > # Ugh. How difficult would it be to have Configure do this rewriting > # automatically? (Or rewrite to whatever it is you need, instead)? This > # just clutters up the makefiles a

Re: [RfT] Configure/Makefile changes towards Borland C++ Builder

2003-09-21 Thread Leopold Toetsch
Steve Fink <[EMAIL PROTECTED]> wrote: > What if we just used unix-style paths in the *.in files, as in your > solution, but explicitly marked all paths as paths? What about a somewhat more abstracted description of dirs and files and autogenerate makefiles for different platforms with some templa

Re: [RfT] Configure/Makefile changes towards Borland C++ Builder

2003-09-20 Thread 'Steve Fink'
On Sep-19, Brent Dax wrote: > Steve Fink: > # > Following things were done: > # > - s,/,\${slash},g > # > # Ugh. How difficult would it be to have Configure do this rewriting > # automatically? (Or rewrite to whatever it is you need, instead)? This > # just clutters up the makefiles a little too m

Re: [RfT] Configure/Makefile changes towards Borland C++ Builder

2003-09-19 Thread Juergen Boemmels
Steve Fink <[EMAIL PROTECTED]> writes: > On Sep-18, Juergen Boemmels wrote: > > > Following things were done: > > - s,/,\${slash},g > > Ugh. How difficult would it be to have Configure do this rewriting > automatically? (Or rewrite to whatever it is you need, instead)? This > just clutters up th

RE: [RfT] Configure/Makefile changes towards Borland C++ Builder

2003-09-19 Thread Brent Dax
Steve Fink: # > Following things were done: # > - s,/,\${slash},g # # Ugh. How difficult would it be to have Configure do this rewriting # automatically? (Or rewrite to whatever it is you need, instead)? This # just clutters up the makefiles a little too much, IMO. Well... It's theoretically pos

Re: [RfT] Configure/Makefile changes towards Borland C++ Builder

2003-09-18 Thread Steve Fink
On Sep-18, Juergen Boemmels wrote: > Following things were done: > - s,/,\${slash},g Ugh. How difficult would it be to have Configure do this rewriting automatically? (Or rewrite to whatever it is you need, instead)? This just clutters up the makefiles a little too much, IMO. > - remove of && in