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

Windows Wheel Build Failing #70

Closed
LinZhihao-723 opened this issue Sep 3, 2024 · 0 comments
Closed

Windows Wheel Build Failing #70

LinZhihao-723 opened this issue Sep 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@LinZhihao-723
Copy link
Member

Bug

The workflow failed on Windows:

"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\bin\HostX86\x64\cl.exe" /c /nologo /O2 /W3 /GL /DNDEBUG /MD -DSOURCE_PATH_SIZE=50 -Isrc/clp/components/core/src -Isrc/clp/components/core/src/clp -Isrc/clp/components/core/submodules -Isrc -IC:\Users\runneradmin\AppData\Local\Temp\cibw-run-1goixutb\cp310-win_amd64\build\venv\include -IC:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.10.11\tools\include -IC:\Users\runneradmin\AppData\Local\pypa\cibuildwheel\Cache\nuget-cpython\python.3.10.11\tools\Include "-IC:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\include" "-IC:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\ATLMFC\include" "-IC:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\VS\include" "-IC:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" "-IC:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" "-IC:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\include\um" /EHsc /Tpsrc/clp/components/core/src/clp/ir/parsing.cpp /Fobuild\temp.win-amd64-cpython-310\Release\src/clp/components/core/src/clp/ir/parsing.obj /std:c++20 /O2,
    parsing.cpp
    D:\a\clp-ffi-py\clp-ffi-py\src\clp\components\core\src\clp\ir\parsing.hpp(75): error C2039: 'string': is not a member of 'std'
    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\include\vector(29): note: see declaration of 'std'
    D:\a\clp-ffi-py\clp-ffi-py\src\clp\components\core\src\clp\ir\parsing.hpp(75): error C2061: syntax error: identifier 'string'
    D:\a\clp-ffi-py\clp-ffi-py\src\clp\components\core\src\clp\ir\parsing.hpp(94): error C2039: 'string': is not a member of 'std'
    C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.41.34120\include\vector(29): note: see declaration of 'std'
    D:\a\clp-ffi-py\clp-ffi-py\src\clp\components\core\src\clp\ir\parsing.hpp(94): error C2061: syntax error: identifier 'string'
    error: command 'C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC\\14.41.34120\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
    [end of output]

Workflow failed: https://github.com/y-scope/clp-ffi-py/actions/runs/10675204979

clp-ffi-py version

251c880

Environment

GitHub workflow Window image windows-2022

Reproduction steps

Run the workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant