Quando executo "Build and Execute" a IDE faz o build mas nenhum terminal se abre, como acontece durante o curso. Na parte inferior na aba "Build" não são apontados erros:
/bin/sh -c 'make -j 4 -e -f Makefile'
----------Building project:[ forca - Debug ]----------
make[1]: Entering directory '/home/murilo/Documentos/projetoC++/forca/forca'
g++ -o ./Debug/forca @"forca.txt" -L.
make[1]: Leaving directory '/home/murilo/Documentos/projetoC++/forca/forca'
====0 errors, 0 warnings====
na aba "output", recebo:
/bin/sh -c 'make -j 4 -e -f Makefile'
----------Building project:[ forca - Debug ]----------
make[1]: Entering directory '/home/murilo/Documentos/projetoC++/forca/forca'
g++ -o ./Debug/forca @"forca.txt" -L.
make[1]: Leaving directory '/home/murilo/Documentos/projetoC++/forca/forca'
====0 errors, 0 warnings====
Obs: executanto pelo terminal, o programa roda normal.