-
Notifications
You must be signed in to change notification settings - Fork 32
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
code does not compile in Visual Studio 2019 #47
Comments
Thanks for reporting. IMO the problem is that by default pthreads does not existis in Widows. You need to compile it your self or download a pre-compiled library. I do not have a Windows machine to test it. |
Currently, I do not have time to work on it. I will see if I find someone working on it. |
Thanks, besides pthread.h there are other issues like sys/time.h that does not exists in Windows, |
Gould to known that |
I don´t know enough programming to remove all POSIX stuff from the source code, but the code as is depicted generates a valid makefile from cmake of Visual Studio 2019, problem is that when compiling under Visual Studio 2019 complais about pthreads.h, time.h, ... |
There is missing pthreads.h, sys\time.h, unistd.h in Visual Studio 2019, would like to have cuda_memtest running in Windows
The text was updated successfully, but these errors were encountered: