News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Starting Code Blocks

Started by malcolm, October 10, 2008, 05:04:28 PM

Previous topic - Next topic

malcolm

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

Jenna

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.

malcolm

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

Barking_Mad

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

malcolm

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

Barking_Mad

#5
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?
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

Jenna

Quote from: malcolm 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

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 ?