PDA

View Full Version : lupdate errors?



nthung
13th October 2011, 02:57
I run lupdate command, but It raises errors as below.
Thanks


D:\Training\rty>lupdate rty.pro
C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(66):Function 'eval'
is not implemented
C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(69):Function 'eval'
is not implemented
C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(72):Function 'eval'
is not implemented
C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(75):Function 'eval'
is not implemented
C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(78):Function 'eval'
is not implemented
C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(80):Function 'eval'
is not implemented
C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(82):Function 'eval'
is not implemented
C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(84):Function 'eval'
is not implemented
lupdate warning: no TS files specified. Only diagnostics will be produced for 'r
ty.pro'.
C:/Dev/Qt/2010.05/qt/src/corelib/tools/qstringbuilder.h:45: circular inclusion o
f c:/Dev/Qt/2010.05/qt/include/QtCore/qstring.h
C:/Dev/Qt/2010.05/qt/src/gui/painting/qwmatrix.h:45: circular inclusion of c:/De
v/Qt/2010.05/qt/include/QtGui/qmatrix.h
c:/Dev/Qt/2010.05/qt/include/QtGui/qboxlayout.h:1: circular inclusion of C:/Dev/
Qt/2010.05/qt/src/gui/kernel/qboxlayout.h
C:/Dev/Qt/2010.05/qt/src/gui/kernel/qgridlayout.h:45: circular inclusion of c:/D
ev/Qt/2010.05/qt/include/QtGui/qlayout.h
D:\Training\rty>

stampede
13th October 2011, 08:09
Yes, when I run it, it shows similar messages. But the files are ok. Are you having problems with the generated .ts files ?
Do you have something like


TRANSLATIONS = translations/project_en.ts\
translations/project_fr.ts

in your .pro file ?

nthung
13th October 2011, 10:48
Yes, when I run it, it shows similar messages. But the files are ok. Are you having problems with the generated .ts files ?
Do you have something like


TRANSLATIONS = translations/project_en.ts\
translations/project_fr.ts

in your .pro file ?
thanks
Could you give me a full example?

wysota
13th October 2011, 13:17
The code above is a perfect "full example".