Results 1 to 6 of 6

Thread: Error when install QT4.1.1-opensource on RedHat9.0

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Mountain View, CA
    Posts
    279
    Thanked 42 Times in 37 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Error when install QT4.1.1-opensource on RedHat9.0

    Quote Originally Posted by dimitri
    This is a bug introduced with Qt 4.1.1.

    Qt 4.1.1 makes use of FT_Load_Sfnt_Table which is defined only in newer versions of the FreeType library (typically not the ones found on Red Hat 9 systems).

    You'll have to remove the code that makes use of FT_Load_Sfnt_Table in file src/gui/text/qfontengine_x11.cpp.
    Interesting, I've got the same problem on RedHat EL9. Do you know if Trolltech have been informed about the problem?
    Save yourself some pain. Learn C++ before learning Qt.

  2. #2
    Join Date
    Jan 2006
    Posts
    109
    Thanks
    2
    Thanked 5 Times in 5 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: Error when install QT4.1.1-opensource on RedHat9.0

    I think it's a known problem, but you may send a bug report anyway.

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
  •  
Qt is a trademark of The Qt Company.