On Thursday 20 March 2008 16:19:33 James Keenan via RT wrote: > src/jit/ppc/core.jit: In function `Parrot_pic_callr___pc_exec': > src/jit/ppc/core.jit:1261: warning: initialization from incompatible > pointer type src/jit/ppc/core.jit:1270: error: request for member `cache' > in something not a structure or union
Edit src/jit_cpu.c (I know it's read-only; trust me on this) and delete every line that starts with #line (in Vim, that's the command :%s/#line.*//). Rebuild. Then I only need the warnings and errors from src/jit_cpu.c in the make log, as well as the contents of that file. -- c