Re: [PATCH] Build system command line options

2003-09-10 Thread Arthur Bergman
On Wednesday, September 10, 2003, at 05:40 pm, Brent Dax wrote: Got something a bit better. Parrot Configure has had syntax for modifying settings without removing them for a long time: :add{foo} :rem{foo} Until now, it only worked when Configure prompted you interactively for th

RE: [PATCH] Build system command line options

2003-09-10 Thread Brent Dax
Arthur Bergman: # Currently if you specify cc and ld flag options at the command line it # totally overrides the ones it finds, this seems non DWIM and non # optimal. This little patch fixes it. Got something a bit better. Parrot Configure has had syntax for modifying settings without removing th

Re: [PATCH]Build system

2003-08-21 Thread Vladimir Lipskiy
> Could it be that your source contains traces of your #define patches? I've found a blunder in my patch. I'll fix it in a minute.

Re: [PATCH]Build system

2003-08-21 Thread Vladimir Lipskiy
> interpreter.c:25: parrot/oplib/core_ops_cg.h: No such file or directory > interpreter.c:26: parrot/oplib/core_ops_cgp.h: No such file or directory > make: *** [interpreter.o] Error 1 > > Could it be that your source contains traces of your #define patches? I deleted all changes that I made and

Re: [PATCH]Build system

2003-08-21 Thread Leopold Toetsch
Vladimir Lipskiy <[EMAIL PROTECTED]> wrote: > This patch deals with only classes/*.pmc dependies. And I have no idea > how to search out other missing dependies. interpreter.c:25: parrot/oplib/core_ops_cg.h: No such file or directory interpreter.c:26: parrot/oplib/core_ops_cgp.h: No such file or d