I was able to successfully compile the MySQL driver under MinGW.

All that is needed is an include of winsock.h in the dbd_mysql.c file
at the top.

I did it like this:

#ifdef __MINGW32__
#include <winsock.h>
#endif

However, could a similar change be committed to the code?  This will
allow the MinGW platform to compile this driver.

Thanks,

Duncan McQueen

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
libdbi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libdbi-devel

Reply via email to