Changing this flag didn't change the behavior for me. I thought it might be
a linking problem, because sip 3.2 produces sip.lib/dll, while 3.1 produced
libsip.lib/dll - but the makefiles for pyqt 3.2 are still looking for
libsip.lib, not sip.lib! So I changed the siplib makefile to produce
libsip.lib instead, but that didn't fix the problem either.

> -----Original Message-----
> From: Phil Thompson [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, April 30, 2002 12:46 AM
> To:   [EMAIL PROTECTED]
> Cc:   [EMAIL PROTECTED]
> Subject:      Re: [PyKDE] 3.2rc4 instability
> 
> [EMAIL PROTECTED] wrote:
> > 
> > After upgrading from 3.1 to 3.2rc4 (Windows NT 4.0, sp6a, python 2.1.3,
> Qt
> > 3.0.3), I'm seeing a lot of new crashes on calls to simple methods like
> > centralWidget() and parent(). Here's a simple example which crashes. Is
> > anyone else having this sort of trouble?
> 
> One one Windows specific change that was made was to use the -MD rather
> than the -MT compiler flag so that it matches the default used to build
> Python and Qt. If you are building with different defaults, that might
> make a difference.
> 
> Phil

_______________________________________________
PyKDE mailing list    [EMAIL PROTECTED]
http://mats.gmd.de/mailman/listinfo/pykde

Reply via email to