You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some Windows platforms do not have timespec_get (MinGW) so we should test for it like on POSIX, and provide an alternative, or have an option to disable logging entirely.
** Environment Details **
NNG 1.8.0
Various Windows build machines
GNU 10.4.0 under MinGW
Static Lib
Additional context
(1) is an easy fix and I'll provide a PR.
(2) as I do not make use of logging, I can live with a CMake check and compile time define - but others may want something that works.
The text was updated successfully, but these errors were encountered:
So apparently MinGW-w64 has a timespec_get API if you use the Universal C Runtime (UCRT). The default legacy MSVCRT is lacking, and I have no interest in wasting my time with it.
Describe the bug
** Environment Details **
Additional context
(1) is an easy fix and I'll provide a PR.
(2) as I do not make use of logging, I can live with a CMake check and compile time define - but others may want something that works.
The text was updated successfully, but these errors were encountered: