Skip to content
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

Support Visual Studio 2017 #165

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

marsupial
Copy link
Contributor

How a modern Visual Studio is installed/detected changes quite a bit.

Detecting a VS2017 install is significantly different than prior versions.
This is particularly true in the case of environment variables, which are not
added globally, meaning launching cling from a random shell would fail.

Additionally, prior implementation did not block clang from doing it’s own detection,
which added the paths it found with the -isystem flag so that they had priority over
what cling was trying to use.
By using the command-line flags, clang will know this information early, rather than having it changed from underneath.
@liudonghua123
Copy link

Really hope this features.

@jclay
Copy link

jclay commented Jul 16, 2018

Would also love to see this get merged in. I'd also like to mention the vswhere tool which is the Microsoft recommended way to get information about installed Visual Studio versions.

@ferdymercury
Copy link
Contributor

I think this repo is just a mirror, consider moving your PR here instead: https://github.com/root-project/root/pulls (subdirectory interpreter/cling). Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants