Home > Software engineering >  Unable to open "pthread. H file?"
Unable to open "pthread. H file?"

Time:10-31

Run under the vs2010 VTK. SLNS error detected:

Unable to open "pthread. H file?"

CodePudding user response:

This file exist? Is in the current project directory?

CodePudding user response:

This file is Linux platform

CodePudding user response:

Obviously no pthread. H ah, maybe you have a look at this log can help you, because met the same problem,,,
http://blog.csdn.net/bzdwdmzjsmff/article/details/51243850

CodePudding user response:

reference BZDWDMZJSMFF reply: 3/f
obviously without pthread. H ah, maybe you have a look at this log can help you, because met the same problem,,,
http://blog.csdn.net/bzdwdmzjsmff/article/details/51243850


I did an error after timespec: redefine struct type, is there any fault code itself, with vs2015

CodePudding user response:

Redefine timespec: struct type, the meaning of this sentence is estimated to be wrote two:
Struct timespec {
//structure 1
}
In don't know which parts of the program then wrote a a
Struct timespec {
//structure 1
}
And should be assigned to paste the error,
In other words you need to CTRL + F to retrieve if the original find two timespec, you need to delete a,
Code is written by another blogger, log in to blogger text links, I don't have problems at run time. If the code is not going to move, may ask the blogger,
Has nothing to do with using compile environment is vs2015

CodePudding user response:

Do you want to download a Windows version of the pthread library, search there on your own, and then extract the
To on configuration in engineering, the process of configuration with opencv configuration directory does not contain additional dependencies environment variable library directory
  • Related