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. Cannot make under Windows 7
Qt 6.11 is out! See what's new in the release blog

Cannot make under Windows 7

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 1.6k 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.
  • F Offline
    F Offline
    fnoyanisi
    wrote on last edited by
    #1

    Hi

    I am using Windows 7 as my platform. I have;
    Qt 4.8.3
    MinGW, GCC 4.6.2

    I try to compile a simple project to test my installation (which I was able to compile with my previous installation), but make (mingw32-make) fails.

    I tried to compile the same code with Qt Creator and from command line as well, the result is the same.

    @> qmake trialproject.pro

    make
    ...
    ...
    mingw32-make : *** [release] Error -1073741790@

    After trying to run "make" one more time (i.e after some stuff has already been completed by the first failed run), it succeeds by giving the output below

    @mingw32-make[1]: Leaving directory 'D:/Projects/Test'@

    Any possible reasons for the problem? I

    PS : Windows installation is also fresh. I installed my old QtSDK (which I was able to compile Qt projects) it also failed.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      A similar "two years old thread exists at Nokia Developer":http://www.developer.nokia.com/Community/Discussion/showthread.php?204794-mingw32-make-***-debug-all-Error-1073741790. According to the comments the -1073741790 error has been caused by antivirus software. The reported solution was to disable the antivirus software.

      http://anavi.org/

      1 Reply Last reply
      0
      • F Offline
        F Offline
        fnoyanisi
        wrote on last edited by
        #3

        Thanks...

        I excluded mingw32-make.exe from antivirus.... It worked finally!

        1 Reply Last reply
        0
        • L Offline
          L Offline
          leon.anavi
          wrote on last edited by
          #4

          [quote author="fnoyanisi" date="1351685386"]Thanks...

          I excluded mingw32-make.exe from antivirus.... It worked finally![/quote]

          You are welcome. I am glad that I was able to help.

          http://anavi.org/

          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