Jerry Sievert
Jerry Sievert
awesome, thanks! saw your PR and will take a look in not too many hours :)
``` val->IsFloat64Array() ``` which is a `v8` function. can you share how you built plv8? do you have `v8` or `libv8` installed somewhere on your system? if so, it will...
did you `rm -rf build` before building again? also `make clean` inside the plv8 directory. that should clear anything that might have been built with bad includes or libs. also,...
I can try to help troubleshoot, but I'm afraid I don't currently have an rhel8.1 host running in my home lab currently. but, I can probably help with ideas or...
and you know, if it were just plv8 source being compiled, it would be pretty easy, but unfortunately we have to deal with v8, and its breaking changes as well....
you can try changing `use_custom_libcxx=false` to `true`, and redo the whole build, but I doubt it will make a difference.
did you manage to get plv8 itself built and tested?
if you didn't finish the plv8 build itself, then I'll follow up with some build instructions as soon as I can finish my workday (a few hours). if you managed...
now that you have `v8` built (in the `build` directory of plv8, correct?) you should be able to run (from the plv8 directory itself): `make` `make install` `make installcheck` let...
you can try (from the plv8 directory): `find build | grep monolith` and post the results, but I fear it's just going to come down to not being able to...