Re: _temp_mmd_init size error

2005-04-04 Thread Leopold Toetsch
Ron Blaschke <[EMAIL PROTECTED]> wrote: > Leopold Toetsch wrote: >>> There's gotta be at least one element in the array. Not sure why this >>> compiles on other platforms, though. >> gcc hasn't problems with it. Dunno what the standard says. > MS VC++ has an error code "C2466 - cannot allocate a

Re: _temp_mmd_init size error

2005-04-03 Thread Ron Blaschke
Leopold Toetsch wrote: > Ron Blaschke <[EMAIL PROTECTED]> wrote: >> Parrot currently doesn't compile on Windows, b/c of the following in >> F. >> const MMD_init _temp_mmd_init[] = { >> }; > Thanks, fixed. Great, thanks! >> There's gotta be at least one element in the array. Not sure why

Re: _temp_mmd_init size error

2005-04-03 Thread Leopold Toetsch
Ron Blaschke <[EMAIL PROTECTED]> wrote: > Parrot currently doesn't compile on Windows, b/c of the following in > F. > const MMD_init _temp_mmd_init[] = { > }; Thanks, fixed. > There's gotta be at least one element in the array. Not sure why this > compiles on other platforms, though.