Cannot create directory...
-
This time I am also getting " wrong path or permissions.."
Usually solved by running Ubuntu "disks" - check file / repair file / take ownership/
mountNot this time....
BTW the directory which cannot be "created" is where I start the project from, so it does already exists, hence cannot be created anyway.
-
@AnneRanch Temporary " fixed" by removing "shadow build" option. Have no idea why its just started failing this way . Worked fine for months....
-
@AnneRanch When you create a new project in QtCreator the shadow build directory is set, by default, outside the folder that the source code is in (there are good reasons for this). Being able to write where the source is does not guarantee the default shadow build location is writable; in your case it is not. The good news is, where QtCreator uses as the shadow build location is entirely within your control.
I suggest you enable shadow build and set the location to somewhere you can write e.g.,
~/build-project-Desktop_Qt_5_15_2_GCC_64bit-Debug
-
So my mistake is I select "shadow" directory SAME as my source , source being where my x.pro file is.
Or I am supposed to guess the check box belongs to next line...
So when shadow build is selected the "build" output goes there, not into source directory - as the doc say.Nothing to do with root or RAID as long as I own the RAID.
I guess I need to find where QT thinks my source directory is and pay attention where "build" outputs the results.
.
Thanks , appreciate your help.