Author Topic: Starting Code Blocks  (Read 4910 times)

Offline malcolm

  • Single posting newcomer
  • *
  • Posts: 3
Starting Code Blocks
« on: October 10, 2008, 05:04:28 pm »
Call me stupid or something , but i installed code blocks on ubuntu but hell im not a very experienced user and i dont know how to start it . and bugger me theres no help on this subject . so please if you can help me out with this matter ill be most grateful .

Regards

Malcolm

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Starting Code Blocks
« Reply #1 on: October 10, 2008, 06:39:40 pm »
That depends on the desktop you use.

You should have an application menu somewhere, with a submenu called development (or something like that). There should be a Code::Blocks entry. Just click on it and it starts.

YOu can also try to start a console window from inside xorg and type codeblocks at the commandline.

Offline malcolm

  • Single posting newcomer
  • *
  • Posts: 3
Re: Starting Code Blocks
« Reply #2 on: October 11, 2008, 07:34:55 am »
I checked the applications menu and there nothing .

I tried typing codeblocks in the consol and bash command not found .

I installed it in ubuntu and worrying about word-wrap on the command line would that be a problem ?

Regards

Malcolm

Offline Barking_Mad

  • Multiple posting newcomer
  • *
  • Posts: 47
Re: Starting Code Blocks
« Reply #3 on: October 11, 2008, 08:20:11 am »
Varify you have it installed.

at the terminal shell command try typing:

$ aptitude search codeblocks

and see if it list codeblocks as installed (+i), or check within the package manager for ubuntu.

Its most likley not correctly installed or installed at all if "codeblocks" doesnt work directly from the terminal.
WooF! WooF! - Ubuntu 8.10 & CB 5432 & GCC 4.3.2
To see the world in a grain of sand and heaven in a wild flower
To hold infinity in the palm of your hand and eternity in an hour - W.B

Offline malcolm

  • Single posting newcomer
  • *
  • Posts: 3
Re: Starting Code Blocks
« Reply #4 on: October 11, 2008, 02:10:59 pm »
Would this indicate it is installed :


sudo apt-get install build-essential gdb libwxgtk2.6-0 libwxgtk2.6-dev wx2.6-headers wx2.6-doc wx-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version.
gdb is already the newest version.
libwxgtk2.6-0 is already the newest version.
libwxgtk2.6-dev is already the newest version.
wx2.6-headers is already the newest version.
wx2.6-headers set to manually installed.
wx2.6-doc is already the newest version.
wx-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded

Offline Barking_Mad

  • Multiple posting newcomer
  • *
  • Posts: 47
Re: Starting Code Blocks
« Reply #5 on: October 12, 2008, 12:47:37 am »
No but that does show that many/all the depedencies are installed.

Also what version and from what source or repo are you installing from?
« Last Edit: October 12, 2008, 12:50:07 am by Barking_Mad »
WooF! WooF! - Ubuntu 8.10 & CB 5432 & GCC 4.3.2
To see the world in a grain of sand and heaven in a wild flower
To hold infinity in the palm of your hand and eternity in an hour - W.B

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Starting Code Blocks
« Reply #6 on: October 12, 2008, 01:05:13 am »
Would this indicate it is installed :


sudo apt-get install build-essential gdb libwxgtk2.6-0 libwxgtk2.6-dev wx2.6-headers wx2.6-doc wx-common
Reading package lists... Done
Building dependency tree      
Reading state information... Done
build-essential is already the newest version.
gdb is already the newest version.
libwxgtk2.6-0 is already the newest version.
libwxgtk2.6-dev is already the newest version.
wx2.6-headers is already the newest version.
wx2.6-headers set to manually installed.
wx2.6-doc is already the newest version.
wx-common is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded

I think wx2.6 is a little bit outdated. I din't know if there are recent Ubuntu-versions of C::B built against this.

Where did you install C::B from and how did you do that ?
Which version of Ubuntu do you use ?