Hello,
When I follow the tutorials for compiling a project with CodeBlock and SFML, I get the following error:
sh: 1: /media/jessie/72387B5E387B2071/Project/sfml test/bin/Debug/sfml test: Permission denied
Process returned 126 (0x7E) execution time : 0.004 s
Press ENTER to continue.
I have checked and effectively sfml test is not executable, here the result of ls -l command:
ls -l
total 84
-rw------- 1 jessie jessie 84840 Sep 7 12:09 sfml test
I have tried to use the chmod command to make it executable but it isn't working ( I don't get any error, and I am able to make other files executable with chmod ). I have also tried to make it executable through the gui but it didn't work either.
I have also tried to compile it by following the command line tutorial, and I have got the same problem.
Can anyone help me out with this problem?
Thanks