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. Qt Creator Compile Error with mingw32-make on Windows
Forum Updated to NodeBB v4.3 + New Features

Qt Creator Compile Error with mingw32-make on Windows

Scheduled Pinned Locked Moved Installation and Deployment
18 Posts 3 Posters 10.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.
  • sierdzioS Offline
    sierdzioS Offline
    sierdzio
    Moderators
    wrote on last edited by
    #9

    Good luck to you, then :)

    (Z(:^

    1 Reply Last reply
    0
    • C Offline
      C Offline
      CodeGnome
      wrote on last edited by
      #10

      It's working now :)

      1 Reply Last reply
      0
      • C Offline
        C Offline
        CodeGnome
        wrote on last edited by
        #11

        I'm going to compile the plugins now and see if they work also. So close!

        1 Reply Last reply
        0
        • C Offline
          C Offline
          CodeGnome
          wrote on last edited by
          #12

          I spoke too soon, when finish compiling the qt creator I get the following error:
          @
          copy /y "......\lib\qtcreator\ExtensionSystemd.dll" ......\bin
          1 file(s) copied.
          cd utils\ && ( if not exist Makefile C:\qt-everywhere-opensource-src-5.1.0\qtbase\bin\qmake.exe C:\qt-creator-2.8.0-src\src\libs\utils\utils.pro -o Make
          file ) && "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe" -f Makefile
          Project ERROR: Unknown module(s) in QT: script
          NMAKE : fatal error U1077: 'cd' : return code '0x3'
          Stop.
          NMAKE : fatal error U1077: 'cd' : return code '0x2'
          Stop.
          NMAKE : fatal error U1077: 'cd' : return code '0x2'
          Stop.
          @
          [edit, code tags added, koahnig]

          1 Reply Last reply
          0
          • C Offline
            C Offline
            CodeGnome
            wrote on last edited by
            #13

            Anyone have any ideas? I've still not gotten this to work. Could it be a missing environment variable?

            1 Reply Last reply
            0
            • K Offline
              K Offline
              koahnig
              wrote on last edited by
              #14

              What is the command you started?
              Where did you start it?

              Without knowing more details, I guess that you have not started nmake from vc command prompt, but outside.
              [edit, that should correlate with your assumption on environment setting]

              Vote the answer(s) that helped you to solve your issue(s)

              1 Reply Last reply
              0
              • C Offline
                C Offline
                CodeGnome
                wrote on last edited by
                #15

                Sorry, I opened the VS2012 x86 Native Tools Command Prompt to compile qt 5.1.0 which worked. I reopened the same console and was trying to compile qt creator 2.8.0

                1 Reply Last reply
                0
                • C Offline
                  C Offline
                  CodeGnome
                  wrote on last edited by
                  #16

                  So I read http://qt-project.org/doc/qt-5.0/qtdoc/modules.html and am thinking that I must not have some required module link since the compiler says Unknown module(s) in the error output. Is there some way I can find out what module it is missing? How would I link the correct module to the compiler?

                  Sorry for such noob questions!

                  1 Reply Last reply
                  0
                  • K Offline
                    K Offline
                    koahnig
                    wrote on last edited by
                    #17

                    [quote author="CodeGnome" date="1375893957"]
                    Sorry for such noob questions![/quote]

                    No problem, we are all somewhere noobs.

                    I would guess if you have compiled Qt with standard settings you should be alright. If you fiddled around with some special settings during configure, that could be an issue.

                    I have done a compilation of qt creator 2.8 (and 2.7.2) end of last week without problems. It was merely the waiting time. However, I have used Qt 5.1.0 MinGW pre-built. Therefore, I think default settings for Qt libs, you should be fine for creator. However, this could be now related to your vs2012 compiler.
                    Thinking a bit more, may be it is a nmake issue. You could give jom a shot. At least it should not be a time-consuming side track.

                    Vote the answer(s) that helped you to solve your issue(s)

                    1 Reply Last reply
                    0
                    • K Offline
                      K Offline
                      koahnig
                      wrote on last edited by
                      #18

                      Here is the "download page for jom":http://qt-project.org/wiki/jom

                      Vote the answer(s) that helped you to solve your issue(s)

                      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