Results 1 to 4 of 4

Thread: lupdate errors?

  1. #1
    Join Date
    Nov 2009
    Posts
    59
    Thanks
    20
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default lupdate errors?

    I run lupdate command, but It raises errors as below.
    Thanks
    Qt Code:
    1. D:\Training\rty>lupdate rty.pro
    2. C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(66):Function 'eval'
    3. is not implemented
    4. C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(69):Function 'eval'
    5. is not implemented
    6. C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(72):Function 'eval'
    7. is not implemented
    8. C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(75):Function 'eval'
    9. is not implemented
    10. C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(78):Function 'eval'
    11. is not implemented
    12. C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(80):Function 'eval'
    13. is not implemented
    14. C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(82):Function 'eval'
    15. is not implemented
    16. C:/Dev/Qt/2010.05/qt/mkspecs/features/debug_and_release.prf(84):Function 'eval'
    17. is not implemented
    18. lupdate warning: no TS files specified. Only diagnostics will be produced for 'r
    19. ty.pro'.
    20. C:/Dev/Qt/2010.05/qt/src/corelib/tools/qstringbuilder.h:45: circular inclusion o
    21. f c:/Dev/Qt/2010.05/qt/include/QtCore/qstring.h
    22. C:/Dev/Qt/2010.05/qt/src/gui/painting/qwmatrix.h:45: circular inclusion of c:/De
    23. v/Qt/2010.05/qt/include/QtGui/qmatrix.h
    24. c:/Dev/Qt/2010.05/qt/include/QtGui/qboxlayout.h:1: circular inclusion of C:/Dev/
    25. Qt/2010.05/qt/src/gui/kernel/qboxlayout.h
    26. C:/Dev/Qt/2010.05/qt/src/gui/kernel/qgridlayout.h:45: circular inclusion of c:/D
    27. ev/Qt/2010.05/qt/include/QtGui/qlayout.h
    28. D:\Training\rty>
    To copy to clipboard, switch view to plain text mode 

  2. #2
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: lupdate errors?

    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
    Qt Code:
    1. TRANSLATIONS = translations/project_en.ts\
    2. translations/project_fr.ts
    To copy to clipboard, switch view to plain text mode 
    in your .pro file ?

  3. The following user says thank you to stampede for this useful post:

    nthung (13th October 2011)

  4. #3
    Join Date
    Nov 2009
    Posts
    59
    Thanks
    20
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: lupdate errors?

    Quote Originally Posted by stampede View Post
    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
    Qt Code:
    1. TRANSLATIONS = translations/project_en.ts\
    2. translations/project_fr.ts
    To copy to clipboard, switch view to plain text mode 
    in your .pro file ?
    thanks
    Could you give me a full example?

  5. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: lupdate errors?

    The code above is a perfect "full example".
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Qt Linguist Meta-data and lupdate
    By Tyris in forum Qt Tools
    Replies: 0
    Last Post: 7th May 2010, 07:58
  2. lupdate.exe problem on Windows 7 (Qt 4.6.2)
    By glimberg in forum Installation and Deployment
    Replies: 0
    Last Post: 2nd April 2010, 21:29
  3. Problem with lupdate
    By loris128 in forum Qt Tools
    Replies: 3
    Last Post: 8th April 2009, 20:36
  4. 4.2 and lupdate
    By Byngl in forum Qt Programming
    Replies: 3
    Last Post: 12th November 2007, 03:55
  5. lupdate *.pro troubles
    By jeff_s in forum Qt Programming
    Replies: 1
    Last Post: 28th July 2006, 10:07

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.