Vladimir Ivanov wrote: > build of drlvm failed today on my pc with message: > > [cc] compile.cpp > [cc] C:\harmony\drlvm1.5\vm\vmcore\src\jit\compile.cpp(750) : error > C3861: 'get_default_stack_size': identifier not found, even with > argument-dependent lookup
This definitely has something to do with recent commit [r432433] HARMONY-1086 applied - except for version_svn_tag.h - tested w/ smoke tests Lowers check for free stack space prior to JIT compile. Things seem to work :) vm/vmcore/include/exceptions.h | 1 + vm/vmcore/src/jit/compile.cpp | 2 +- vm/vmcore/src/util/linux/signals_ia32.cpp | 5 ++++- .../src/util/win/ia32/nt_exception_filter.cpp | 5 ++++- 4 files changed, 10 insertions(+), 3 deletions(-) Can you check if your workspace is updated properly? I suspect you could have updated only part of it. I haven't seen the compilation failure, though I worked with latest version with some local modifications. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]