Code::Blocks Forums

User forums => Help => Topic started by: vysero on July 20, 2018, 11:31:02 pm

Title: Trying CodeBlocks for the fisr time; freezing issues.
Post by: vysero on July 20, 2018, 11:31:02 pm
System: Ubuntu 16.04

I recently installed C::B via: sudo apt install codeblocks and everything seemed to have gone fine. I have used this program before on a windows machine without any problems. Anyways, for some reason windows that I open randomly freeze. For instance, if I create a new file and attempt to save it I am presented with a semi-blank window. I say semi-blank because it shows the x for close file and square to maximize (which dont work) and it says Save File; also the scroll bar sticks around but doesn't work.
Title: Re: Trying CodeBlocks for the fisr time; freezing issues.
Post by: oBFusCATed on July 21, 2018, 12:42:20 am
Most probably you're using version 16.01 and not 17.12.
Switch to 17.12 and most probably the problems would go away.
Title: Re: Trying CodeBlocks for the fisr time; freezing issues.
Post by: stahta01 on July 21, 2018, 01:15:34 am
Most probably you're using version 16.01 and not 17.12.
Switch to 17.12 and most probably the problems would go away.

https://packages.ubuntu.com/xenial/devel/codeblocks (https://packages.ubuntu.com/xenial/devel/codeblocks) It shows codeblocks version 13.12

Tim S.
Title: Re: Trying CodeBlocks for the fisr time; freezing issues.
Post by: vysero on July 25, 2018, 05:34:33 pm
I am sorry that it took so long for me to reply, I have been on vacation. So apparently, I downloaded version 13 of C::B. Is there a way to update to the latest version from the terminal?
Title: Re: Trying CodeBlocks for the fisr time; freezing issues.
Post by: oBFusCATed on July 25, 2018, 07:26:24 pm
We provide packages for some of the ubuntu versions. Check the download section if there is for yours. If not you have to build from source. It is not hard.

See here for the two important commands: https://github.com/obfuscated/codeblocks_sf/blob/master/.travis.yml (at the end of the file, ./bootstrap and dpkg-buildpackage -us -uc).
The file also list all the dependencies you must have.