Open Naginipython opened 1 month ago
Hi Naginipython,
I don't do anything on windows but afaik msvc doesn't work. can you use mingW?
See also https://github.com/HiRoFa/quickjs_es_runtime/issues/45 and maybe https://github.com/HiRoFa/quickjs_es_runtime/blob/master/.github/workflows/rust.yml#L27
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.
Ah yes, I see..
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)
No promises...
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?