Re: MySQLdb under cygwin's python

2003-10-09 Thread Gerrit P. Haase
Hallo Andrew, >> An interesting issue occurs when trying to compile the whole >> mysql-4.0.15a, after I commented out all #pragma >> (interface|implementation) per other Gerrit's advice. > Why are you removing the pragma interfaces? I see them in things like > client/log_event.h which seem to

Re: MySQLdb under cygwin's python

2003-10-09 Thread Andrew DeFaria
Alexy Khrabrov wrote: On Thu, Oct 09, 2003 at 02:14:59PM +0200, Gerrit P. Haase wrote: Configure with --enable-server=no I prefer --without-server :) -- and it works fine. An interesting issue occurs when trying to compile the whole mysql-4.0.15a, after I commented out all #pragma (interface

Re: MySQLdb under cygwin's python

2003-10-09 Thread Alexy Khrabrov
On Thu, Oct 09, 2003 at 02:14:59PM +0200, Gerrit P. Haase wrote: > > Configure with --enable-server=no I prefer --without-server :) -- and it works fine. An interesting issue occurs when trying to compile the whole mysql-4.0.15a, after I commented out all #pragma (interface|implementation) per o

Re: MySQLdb under cygwin's python

2003-10-09 Thread Gerrit P. Haase
Alexy, >> As compiling mysql under cygwin itself seems dangerous (errors >> reported in database workings), I wonder what your take on it was/is? > IIRC (from the Cygwin list), the client side works under Cygwin, but the > server side has (or had) issues. Since, Python should only need the > cli

Re: MySQLdb under cygwin's python

2003-10-09 Thread Jason Tishler
Alexy, Please post instead of sending private email. On Wed, Oct 08, 2003 at 10:51:22PM -0400, Alexy Khrabrov wrote: > I saw your expert commentary on python patches for cygwin, especially > for postgresql popy, and I wonder if you came across building MySQLdb > under cygwin as well. Sorry, but