H
H
haa2015-10-06 19:45:16
C++ / C#
haa, 2015-10-06 19:45:16

How to fix error 127 in Geany?

Good evening!
When starting the program, it gives an error 127 ./geany_run_script.sh: 5: ./geany_run_script.sh: ./q: not found

#include <iostream>
#include <stdio.h>
 
using namespace std;
int main(){
    cout << "Test\n\n" << endl;
    return 0;
}

suggested to change permissions
In the terminal do: chmod +rx geany_run_script_9K6L3X.sh
Then: ./geany_run_script_9K6L3X.sh
but there is no such file geany_run_script_9K6L3X.sh.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Tlito, 2015-10-06
@haa

save the code in 1.cpp
compile:
run:
if there is no compiler, put:
sudo apt-get install g++

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question