Author Topic: Help to install Code::Blocks on Linux Mint  (Read 4425 times)

Offline Mungo1981

  • Single posting newcomer
  • *
  • Posts: 4
Help to install Code::Blocks on Linux Mint
« on: July 29, 2018, 03:06:59 pm »
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
 >:(  :-[ :'(

Online stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Mungo1981

  • Single posting newcomer
  • *
  • Posts: 4
Re: Help to install Code::Blocks on Linux Mint
« Reply #2 on: July 29, 2018, 07:23:54 pm »
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))
 

Offline Mungo1981

  • Single posting newcomer
  • *
  • Posts: 4
Re: Help to install Code::Blocks on Linux Mint
« Reply #3 on: July 29, 2018, 07:46:05 pm »
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 ??? :-\

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Help to install Code::Blocks on Linux Mint
« Reply #4 on: July 29, 2018, 08:24:58 pm »
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!]