-
Notifications
You must be signed in to change notification settings - Fork 15
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
windows compilation #22
Comments
i am pretty sure no one cares, except for me. i got the idea from -> http://lists.llvm.org/pipermail/cfe-dev/2017-August/055022.html but why is clang needed in the first place?
|
@Void-Dragon did you have any luck with getting this to work with recent V8 versions? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i compiled v8 with the depot_tools. this was suprislingly, without any greater hasle.
but if i want to compile v8-rs, the following error emerges.
rust toolchain: nightly-x86_64-pc-windows-msvc
visual studio: 15.5.2
v8: 6.5.9
environment variables set:
* V8_SOURCE: v8_path
* V8_BUILD: v8_path + 'out/Release'
as one my notice, the flags for the "c++14" standart is already there. i cloned the v8-rs repo and changed it. but it does change nothing. the error message is exactly the same.
The text was updated successfully, but these errors were encountered: