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

Build wheels for 3.10 #28

Merged
merged 2 commits into from
Oct 12, 2021
Merged

Build wheels for 3.10 #28

merged 2 commits into from
Oct 12, 2021

Conversation

hauntsaninja
Copy link
Collaborator

No description provided.

hauntsaninja pushed a commit to hauntsaninja/mypy that referenced this pull request Oct 11, 2021
Trying to fix mypyc/mypy_mypyc-wheels#28,
not sure why other windows builds don't complain...

```
build\misc_ops.c(515): error C2065: 'ssize_t': undeclared identifier
build\misc_ops.c(515): error C2146: syntax error: missing ';' before identifier 'n'
build\misc_ops.c(515): error C2065: 'n': undeclared identifier
build\misc_ops.c(517): error C2065: 'n': undeclared identifier
build\misc_ops.c(520): error C2065: 'n': undeclared identifier
build\misc_ops.c(521): error C2065: 'n': undeclared identifier
```
@JelleZijlstra
Copy link

JelleZijlstra commented Oct 11, 2021

It's failing on Windows with

    cl : Command line warning D9025 : overriding '/GL' with '/GL-'
    cl : Command line warning D9014 : invalid value '9025' for '/wd'; assuming '5999'

I don't know what that means.

@hauntsaninja
Copy link
Collaborator Author

hauntsaninja commented Oct 11, 2021

I think that's just a warning, I think the real failure is python/mypy#11316
No idea why only the 3.10 Windows build is affected though

@JelleZijlstra
Copy link

@JukkaL @hauntsaninja This shouldn't have been closed (I would reopen but don't have permissions on this repo).

@hauntsaninja hauntsaninja reopened this Oct 12, 2021
@hauntsaninja hauntsaninja merged commit be7d48d into mypyc:master Oct 12, 2021
@hauntsaninja hauntsaninja deleted the py310 branch October 12, 2021 20:03
ilevkivskyi pushed a commit to python/mypy that referenced this pull request Nov 2, 2021
Trying to fix mypyc/mypy_mypyc-wheels#28,
not sure why other windows builds don't complain...

```
build\misc_ops.c(515): error C2065: 'ssize_t': undeclared identifier
build\misc_ops.c(515): error C2146: syntax error: missing ';' before identifier 'n'
build\misc_ops.c(515): error C2065: 'n': undeclared identifier
build\misc_ops.c(517): error C2065: 'n': undeclared identifier
build\misc_ops.c(520): error C2065: 'n': undeclared identifier
build\misc_ops.c(521): error C2065: 'n': undeclared identifier
```

Co-authored-by: hauntsaninja <>
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.

2 participants