Re: [perl #22855] [PATCH] build imcc as parrot

2003-07-03 Thread Andy Dougherty
On Wed, 2 Jul 2003, Benjamin Goldberg wrote: Andy Dougherty wrote: gmake: *** No rule to make target `languages/imcc/*.o', needed by `languages/imcc/imcc'. Stop. Hmm... would it be possible/reasonable to do: IMCCSRCS = languages/imcc/*.c IMCCOBJS = $(IMCCSRCS:.c=.o) and

Re: [perl #22855] [PATCH] build imcc as parrot

2003-07-02 Thread Leopold Toetsch
Leopold Toetsch [EMAIL PROTECTED] wrote: Ok, as there are no problems reported, I've applied it. Here is again a short summary: Attached is a minimum patch to build imcc as the parrot executable - renames orig parrot to test_main - renames imcc to parrot As the current build process needs

Re: [perl #22855] [PATCH] build imcc as parrot

2003-07-02 Thread Dan Sugalski
At 3:57 PM +0100 7/1/03, Nicholas Clark wrote: On Tue, Jul 01, 2003 at 10:04:41AM -0400, Andy Dougherty wrote: The problem is that with a clean build tree, there are no *.o files down in languages/imcc/ at the point when that target is reached. Hence make doesn't have anything to expand *.o as,

Re: [perl #22855] [PATCH] build imcc as parrot

2003-07-02 Thread Benjamin Goldberg
Andy Dougherty wrote: On Tue, 1 Jul 2003, Leopold Toetsch wrote: Andy Dougherty [EMAIL PROTECTED] wrote: On Mon, 30 Jun 2003, Leopold Toetsch wrote: Attached is a minimum patch to build imcc as the parrot executable languages/imcc/*.o languages/imcc/*.o

Re: [perl #22855] [PATCH] build imcc as parrot

2003-07-01 Thread Andy Dougherty
On Tue, 1 Jul 2003, Leopold Toetsch wrote: Andy Dougherty [EMAIL PROTECTED] wrote: On Mon, 30 Jun 2003, Leopold Toetsch wrote: Attached is a minimum patch to build imcc as the parrot executable languages/imcc/*.o languages/imcc/*.o doesn't match anything Brain dead

Re: [perl #22855] [PATCH] build imcc as parrot

2003-07-01 Thread Nicholas Clark
On Tue, Jul 01, 2003 at 10:04:41AM -0400, Andy Dougherty wrote: The problem is that with a clean build tree, there are no *.o files down in languages/imcc/ at the point when that target is reached. Hence make doesn't have anything to expand *.o as, and quite reasonably complains. If, however,

Re: [perl #22855] [PATCH] build imcc as parrot

2003-07-01 Thread Dave Whipp
Andy Dougherty [EMAIL PROTECTED] wrote: The problem is that with a clean build tree, there are no *.o files down in languages/imcc/ at the point when that target is reached. Hence make doesn't have anything to expand *.o as, and quite reasonably complains. If, however, there is even a single

Re: [perl #22855] [PATCH] build imcc as parrot

2003-06-30 Thread Andy Dougherty
On Mon, 30 Jun 2003, Leopold Toetsch wrote: Attached is a minimum patch to build imcc as the parrot executable Please give it a try on other platforms, especially non Linux. Sun's make failed with the following error: make: Fatal error: Don't know how to make target `languages/imcc/*.o'

Re: [perl #22855] [PATCH] build imcc as parrot

2003-06-30 Thread Leopold Toetsch
Andy Dougherty [EMAIL PROTECTED] wrote: On Mon, 30 Jun 2003, Leopold Toetsch wrote: Attached is a minimum patch to build imcc as the parrot executable languages/imcc/*.o languages/imcc/*.o doesn't match anything Brain dead make? Anyway, this line could for sure be deleted.