News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Help to install Code::Blocks on Linux Mint

Started by Mungo1981, July 29, 2018, 03:06:59 PM

Previous topic - Next topic

Mungo1981

Dear Community,
I have seen that it would give a Simple Install Webpage to install this IDE on Linux Mint.
And so I would have install it.
But when I would "build and run" a simple "Hello World" Programm, which would run through GCC, it would not work.
So my problem is: How can I fix this Problem
>:(  :-[ :'(

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Mungo1981

Execuse me,
but I have tried to use a C Code "Hello World" from http://www.c-howto.de/tutorial/einfuehrung/hello-world/
And it will compile and link with gcc.
Also I have set default compiller and Project Compiler to gcc.
And It wouldn't compile
The Error is:

-------------- Run: Debug in Tast (compiler: GNU GCC Compiler)---------------

Checking for existence: /home/oem/MeinTestC/Tast/bin/Debug/Tast
Executing: xterm -T Tast -e /usr/bin/cb_console_runner LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. /home/oem/MeinTestC/Tast/bin/Debug/Tast  (in /home/oem/MeinTestC/Tast/.)
Process terminated with status -1 (0 minute(s), 0 second(s))

Mungo1981

VERRY ESCUSE ME::
I have to install xterm as first.
I'm a litle bit stupid but I have think that in a Installation Script - presentet on a Linux Mint Homepage - this dependencie would solved automaticly.
So I have install xterm, and new all will work perfect-

:D >:( :( :o ??? :-\

oBFusCATed

If you don't like xterm you could select another terminal in the settings -> environment -> general
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]