Jonathan Worthington <[EMAIL PROTECTED]> wrote:
> cl -nologo -Gf -W3 -MD -Zi -DNDEBUG -DWIN32 -D_CONSOLE -DNO_STRICT -ZI -I./i
> nclude -DHAS_JIT -DI386 -E src\jit_cpu.c

> Here:-
> http://www.jwcs.net/~jonathan/parrot/jit_cpu-E-cl.txt
> And again, there is RTYPE_.* stuff all over.

Something is totally wrong here: The compilation of jit_cpu.c seems to
yield:
  static void Parrot_if_i_ic_exec
                             ^^^^
which should be in exec_cpu.c...

Have it. The filename on Win32 isn't really "src/jit_cpu.c" ...

Fixed.

> Jonathan

leo

Reply via email to