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. Qt build failing with 'qtbasetools' not found

Qt build failing with 'qtbasetools' not found

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

    I'm trying to build Qt and when I run the configure step, I get an error:

    @[C:\qtbld\qt5]configure -developer-build -opensource -nomake examples -nomake tests -confirm-license -skip qtwebkit-examples

    • cd qtbase
    • C:\qtbld\qt5\qtbase\configure.bat -top-level -developer-build -opensource -nomake examples -nomake tests -confirm-license -skip qtwebkit-examples
      Please wait while bootstrapping configure ...
      <srcbase> = C:/qtbld/qt5/qtbase
      <outbase> = C:/qtbld/qt5/qtbase

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

    NMAKE : fatal error U1073: don't know how to make 'C:\qtbld\qt5\qtbasetools\configure\main.cpp'
    Stop.
    @

    There is, in fact, no qtbasetools folder. There is a qtbase.

    Yes, I have run perl init-repository successfully.

    Any ideas?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dbzhang800
      wrote on last edited by
      #2

      I don't know what happened here, but it must be

      @
      qtbase\tools
      @

      1 Reply Last reply
      0
      • JKSHJ Offline
        JKSHJ Offline
        JKSH
        Moderators
        wrote on last edited by
        #3

        You don't need lines #2 and #3 -- I'm guessing that those are the source of your problem. Just call configure.bat and nmake in C:\qtbld\qt5

        (You'll need to clean your source tree before re-configuring + building)

        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

        1 Reply Last reply
        0
        • J Offline
          J Offline
          jdarnold
          wrote on last edited by
          #4

          My bad - I was using JPSoft's Take Command, a cmd.exe replacement (a really good one, btw) and it seems the fancy configure script confuses it in some way. Using the Win7.1 SDK cmd script works fine.

          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