Bonsoir
je suis débutant, je viens d'installer codeblocks.
à l’exécution, la console ne s'affiche pas.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9 #include <stdio.h> #include <stdlib.h> int main() { printf("Hello world!\n"); return 0; }
Build log:
Je suis sous ubuntu 20.04 64; Codeblocks 20.03
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 -------------- Build: Debug in couper3 (compiler: GNU GCC Compiler)--------------- Target is up to date. Nothing to be done (all items are up-to-date). -------------- Run: Debug in couper3 (compiler: GNU GCC Compiler)--------------- Checking for existence: /home/jonass/projests_C/couper3/bin/Debug/couper3 Set variable: LD_LIBRARY_PATH=.: Executing: xterm -T couper3 -e /usr/bin/cb_console_runner LD_LIBRARY_PATH=:. /home/jonass/projests_C/couper3/bin/Debug/couper3 (in /home/jonass/projests_C/couper3/.) Process terminated with status -1 (0 minute(s), 0 second(s)) -------------- Run: Debug in couper3 (compiler: GNU GCC Compiler)--------------- Checking for existence: /home/jonass/projests_C/couper3/bin/Debug/couper3 Set variable: LD_LIBRARY_PATH=.: Executing: xterm -T couper3 -e /usr/bin/cb_console_runner LD_LIBRARY_PATH=:. /home/jonass/projests_C/couper3/bin/Debug/couper3 (in /home/jonass/projests_C/couper3/.) Process terminated with status -1 (0 minute(s), 0 second(s))
Merci
Partager