Thread: pthread.h?
View Single Post
  #1  
Old 02-16-2012, 08:46 AM
ChessyCats
Sarnak
 
Join Date: Jun 2010
Posts: 39
Default pthread.h?

Hey guys,

I'm trying to get a server running using Huppy's stickied guide. I've already fixed many problems by searching the forums and feel like I'm getting closer to success. However, I get this error now: fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory.

Using search, I've found where a couple of others talk about this issue, but I can't figure out how to fix it, if it's possible. If I understand the problem correctly, it comes from an improper reference for _WINDOWS. I tried using find and replace and changing it but it only gave me a pile of new errors.

For reference, I am on 64-bit Windows 7 using the latest 64-bit versions of Perl and MySQL, and I am trying to compile on the 64-bit platform too. Any information would be very appreciated. Thank you.
Reply With Quote