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
Info :
os: ubuntu22.04
CC: clang
GCC: clang
architecture: x86_64
build error : build.log
= note: /home/allen/Project/Rust/cxx-qt-servo-webview/target/release/deps/libscript-106ac0ca1e68a534.rlib(script-106ac0ca1e68a534.script.4cfe4aa319b95af3-cgu.00.rcgu.o):script.4cfe4aa319b95af3-cgu.00:function script::dom::bindings::codegen::Bindings::BeforeUnloadEventBinding::BeforeUnloadEvent_Binding::set_returnValue::{{closure}}: error: undefined reference to 'js::ToStringSlow(JSContext*, JS::HandleJS::Value)'
Such like this . so , how to fix it ?
Or how can I build this example successful ?
I had tried build it on macos m1 ,and ubuntu x86_64 ,all build failed.
This is so frustrating...
The text was updated successfully, but these errors were encountered:
Unsure whether something has changed since we last built it in the dependencies. But have you tried using the shell.nix to build? This might be more successful as Servo requires very specific versions of things.
Unsure whether something has changed since we last built it in the dependencies. But have you tried using the shell.nix to build? This might be more successful as Servo requires very specific versions of things.
Info :
os: ubuntu22.04
CC: clang
GCC: clang
architecture: x86_64
build error :
build.log
= note: /home/allen/Project/Rust/cxx-qt-servo-webview/target/release/deps/libscript-106ac0ca1e68a534.rlib(script-106ac0ca1e68a534.script.4cfe4aa319b95af3-cgu.00.rcgu.o):script.4cfe4aa319b95af3-cgu.00:function script::dom::bindings::codegen::Bindings::BeforeUnloadEventBinding::BeforeUnloadEvent_Binding::set_returnValue::{{closure}}: error: undefined reference to 'js::ToStringSlow(JSContext*, JS::HandleJS::Value)'
Such like this . so , how to fix it ?
Or how can I build this example successful ?
I had tried build it on macos m1 ,and ubuntu x86_64 ,all build failed.
This is so frustrating...
The text was updated successfully, but these errors were encountered: