Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Problem building QtCreator with mingw32 (unicode/ucol.h: no such file)
Forum Updated to NodeBB v4.3 + New Features

Problem building QtCreator with mingw32 (unicode/ucol.h: no such file)

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 3.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    serpe
    wrote on last edited by
    #1

    Hello,
    I'm trying to rebuild qt-opensource-windows-x86-mingw482_opengl-5.3.1 with mingw32 to have custom pluging visible in widget bar, but I've a problem, here's the history:

    1. C:\Qt\Qt5.3.1\5.3\src>set INCLUDE=C:\icu\dist\include
    2. C:\Qt\Qt5.3.1\5.3\src>set LIB=C:\icu\dist\lib
    3. C:\Qt\Qt5.3.1\5.3\src>configure -prefix C:\Qt\Qt5.3.1\5.3\src\qtbase -opensource -nomake tests -nomake examples -confirm-license -opengl desktop
    4. C:\Qt\Qt5.3.1\5.3\src>mingw32-make

    and after a while the result is:
    ...
    ...
    In file included from tools\qcollator.cpp:43:0:tools\qcollator_p.h:49:26: fatal error: unicode/ucol.h: No such file or directory #include <unicode/ucol.h>
    ...
    ...

    Do you have suggestions?
    Thanks in advance
    Best regards
    Francesco

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      Try with something like that:

      @
      configure -prefix C:/Qt/Qt5.3.1/5.3/src/qtbase -opensource -nomake tests -nomake examples -confirm-license -opengl desktop -I C:/icu/dist/include -L C:/icu/dist/lib
      @

      With Qt you can (and should) use forward slashes. Otherwise you have to escape the backslashes.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • S Offline
        S Offline
        serpe
        wrote on last edited by
        #3

        Great!!
        Thank you very much. The process has started... maybe I'll have to combat with building openssl... let's see...
        I'll post updates

        1 Reply Last reply
        0
        • S Offline
          S Offline
          serpe
          wrote on last edited by
          #4

          still running...
          I've configured without -platform and c++11 flags, do you think that this will be a problem later?

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Platform ? No, it's determined for you.

            c++11 ? AFAIK, no

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved