Hi,
thank you for reporting this problem.
It's probably because something changed with the POSIX definition.
Try adding -D_POSIX_C_SOURCE=199309L as a temporary fix to the compiler flags.
I will look into this issue.
Best Regards,
Sören
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
thank you for reporting this problem.
It's probably because something changed with the POSIX definition.
Try adding -D_POSIX_C_SOURCE=199309L as a temporary fix to the compiler flags.
I will look into this issue.
Best Regards,
Sören
Some modifications I made to get it compile under GCC-10 with defaults
Hello Alberto,
thanks for the patch, I'll look into applying it to the next release version of stroke.
Best regards,
Sören