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. Custom static build fails on plugins

Custom static build fails on plugins

Scheduled Pinned Locked Moved Unsolved General and Desktop
5.5.1static buildimageformatsplugins
1 Posts 1 Posters 804 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.
  • E Offline
    E Offline
    EMStegehuis
    wrote on last edited by
    #1

    I am trying tio build QT 5.5.1 static and it runs against an error.

    Has anyone an idea how to solve this?

    System: Windows 7 x64 MSVC 2013, Qt 5.5.1. x64 static

    Configure: configure -static -platform win32-msvc2013 -commercial -confirm-license -release -c++11 -no-angle -no-opengl -mp -skip qt3d -skip qtandroidextras -skip qtcanvas3d -skip qtdeclarative -skip qtenginio -skip qtlocation -skip qtmacextras -skip qtquick1 -skip qtquickcontrols -skip qtscript -skip qtsensors -skip qtserialport -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebkit -skip qtwebkit-examples -skip qtx11extras

    build with nmake:

    Microsoft (R) Program Maintenance Utility Version 12.00.21005.1
    Copyright (C) Microsoft Corporation. All rights reserved.

        link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:WINDOWS "
    

    /MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' versio
    n='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='' processorArchitecture
    ='
    '" /MANIFEST:embed /OUT:release\sharedmemory.exe @C:\Users\Marcel\AppData\Loc
    al\Temp\nm9ABA.tmp
    LINK : fatal error LNK1181: cannot open input file 'D:\Projects\QT\5.5.1_x64_sta
    tic\qtimageformats\plugins\imageformats\qdds.lib'
    NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0
    \VC\BIN\amd64\link.EXE"' : return code '0x49d'
    Stop.
    NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0
    \VC\BIN\amd64\nmake.exe"' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'

    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