Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt 5.5.1 build error
Qt 6.11 is out! See what's new in the release blog

Qt 5.5.1 build error

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 544 Views
  • 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
    shestero
    wrote on last edited by
    #1

    During building Qt 5.5.1 under Windows 7 32 using Mingw32 from source I've got error unresolved external symbol, described here:
    https://bugreports.qt.io/browse/QTBUG-43120

    I passed through removing calling this two functions in TextEncodingRegistry.cpp :
    #if OS(WINDOWS) && USE(WCHAR_UNICODE) // my
    // TextCodecWin::registerExtendedEncodingNames(addToTextEncodingNameMap);
    // TextCodecWin::registerExtendedCodecs(addToTextCodecMap);
    #endif

    Can anyone comment this?
    Especially I'm interesting if I should use
    #if USE(ICU_UNICODE)
    TextCodecICU::registerEncodingNames(addToTextEncodingNameMap);
    TextCodecICU::registerCodecs(addToTextCodecMap);
    #endif
    block instead of I commented?
    When is ICU_UNICODE to be defined?

    My configure options are:
    ../configure -nomake examples -largefile -opensource -confirm- -skip qtwebkit-examples -no-opengl -no-angle -no-openvg -qt-pcre -no-nis -openssl-linked OPENSSL_LIBS="-L d:/openssl102e/lib -lssl -lcrypto -lws2_32 -lgdi32" -I "d:/openssl102e/include" -L "d:/openssl102e/lib" -prefix d:/Qt5.5.1ssl

    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