Re: failure compiling coroutine.cpp when coro guard enabled

2012-07-17 Thread Lukas Stadler
I just pushed a fix for this problem... - Lukas Am 2012-07-16 07:40, schrieb John Rose: On Jul 15, 2012, at 3:56 PM, Stephen Bannasch wrote: I'm getting this error compiling coroutine.cpp when I add "coro" to my guards coroutine.cpp:111: error: 'startInternal_method_name' is not a member

Re: failure compiling coroutine.cpp when coro guard enabled

2012-07-15 Thread John Rose
On Jul 15, 2012, at 3:56 PM, Stephen Bannasch wrote: > I'm getting this error compiling coroutine.cpp when I add "coro" to my guards > > coroutine.cpp:111: error: 'startInternal_method_name' is not a member of > 'vmSymbols' The problem is that the coro.patch file did not apply cleanly. A rec

failure compiling coroutine.cpp when coro guard enabled

2012-07-15 Thread Stephen Bannasch
I'm getting this error compiling coroutine.cpp when I add "coro" to my guards coroutine.cpp:111: error: 'startInternal_method_name' is not a member of 'vmSymbols' That's with these guards: export guards="buildable testable coro" This is on Mac OS X 10.6.8 and 10.7.4. MLVM builds and run