Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-130319

Qt6.8.0 base fails to compile on msys2 with FEATURE_icu=ON

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 6.8.0
    • Core: Date/Time
    • None
    • Windows

    Description

      QT 6.8.0 base fails to compile and fails with unknow symbol to ucalTimeZoneDisplayName

      The issue is that the header defines a versiobn with
      ```
      QString ucalTimeZoneDisplayName(UCalendar *ucal,
                                      QTimeZone::TimeType timeType,
                                      QTimeZone::NameType nameType,
                                      const QString &localeCode)
      ```

      and only the cpp implementation only provides a version with

      ```

      QString ucalTimeZoneDisplayName(UCalendar *ucal,
                                      QTimeZone::TimeType timeType,
                                      QTimeZone::NameType nameType,
                                      const QByteArray &localeCode)

      ```

       

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              Eddy Edward Welbourne
              jsundermeyer Jan Sundermeyer
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes