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. Can't build sub-src on win in latest 4.7-stable pull

Can't build sub-src on win in latest 4.7-stable pull

Scheduled Pinned Locked Moved Installation and Deployment
7 Posts 3 Posters 5.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.
  • R Offline
    R Offline
    rickbkis
    wrote on last edited by
    #1

    I don't want to build the whole wide world - I'd like to be able to use it before the next release.

    I used to be able to configure and then 'nmake sub-src'.

    Now, that doesn't seem to work. How do I just make the Qt libs, now?

    Looks like something called QT_BUILD_PARTS has to be set somewhere?

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rickbkis
      wrote on last edited by
      #2

      ok, I'm guessing that I need to invoke configure as follows:

      configure QT_BUILD_PARTS="tools libs docs" <other flags>

      if those are the only things I want. Is that correct?

      1 Reply Last reply
      0
      • G Offline
        G Offline
        goetz
        wrote on last edited by
        #3

        I leave out the stuff this way:

        @
        configure -nomake "tools examples demos docs translations" .. other options
        @

        http://www.catb.org/~esr/faqs/smart-questions.html

        1 Reply Last reply
        0
        • R Offline
          R Offline
          rickbkis
          wrote on last edited by
          #4

          ok. I'll give it a try. Does that work on win, too?

          1 Reply Last reply
          0
          • R Offline
            R Offline
            rickbkis
            wrote on last edited by
            #5

            Ok, -nomake has traditionally not worked on windows. Has something changed and it is working, now? It doesn't seem to...

            I find that if I start the build (after configure), let it proceed a little ways and then kill it, I can then do 'nmake sub-src' like before.

            Sure wish they'd make this easier - at least consistent.

            1 Reply Last reply
            0
            • S Offline
              S Offline
              sara_2005
              wrote on last edited by
              #6

              Hi ,
              I have the same problem .
              My windows is 64 bit . I am trying to install qt-everywhere-opensource-src-4.8.3 but it doesn't work.
              I opened a comand promt in visual studio 2010 and type the qt folder after being in root i typed
              configure.exe
              and then

              nmake sub-src

              after passing many time it falls on a circle with warning .
              It is a big bug !
              please help me if you know what should I do ?

              Thanks in advance

              1 Reply Last reply
              0
              • S Offline
                S Offline
                sara_2005
                wrote on last edited by
                #7

                Hi ,
                I have the same problem .
                My windows is 64 bit . I am trying to install qt-everywhere-opensource-src-4.8.3 but it doesn't work.
                I opened a comand promt in visual studio 2010 and type the qt folder after being in root i typed
                configure.exe
                and then

                nmake sub-src

                after passing many time it falls on a circle with warning .
                please help me if you know what should I do ?

                Thanks in advance

                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