[PyKDE] pylupdate doesn't work with a Qt debug-only build
Andreas Pakulat
apaku at gmx.de
Fri May 19 21:19:00 BST 2006
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.
Andreas
--
All the troubles you have will pass away very quickly.
More information about the PyQt
mailing list