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 <[EMAIL PROTECTED]> 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
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
libdbi-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libdbi-devel

Reply via email to