delete fails

Sysprogs forums Forums VisualGDB delete fails

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8636
    b.timofte
    Participant

    I use mingw windows project

    Why the clean fails ? I tried everything like re import source code, clean multiple time , restart VS

     

    1>—— Clean started: Project: ProjectName, Configuration: Debug Win32 ——
    1>  VisualGDB: Run “cmd.exe /c “<removed>mingw\comp_4.9.2_testversion\bin\mingw32-make.exe” -j8 CONFIG=Debug clean” in directory “C:\VisualGdb\ProjectName\ProjectName” on local computer
    1>  cmd /C del /S /Q Debug
    1>  The process cannot access the file because it is being used by another process.
    1>  C:\VisualGdb\ProjectName\ProjectName\Debug\ProjectName.log
    ========== Clean: 1 succeeded, 0 failed, 0 skipped ==========

    #8649
    support
    Keymaster

    Hi,

    It’s a known issue and happens because Visual Studio is trying to write a “clean log” into a file inside the build directory. Normally it’s totally harmless and can be ignored.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.