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. [SOLVED]issue building qt statically on windows
QtWS25 Last Chance

[SOLVED]issue building qt statically on windows

Scheduled Pinned Locked Moved General and Desktop
static qtbuilding qt stawindows+staticcouldnt find qmlibcmp.libmsvc2013msvc2012
3 Posts 2 Posters 1.2k 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
    Suroh6
    wrote on last edited by Suroh6
    #1

    So I'm trying to build qt statically on windows, I keep getting the same four errors.
    configure -platform win32-msvc2013 -static -opensource

    1. Couldn't find qmake.pdb

    2. couldn't find qmake.ilk

    3. couldn't find qmake.tds

    4. can not open file libcmp.lib

    I've read the documentation, I've followed the necessary steps, can't figure out what I'm missing here.

    EDIT: Okay so after Trying both microsoft visual express 2013 and 2012 my problem was still there. It seems there was an issue with the compilers, now I tried uninstalling them re-installing them, extending paths, running the vcvars etc.. Nothing worked.

    So I grabbed a copy of microsoft visual express 2010 and what you know my problem went a way the configuration was successful and the build is going smoothly :)

    A 1 Reply Last reply
    0
    • S Suroh6

      So I'm trying to build qt statically on windows, I keep getting the same four errors.
      configure -platform win32-msvc2013 -static -opensource

      1. Couldn't find qmake.pdb

      2. couldn't find qmake.ilk

      3. couldn't find qmake.tds

      4. can not open file libcmp.lib

      I've read the documentation, I've followed the necessary steps, can't figure out what I'm missing here.

      EDIT: Okay so after Trying both microsoft visual express 2013 and 2012 my problem was still there. It seems there was an issue with the compilers, now I tried uninstalling them re-installing them, extending paths, running the vcvars etc.. Nothing worked.

      So I grabbed a copy of microsoft visual express 2010 and what you know my problem went a way the configuration was successful and the build is going smoothly :)

      A Offline
      A Offline
      alex_malyu
      wrote on last edited by
      #2

      Did you start configure from Visual Studio command promt?

      You need Visual Studio compiler environment set properly.

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

        yes I've tried with the msvc 2013 dev promt, i've also run the vcvars

        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