Author Topic: Trying CodeBlocks for the fisr time; freezing issues.  (Read 2856 times)

Offline vysero

  • Single posting newcomer
  • *
  • Posts: 2
Trying CodeBlocks for the fisr time; freezing issues.
« 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Trying CodeBlocks for the fisr time; freezing issues.
« Reply #1 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.
(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!]

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Trying CodeBlocks for the fisr time; freezing issues.
« Reply #2 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 It shows codeblocks version 13.12

Tim S.
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 vysero

  • Single posting newcomer
  • *
  • Posts: 2
Re: Trying CodeBlocks for the fisr time; freezing issues.
« Reply #3 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?

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Trying CodeBlocks for the fisr time; freezing issues.
« Reply #4 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.
(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!]