Page 1 of 1

Temporary executable do not removed

Posted: Fri May 26, 2023 9:23 pm
by dibor
Hello.
Looks like this is IDE problem but happens to me only under MacOS, so I post this bug here.
When I check "Create temporary executable in the source directory" executable file created every time with same name and removed when I close IDE under Windows environment.
Under MacOS, every compiling creates executable file in the format appname.number.app.
So, If I compiling same code 10 times - will be created 10 .app files and will not be removed after IDE closing.

Possible to do anything?

Thank you.


// Moved from "Bugs - Mac OSX" to "General Discussion" (Kiffi)

Re: Temporary executable do not removed

Posted: Mon May 29, 2023 8:01 pm
by dibor
Anybody else has same issue?

Re: Temporary executable do not removed

Posted: Tue May 30, 2023 4:53 am
by judgegroovyman
Hi! In my case the temporary executables are created when I compile but then they are all removed when I close the IDE. I am on Mac Ventura 13.3.1 (a) and am using the latest PureBasic 6.02LTS Mac OS Arm64 on Macbook Air M1

I hope someone can help get your situation fixed soon though.

Re: Temporary executable do not removed

Posted: Tue May 30, 2023 4:03 pm
by dibor
Hello.
Thanks for the answer.
Looks like I understood where a problem.
Only when I load source from NAS - temp. exec. do not removed, from local folder all works GOOD.

Re: Temporary executable do not removed

Posted: Tue May 30, 2023 5:09 pm
by dibor
Problem was resolved :)
Was runs QSync application with option "do not remove anything from NAS while sync"
After disabling this option all works as should.

Thanks to ALL