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. Access is denied problem

Access is denied problem

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 3.3k 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.
  • C Offline
    C Offline
    chaos6
    wrote on last edited by
    #1

    I'm work in project with opencv lib and sometimes it give me that error and sometimes it's not when I build it :
    @mingw32-make.exe[1]: *** Access is denied.
    . Stop.
    mingw32-make.exe: *** [release] Error 2
    09:16:55: The process "F:\QtSDK\mingw\bin\mingw32-make.exe" exited with code 2.
    Error while building project TraySystemtry (target: Desktop)
    When executing build step 'Make'
    @

    I can't figure out the problem so plz help
    Thanks advance :)

    http://smashcs.wordpress.com/

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

      Does this happen in a compile step or in the link step?

      I have frequently the issue in the link step. The reason is then that I did not stop the application, but rather started to edit and compile with the application still running. The linking process cannot replace the application then. Most of the time the reason is quite obvious, because you see that the application is still running. When the debugging somehow, it is less obvious.

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

      1 Reply Last reply
      0
      • C Offline
        C Offline
        chaos6
        wrote on last edited by
        #3

        In a compilation step
        but I stoped the application too.

        http://smashcs.wordpress.com/

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

          On the projects page you find the section Build steps. For "Make:" there should be a line something like "mingw32-make ..." this line should NOT have a parameter "-j" or "-j <any number>". This would start parallel building which might double access files.
          However, that is unlikely since "-j" is not used per default AFAIK.

          You are using drive f:. Possibly the drive is very slow. Maybe you can use another faster drive.

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

          1 Reply Last reply
          0
          • C Offline
            C Offline
            chaos6
            wrote on last edited by
            #5

            I'll try it

            http://smashcs.wordpress.com/

            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