Re: [perl #47247] [PATCH] Move executable code out of gcc_pcc header

2008-07-31 Thread chromatic
On Thursday 31 July 2008 16:27:58 James Keenan via RT wrote: > I tried again today to apply this patch and I still cannot get it to > apply cleanly. I got this *.rej file: > > $ cat config/gen/makefiles/root.in.rej > *** > *** 379,384 > \ > $(OPS_DIR)/core_ops$(O) \

Re: [perl #47247] [PATCH] Move executable code out of gcc_pcc header

2008-03-16 Thread Paul Cochrane
On 16/03/2008, James Keenan via RT <[EMAIL PROTECTED]> wrote: > On Thu Nov 08 08:25:28 2007, ptc wrote: > > > James, > > > > Thanks for the report! I forgot to add parrot.h to the list of > > includes. Could you add: > > > > #include "parrot/parrot.h" > > > > just before the other include

Re: [perl #47247] [PATCH] Move executable code out of gcc_pcc header

2007-11-08 Thread Paul Cochrane
James, Thanks for the report! I forgot to add parrot.h to the list of includes. Could you add: #include "parrot/parrot.h" just before the other include statement in gcc_pcc.c and see if things make (after realclean) nicely for you? Ta! Paul > Failed on Darwin PPC at about 40% of the way th