Hello everyone,
I run linux mint 17.3 and code::block 16.01 natively build from sources.
After linux mint updatìng - or maybe this is what I suspect - the execution consolle for a command line project hang after executing the executable.
I disinstalled it via make uninstal.
So I downloaded the windows binary install version of C::B 16.01 and got successfully running via wine - the windows emulator.
Now a problem appears. The shell consolle does'n load. This is the output I get if I try to execute the Hello World default project:
Checking for existence: Z:\home\alessandro\Documenti\ProgC\Mingw-compile-folder\Hello World\bin\Debug\Hello World.exe
Executing: "C:\Program Files\CodeBlocks/cb_console_runner.exe" "Z:\home\alessandro\Documenti\ProgC\Mingw-compile-folder\Hello World\bin\Debug\Hello World.exe" (in Z:\home\alessandro\Documenti\ProgC\Mingw-compile-folder\Hello World\.)
Process terminated with status 0 (0 minute(s), 0 second(s))
The problem seems to be the cb_console_runner.exe that does'n start
Now I ask if there is a way to change the default consolle maybe using some from the OS (linux)
Thanks in advance,
Alessandro