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

1.7.2 fails to build on windows with MSVC #919

Open
autoantwort opened this issue Mar 9, 2023 · 0 comments
Open

1.7.2 fails to build on windows with MSVC #919

autoantwort opened this issue Mar 9, 2023 · 0 comments

Comments

@autoantwort
Copy link

From microsoft/vcpkg#29340 (comment)
it fails with

F:\Feature-test\hunspell\vcpkg\buildtrees\hunspell\src\v1.7.2-ed1399a63f.clean\src\tools\hzip.cxx(350): error C2065: 'mode_t': undeclared identifier
F:\Feature-test\hunspell\vcpkg\buildtrees\hunspell\src\v1.7.2-ed1399a63f.clean\src\tools\hzip.cxx(350): error C2146: syntax error: missing ';' before identifier 'mask'
F:\Feature-test\hunspell\vcpkg\buildtrees\hunspell\src\v1.7.2-ed1399a63f.clean\src\tools\hzip.cxx(350): error C2065: 'mask': undeclared identifier
F:\Feature-test\hunspell\vcpkg\buildtrees\hunspell\src\v1.7.2-ed1399a63f.clean\src\tools\hzip.cxx(350): error C2065: 'S_IXUSR': undeclared identifier
F:\Feature-test\hunspell\vcpkg\buildtrees\hunspell\src\v1.7.2-ed1399a63f.clean\src\tools\hzip.cxx(350): error C2065: 'S_IRWXG': undeclared identifier
F:\Feature-test\hunspell\vcpkg\buildtrees\hunspell\src\v1.7.2-ed1399a63f.clean\src\tools\hzip.cxx(350): error C2065: 'S_IRWXO': undeclared identifier
F:\Feature-test\hunspell\vcpkg\buildtrees\hunspell\src\v1.7.2-ed1399a63f.clean\src\tools\hzip.cxx(350): error C3861: 'umask': identifier not found
F:\Feature-test\hunspell\vcpkg\buildtrees\hunspell\src\v1.7.2-ed1399a63f.clean\src\tools\hzip.cxx(351): error C3861: 'mkstemp': identifier not found
F:\Feature-test\hunspell\vcpkg\buildtrees\hunspell\src\v1.7.2-ed1399a63f.clean\src\tools\hzip.cxx(352): error C2065: 'mask': undeclared identifier
F:\Feature-test\hunspell\vcpkg\buildtrees\hunspell\src\v1.7.2-ed1399a63f.clean\src\tools\hzip.cxx(352): error C3861: 'umask': identifier not found
F:\Feature-test\hunspell\vcpkg\buildtrees\hunspell\src\v1.7.2-ed1399a63f.clean\src\tools\hzip.cxx(360): error C3861: 'close': identifier not found

I guess it has something to do with #811

@autoantwort autoantwort changed the title 1.7.2 fails to build on windows 1.7.2 fails to build on windows with MSVC Mar 9, 2023
@autoantwort autoantwort reopened this Mar 9, 2023
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