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

Cannot be used in Windows Visual Studio 2022 #4889

Open
liushang0322 opened this issue Sep 4, 2024 · 1 comment
Open

Cannot be used in Windows Visual Studio 2022 #4889

liushang0322 opened this issue Sep 4, 2024 · 1 comment
Labels

Comments

@liushang0322
Copy link

I am trying to use lapacke functionality in my code and found a problem with the function definition. How can I use openblas in windows visualstudio2022

image

there are so many error

@martin-frbg
Copy link
Collaborator

martin-frbg commented Sep 4, 2024

Are these the first error messages ? It looks like you are missing one of the standard C headers (stddef.h) that defines the size_t type. If you can fix that, maybe (most of) the other errors will go away too. Possibly you need to install (or update) the appropriate Windows SDK

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

No branches or pull requests

2 participants