When building for Visual Studio, try adding:is_clang=false
--
--
v8-dev mailing list
v8-...@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to a topic in the Google Groups "v8-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/v8-dev/ZDEhFs8M_7U/unsubscribe.
To unsubscribe from this group and all its topics, send an email to v8-dev+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
#pragma comment(lib, "winmm.lib")
#pragma comment(lib, "dbghelp.lib")
#pragma comment(lib, "shlwapi.lib")
I'm not sure but there seems to be an option called "v8_use_snapshot". Try setting that to false and see what happens?
--
--
v8-dev mailing list
v8-...@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+un...@googlegroups.com.
In that case, I am sorry but I don't know what to suggest, other than to try stepping through the source.Unfortunately, I am not an expert in V8, though I did recognize the problem that you described in your original post.
Hello! I've just compiled V8 as static libraries, everything compiled fine, but when I try to include thiese .lib files into my VS project - it says "Invalid or corrupted library" for v8_base_without_compiler.lib