-
Notifications
You must be signed in to change notification settings - Fork 99
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
Issue to build the actual code with MSYS2 / MINGW64 related to LeCroyOscilloscope.cpp #260
Comments
@bvernoux Try adding -D_POSIX_THREAD_SAFE_FUNCTIONS to the Windows compile flags in scopehal-apps/CMakeLists.txt:15 and see if that helps. |
I confirm adding -D_POSIX_THREAD_SAFE_FUNCTIONS to the Windows compile flags in scopehal-apps/CMakeLists.txt:15 fix that issue |
Is this issue fixed in the current HEAD? If so, please close it. |
Waiting merge of Fix issue PR#260 ngscopeclient/scopehal-apps#185 |
It is fixed now |
Issue to build the actual code with MSYS2 / MINGW64 related to LeCroyOscilloscope.cpp code
-- The C compiler identification is GNU 10.2.0
-- The CXX compiler identification is GNU 10.2.0
...
Error
Potential solution https://stackoverflow.com/questions/18551409/localtime-r-support-on-mingw
See also msys2/MINGW-packages#1342
The text was updated successfully, but these errors were encountered: