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
I am trying to use the quickjs_runtime crate in my project, and it works really well on linux (best I've used), but when I try to build for windows, the custom script for this fails. I tried to get GCC, since it stdout mentioned it, but to no avail.
Thanks for the info! I didn't know much about swapping C compilers in rust, and didn't quite understand for a minute. I got it working, with the stable-x86_64-pc-windows-gnu toolchain, but am now in a pickle since Tauri needs MSVC, but quickjs_runtime needs GNU. Tough.
I'm working on updating the embedded quickjs-ng to 0.5.0 and then check if I can compile with msvc using their makefile. if so I'll see if i can update the script (or maybe even just use their makefile)
I am trying to use the quickjs_runtime crate in my project, and it works really well on linux (best I've used), but when I try to build for windows, the custom script for this fails. I tried to get GCC, since it stdout mentioned it, but to no avail.
I can post full stderr if needed, but there is a lot there. Is there a C/C++ build step on Windows I'm unaware of?
The text was updated successfully, but these errors were encountered: