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

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

XMLWordPrintable

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

      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)

      ```

       

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes