Codeblocks compiles (linux operating system Mint) but does not show on screen

Asked

Viewed 538 times

-1

People installed Codeblocks on Linux Mint and so it opens perfectly you make the program it compiles beauty (If you have errors it shows), however, it does not open the interactive screen (sorry for this interactive screen, because, I do not know her name) I’ve uninstalled and installed in other ways but it doesn’t work, I downloaded with compiler and comes with GNU GCC if I’m not mistaken that’s right, what I can do to fix this error?

  • Are you talking about the terminal ? You have already set up the terminal that codeblocks should use ?

  • I’m not new to linux, I used windows, so now that I did dual boot on my pc is my first experience with linux I set up Mint as I set up?

2 answers

0


You have already installed GCC ? if you are not, or if you do not know if you already have it, write in the terminal the following! sudo apt-get install build-Essential

  • Fera I went to the terminal and wrote in the terminal sudo apt-get install build-Essential, then the terminal downloaded the items there but the ide is still with msm problem I am new in linux, I downloaded the visual code, eclipse and updated python and everything worked out just the codeblocks gave this problem you think it’s good to uninstall and install again? Appears on the screen after F9 It seems that this project has not been built yet. Do you want to build it now? Then yes grip but returns the same window

0

The interactive screen you speak of is the terminal, and you indicate that it should not be configured in your Codeblocks.

To define which terminal to launch in Codeblocks you must go to the menu:

Settings > Environment

That shows you the following:

inserir a descrição da imagem aqui

In the option Terminal to launch console programs you configure which terminal to launch to run your programs. Only those installed on your system will appear on that dropdown. But if you are running linux Mint already has at least the default terminal which is GNOME-terminal. Anyway you can install any other that you want to use in Codeblocks.

  • Thank you!!! That’s right! Tava xterm -T$TITLE -e no Terminal to Launch console Programs there I arranged gnome-terminal -t $TITLE -x and it worked

  • @Wesleydornelasoliveira xterm is another terminal. Both resolve doing as you did to switch to the gnome-terminal as well as installing itself xterm with sudo apt-get install xterm.

  • Beauty beast I’ll download later

Browser other questions tagged

You are not signed in. Login or sign up in order to post.