[PyKDE] pylupdate doesn't work with a Qt debug-only build

Phil Thompson phil at riverbankcomputing.co.uk
Sat May 20 10:52:54 BST 2006


On Friday 19 May 2006 9:19 pm, Andreas Pakulat wrote:
> On 19.05.06 21:03:19, Andreas Pakulat wrote:
> > as Qt 4.1.3 was released today I rebuilt it and also the latest PyQt4.
> >
> > However it fails on pylupdate because that one wants to link to QtCore,
> > which is not available as I built Qt4 using -debug and thus I only have
> > the _debug-libs.
> >
> > This is probably due to hardcoding the needed libs in configure.py,
> > however I currently cannot see the correct fix for this :-(
>
> Well I was wrong with that one. The cause is that for pylupdate and
> pyrcc the debug-option is not given to the init of the ProgramMakefile
> instance. Adding just
>
> debug=opt_debug
>
> for both calls to ProgramMakefile fixes the problem.

Thanks,
Phil




More information about the PyQt mailing list