Open jerrygreen opened 4 days ago
I don't see any mozjs in there.
the mozjs-sys dependency exists to compile SpiderMonkey/mozjs for use in WinterJS. That is very much a SpiderMonkey compilation issue.
To compile spidermonkey? What if then maybe I use precompiled spidermonkey, is that possible when building natively?
How do I tell the process to use existing spidermonkey?
It pretty much looks like I have some incompatible versions to building all of this. I've built almost entire project, it only stucks on 413/422 of all steps. Most of them are successfully completed. I have solved a lot of errors myself to get this far. But this one is hard.
When installing winterjs natively, I stuck into this error during
cargo install
:stdout
stderr:
What I am finding is this:
But I highly doubt it's real cause worth fixing. Am I using wrong
clang
version? Or gcc? I use nix by the way.And also this:
Which is both related to nix and mozilla, but seems to be fixed and I don't see any mozjs in there.
Versions:
Any idea what can it be?