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
Indeed, with VS2019, time_spec is already defined like this.
It would be interesting to change these lines (delete them or add a condition "if the VS redist is 2017 or more").
I took out line 318-324 and I still have problem compiling. Now I have LNK2019 error afterward. What can I do to fix this? I'm using VS2022 not sure if it'd make a different.
Hi,
I tried to compile this in VS2019 and 2017 and it gives following error:
error C2011: 'timespec': 'struct' type redefinition
Do we have to add
#define HAVE_STRUCT_TIMESPEC
in pthread.h with a condition for VS builds?
Thanks
The text was updated successfully, but these errors were encountered: