You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C! builds with v8 pointer compression disabled by default. You can turn it on by building C! with scons v8_compress_pointers=1. However, the error above indicates that C! was built with pointer compression on but the library has it turned off, unless I'm misunderstanding it. It's possible that your building with one set of v8 headers and linking with a non-matching v8 library. I.e. the v8 headers might turn pointer compression on despite the library being built with out it.
jcoffland
changed the title
V8 error on Debian stable
ERROR: On embedder side pointer compression is ENABLED while on V8 side it's DISABLED.
Nov 1, 2023
I built the code on Debian stable, and I get this when I try to run it:
The text was updated successfully, but these errors were encountered: