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

msvc support? #2

Open
paleozogt opened this issue Jun 7, 2019 · 0 comments
Open

msvc support? #2

paleozogt opened this issue Jun 7, 2019 · 0 comments

Comments

@paleozogt
Copy link

clang and gcc work great, but sadly msvc doesn't work:

C:\>where cl
where cl
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\x86_amd64\cl.exe
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\cl.exe

C:\>python -c "import ccsyspath; print(ccsyspath.system_include_paths('cl'))"
python -c "import ccsyspath; print(ccsyspath.system_include_paths('cl'))"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "Z:\venv-win\lib\site-packages\ccsyspath\paths.py", line 28, in system_include_paths
    start = lines.index(b'#include <...> search starts here:')
ValueError: '#include <...> search starts here:' is not in list
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

No branches or pull requests

1 participant