Cannot open include file: ‘unistd.h’: No such file or directory
The “uni” in unistd stands for “UNIX” – you won’t find it on a Windows system. Most widely used, portable libraries should offer alternative builds or detect the platform and only try to use headers/functions that will be provided, so it’s worth checking documentation to see if you’ve missed some build step – e.g. perhaps … Read more