Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 18391  / 3 Years ago, tue, august 17, 2021, 9:10:06

i have installed code blocks from Ubuntu software Center. When I create a new project and compile it, in the output window it say "permission denied". How must I run code blocks, or where should I place the project files to remove this error ?!


More From » code-blocks

 Answers
1

The most likely explanation is that you have selected a codeblocks workspace that is on a non-Linux filesystem (such as an external NTFS hard drive). Such filesystems don't natively support Unix-style permission bits, so there's no way to mark files as executable (except globally, at mount time).



If that is the case here, then the easiest solution is to move your workspace to your regular Linux home directory.


[#24766] Wednesday, August 18, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
diket

Total Points: 167
Total Questions: 124
Total Answers: 109

Location: Somalia
Member since Wed, Mar 15, 2023
1 Year ago
;