well, i just download the icecast source code, and open the project in VC6.0
.
when i try to complie the project, i find the error which notice me
"Can't
find the pthread.h file."
but i can't find the file in the project!
So who can help me to resolve the problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.xiph.org/pipermail/icecast-dev/attachments/20060120/82b270e9/attachment.html
On Thu, 2006-01-19 at 18:55, tao jiang wrote:> well, i just download the icecast source code, and open the project in > VC6.0. > when i try to complie the project, i find the error which notice me > "Can't find the pthread.h file." > but i can't find the file in the project! > So who can help me to resolve the problem?That file is provided by the posix threading library, I don't know if one exists for Win32 however you now know what to look for. HTH, William.