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. Unable to build qt5.1.0 with ssl from git
Forum Updated to NodeBB v4.3 + New Features

Unable to build qt5.1.0 with ssl from git

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 2.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.
  • U Offline
    U Offline
    unmanner
    wrote on last edited by
    #1

    Hi all.

    I build my qt instance by the following bat script:

    @PATH = %PATH%;C:\Python27
    PATH = %PATH%;D:\strawberry-perl-5.18.0.1-64bit-portable\c\bin
    PATH = %PATH%;D:\strawberry-perl-5.18.0.1-64bit-portable\perl\bin
    PATH = %PATH%;C:\icu\bin64
    PATH = %PATH%;D:\Qt.5.0.2\Tools\QtCreator\bin
    PATH = %PATH%;C:\Ruby200-x64\bin
    PATH = %PATH%;D:\QT5.1\gnuwin32\bin
    PATH = %PATH%;D:\QT5.1\qtbase\bin

    configure -prefix D:\QT5.1\qtbase -opensource -confirm-license -nomake examples -make-tool jom -opengl desktop -openssl -I C:\OpenSSL-Win64\include -L C:\OpenSSL-Win64\lib\VC\static -icu -I C:\icu\include -L C:\icu\lib64@

    I also tried to configure with "-no-accessibility" option.

    But I can't get rid of:

    _ Creating library ........\plugins\platforms\qwindowsd.lib and object ........\plugins\platforms\qwindowsd.exp
    dlldata.obj : error LNK2001: unresolved external symbol AccessibleValue_ProxyFileInfo
    dlldata.obj : error LNK2001: unresolved external symbol AccessibleText_ProxyFileInfo
    dlldata.obj : error LNK2001: unresolved external symbol AccessibleTableCell_ProxyFileInfo
    dlldata.obj : error LNK2001: unresolved external symbol AccessibleTable2_ProxyFileInfo
    dlldata.obj : error LNK2001: unresolved external symbol AccessibleTable_ProxyFileInfo
    dlldata.obj : error LNK2001: unresolved external symbol AccessibleRelation_ProxyFileInfo
    dlldata.obj : error LNK2001: unresolved external symbol AccessibleImage_ProxyFileInfo
    dlldata.obj : error LNK2001: unresolved external symbol AccessibleHypertext_ProxyFileInfo
    dlldata.obj : error LNK2001: unresolved external symbol AccessibleHyperlink_ProxyFileInfo
    dlldata.obj : error LNK2001: unresolved external symbol AccessibleEditableText_ProxyFileInfo
    dlldata.obj : error LNK2001: unresolved external symbol AccessibleComponent_ProxyFileInfo
    dlldata.obj : error LNK2001: unresolved external symbol AccessibleApplication_ProxyFileInfo
    dlldata.obj : error LNK2001: unresolved external symbol AccessibleAction_ProxyFileInfo
    dlldata.obj : error LNK2001: unresolved external symbol Accessible2_ProxyFileInfo
    ........\plugins\platforms\qwindowsd.dll : fatal error LNK1120: 14 unresolved externals
    jom: D:\QT5.1\qtbase\src\plugins\platforms\windows\Makefile.Debug [........\plugins\platforms\qwindowsd.dll] Error 1120
    jom: D:\QT5.1\qtbase\src\plugins\platforms\windows\Makefile [debug-all] Error 2
    jom: D:\QT5.1\qtbase\src\plugins\platforms\Makefile [sub-windows-make_first] Error 2
    jom: D:\QT5.1\qtbase\src\plugins\Makefile [sub-platforms-make_first] Error 2
    jom: D:\QT5.1\qtbase\src\Makefile [sub-plugins-make_first] Error 2
    jom: D:\QT5.1\qtbase\Makefile [sub-src-make_first] Error 2
    jom: D:\QT5.1\Makefile [module-qtbase-make_first] Error 2_

    1 Reply Last reply
    0
    • U Offline
      U Offline
      unmanner
      wrote on last edited by
      #2

      Problem is still exist..

      1 Reply Last reply
      0
      • D Offline
        D Offline
        DanielRMueller
        wrote on last edited by
        #3

        I have a similar issue with qt 5.1.1 on Windows 8.1 with VS 2010:
        http://qt-project.org/forums/viewthread/32660/

        1 Reply Last reply
        0
        • raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          did you try to compile it not with jom, but using nmake for example?
          jom sometimes fails for whatever reason.

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          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