-
Notifications
You must be signed in to change notification settings - Fork 9
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
Get a bunch of errors when build the project on windows #13
Comments
That's interesting. I can build it just fine on my machine. What OS you're using and can you post errors to github gist or pastebin? BTW I'm rewriting starlight to use conservative on stack gc and do quite a lot of breaking changes to its internals in rewrite branch. What is in main branch can run only some parts of ES5 and ES6 code and will probably segfault under big memory pressure |
I'm using windows. |
Sadly windows support is not my main goal. I'm trying to keep starlight compatible with windows but including that starlight is highly WIP it will not have good support for windows anytime soon. If you want to play with internals you can try |
@SamuelQZQ I've rewritten starlight almost fully. You now can run it on Windows! :) |
Hi, I'm interested in this project. And try to learn how it works.
But when I run
cargo build
at the root folder, I get a bunch of errors. What's the right way to run it?The text was updated successfully, but these errors were encountered: