I have 2 different computers working with the same workspace on a network drive. The share is connected via network drive mapping using the same server user (admin). Both machines are running the same WIn 11 version.
On no. 1, I can call "Clean", and it will clean the build as expected.
On no. 2, the call returns with
rm: cannot remove '../build-Debug_DLL/myapp': Directory not empty
mingw32-make[1]: *** [myapp.mk:480: clean] Error 1
mingw32-make: *** [Makefile:8: clean] Error 2
I checked the permissions for the directory, and it shows a partial write protection, but I can't find from where it comes.
Any ideas?