-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error[E0425]: cannot find value JS_EVAL_FLAG_ASYNC
in module qjs
#30
Comments
Back on this, to say I finally got it compiling under FreeBSD. Msg above is not the first errror you would see, I already made "adjustments" in code to land there. Without touching anything, the first compile error is :
I made it to compile under FreeBSD 14.1, rust 1.81, llvm 18 with the following commands :
Hope it helps |
hey, I'm sorry we can't help you with freebsd. But I can share to you that we are going to replace inv_sig_helper soon. there is a new program written in deno (javascript) here: https://github.com/iv-org/invidious-companion - iv-org/invidious#4985 and I think there is support on freebsd for deno: https://www.freshports.org/www/deno/ |
Nice, BTW inv_sig_helper is running well with the above commands. I tried invidious_companion : It builds successfully, but I got errors using it, and wrote an issue there : iv-org/invidious-companion#12 I think we can close this issue |
Builds and run nice with
|
Maybe you can open a PR for these modifications:
So that these changes are integrated upstream? |
Hello,
When compiling under FreeBSD 14, rust 1.81, I got these errors :
And so on. I'm a total noob with rust ; Am I missing a lib or something?
The text was updated successfully, but these errors were encountered: