Please provide information that is relevant to the problem to help solve it.

Since you pasted the whole program we will assume C language.  What actions did 
you use to build the executable?  Does an executable with the same name as the 
source exist in the same directory?  The message you pasted above would suggest 
not "Directory or file doesnt exist.".

You mentioned clicking on the "Build" button, it is assumed you mean the 
toolbar button.  The message you received is from `make` which is the command 
it will run by default.  The message says you have no makefile, so that action 
did not build any executable.  If you have no makefile you need to select a 
different action for the toolbar button, such as the one to use the build menu 
"build" command, which by default builds an executable for the current document.



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1369#issuecomment-273771481

Reply via email to