On Wed Mar 19 22:20:59 2008, [EMAIL PROTECTED] wrote: > On Wednesday 19 March 2008 17:40:03 James Keenan wrote: > > > Revisions made in r26491 today to src/jit/ppc/jit_emit.h have broken > > 'make' for me on Darwin PPC. > > Actually, it's a lack of changes made to that file. Does this patch fix > things for you? > > -- c >
Unfortunately, no. 'make' failed at almost exactly the same point. See attached diff of my build logs.
447,448d446 < src/jit/ppc/core.jit: In function `Parrot_get_results_pc_exec': < src/jit/ppc/core.jit:1306: error: invalid type argument of `->' 450,451c448,452 < src/jit/ppc/core.jit:1265: error: invalid type argument of `->' < src/jit/ppc/core.jit:1272: error: invalid type argument of `->' --- > src/jit/ppc/core.jit:1261: warning: initialization from incompatible pointer > type > src/jit/ppc/core.jit:1264: error: `op_i' undeclared (first use in this > function) > src/jit/ppc/core.jit:1264: error: (Each undeclared identifier is reported > only once > src/jit/ppc/core.jit:1264: error: for each function it appears in.) > src/jit/ppc/core.jit:1270: error: request for member `cache' in something not > a structure or union