Re: compile error Win32/MSVC in src/ops/core.ops

2008-08-08 Thread NotFound
On Fri, Aug 8, 2008 at 2:16 PM, Tim Heckman <[EMAIL PROTECTED]> wrote: > Wasn't able to build parrot for smoke testing. This was using the MS Visual > C++ compiler. > > > src\ops\core_ops.c > src\ops\core.ops(821) : error C2275: 'opcode_t' : illegal use of this type > as an > expression Please try

compile error Win32/MSVC in src/ops/core.ops

2008-08-08 Thread Tim Heckman
Wasn't able to build parrot for smoke testing. This was using the MS Visual C++ compiler. src\ops\core_ops.c src\ops\core.ops(821) : error C2275: 'opcode_t' : illegal use of this type as an expression C:\work\parrot\include\parrot/config.h(128) : see declaration of 'opcode _t' src\op