2023-03-25 03:05 AM
2023-03-25 06:05 AM
> why am i getting this error
There is a deficient errno.h file somewhere on your include path
> and how to solve it?
Reorder include paths so that a good errno.h is found before the bad one.
2023-03-25 06:06 AM
The compiler tells you where to look, perhaps start there, and unravel the context..
Probably some conflicting #define on your end.
Have the compiler generate pre-processor output, and review that.