|
From: Duncan M. <dwm...@gm...> - 2007-08-26 19:11:43
|
Has OPenJade always been required for a compile? I get errors related to it on my MinGW platform - is there a way to ignore it? On 7/13/07, Duncan McQueen <dwm...@gm...> wrote: > 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 > |