View Single Post
  #17  
Old 12-07-2011, 01:06 AM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 656
Default

I don't think vc2010 express is the problem as I encountered the same issues with vs2010 ultimate. Even after a complete reinstall the compile errors persisted.
If you were to use my_pthread.h renamed to pthread.h from the mysql directory you will just encounter other build errors. I believe a missing unistd.h would be the next error you will get. Getting the various header files off the internet doesn't work either as I have already tried that. Using blank header files fixed a few issues but created others.
Might be best to just wait until someone who has gotten it to work posts a walkthrough on how to setup visual studio 2010 so that it will actually compile.
Reply With Quote