I am trying to build a project using Qt creator tool in windows but when I built it , I got this error: error: C1083: Cannot open include file: 'pthread.h': No such file or directory.
So do I have to download this library? but i did not find it
I am using Qt in order to open aa tool called netanim used for NS3 tool
If any one can help me in this issue, I would be appreciative.
Thanks in advance
On most unix systems there should be a /usr/include/pthread.h if you have the developer tools. On windows, you would need some sort of 'windows pthread emulation library'