Re: [perl #57690] [BUG] make headerizer breaks build

2008-10-21 Thread NotFound
> As of r32075, 'make; make headerizer' still breaks the build. Fixed in r32079 -- Salu2

[perl #57690] [BUG] make headerizer breaks build

2008-10-21 Thread Will Coleda via RT
On Tue Sep 30 08:51:22 2008, julianalbo wrote: > On Mar. Ago. 12 15:05:57 2008, Whiteknight wrote: > > > This probably isn't headerizer's fault, it's more likely the fault of > > IMCC for being so damn complicated. We could change all the function > > definitions in the IMCC related files to use "

[perl #57690] [BUG] make headerizer breaks build

2008-09-30 Thread NotFound via RT
On Mar. Ago. 12 15:05:57 2008, Whiteknight wrote: > This probably isn't headerizer's fault, it's more likely the fault of > IMCC for being so damn complicated. We could change all the function > definitions in the IMCC related files to use "struct _IMC_Unit" instead > of "IMC_Unit" which would res

Re: [perl #57690] [BUG] make headerizer breaks build

2008-08-13 Thread chromatic
On Tuesday 12 August 2008 15:05:58 Andrew Whitworth via RT wrote: > We could change all the function > definitions in the IMCC related files to use "struct _IMC_Unit" instead > of "IMC_Unit" which would resolve the problem. Alternatively, we could > rearrange the way the header files are ordered/c

[perl #57690] [BUG] make headerizer breaks build

2008-08-13 Thread Andrew Whitworth via RT
On Thu Aug 07 06:20:51 2008, coke wrote: > On Thu, Aug 7, 2008 at 8:21 AM, NotFound <[EMAIL PROTECTED]> wrote: > > On Thu, Aug 7, 2008 at 2:06 PM, Will Coleda <[EMAIL PROTECTED]> wrote: > > > >> make headerizer is trying to operate on files generated by make. Given > >> that it's supposed to be upd

Re: [perl #57690] [BUG] make headerizer breaks build

2008-08-07 Thread Will Coleda
On Thu, Aug 7, 2008 at 8:21 AM, NotFound <[EMAIL PROTECTED]> wrote: > On Thu, Aug 7, 2008 at 2:06 PM, Will Coleda <[EMAIL PROTECTED]> wrote: > >> make headerizer is trying to operate on files generated by make. Given >> that it's supposed to be updating the header files based on the C >> sources, t

Re: [perl #57690] [BUG] make headerizer breaks build

2008-08-07 Thread NotFound
On Thu, Aug 7, 2008 at 2:06 PM, Will Coleda <[EMAIL PROTECTED]> wrote: > make headerizer is trying to operate on files generated by make. Given > that it's supposed to be updating the header files based on the C > sources, this seems vaguely reasonable, so I would suggest that the > problem is act

Re: [perl #57690] [BUG] make headerizer breaks build

2008-08-07 Thread Will Coleda
On Thu, Aug 7, 2008 at 7:53 AM, James Keenan via RT <[EMAIL PROTECTED]> wrote: > For reference, here's what I got last night on Linux after a make > realclean, svn up and perl Configure.pl. > > > > So I never got to 'make' per se; the problem is in > tools/build/headerizer.pl's action. > make hea

[perl #57690] [BUG] make headerizer breaks build

2008-08-07 Thread James Keenan via RT
For reference, here's what I got last night on Linux after a make realclean, svn up and perl Configure.pl. $ make headerizer && make /usr/local/bin/perl tools/build/headerizer.pl src/string.o src/ops/core_ops.o src/ops/core_ops_switch.o src/atomic/gcc_x86.o src/builtin.o src/byteorder.o src/charse

[perl #57690] [BUG] make headerizer breaks build

2008-08-07 Thread via RT
# New Ticket Created by Andrew Whitworth # Please include the string: [perl #57690] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57690 > "make headerizer" appears to be screwing up the build. When I run make headerizer, i