Code::Blocks Forums

User forums => Help => Topic started by: Thor on February 20, 2008, 02:46:22 am

Title: Code::blocks nightly builds on ubuntu 7.10 - i386
Post by: Thor on February 20, 2008, 02:46:22 am
Hi,

install does not work.
error : libwxgtk2.8-0 (>=2.8.7) but 2.8.4.0-0ubuntu3 is to be installed.


Please , please , please How can I get the libwxgtk2.8-0 on ubuntu 7.10 ? 

I can only install CB v4439  without problem.

Title: Re: Code::blocks nightly builds on ubuntu 7.10 - i386
Post by: pasgui on February 20, 2008, 06:39:54 pm
Do you update wxWidgets with 2.8.7 ?

You can find howto http://lgp203.free.fr/spip/spip.php?article1&lang=en (http://lgp203.free.fr/spip/spip.php?article1&lang=en)

Regards, pasgui
Title: Re: Code::blocks nightly builds on ubuntu 7.10 - i386
Post by: LeRoi on February 21, 2008, 08:47:51 am
Hy

I have had the same problem with ubuntu geisty

I tried to manually update libwxgtk2.8-0, but I found that libpango1.0-0 was causing the problem (latest version in repository is 1.18.2 while 1.18.3 is needed)

But after some few "googling", I found that I have to enable updates  :lol:

So the solution is very simple:
System-->Administration-->Software Sources-->Updates-->check (Recommended updates) then OK

finally try again this command:

sudo apt-get install libcodeblocks0 codeblocks libwxsmithlib0 codeblocks-contrib

I hope this will help you, please let me now if you get any errors
Title: Re: Code::blocks nightly builds on ubuntu 7.10 - i386
Post by: Thor on February 21, 2008, 05:08:35 pm
Thanks !!!!!!

Now it wors fine.

solution :

1. Synaptic - install package : libgtk2.0-dev

2 build wxGTK :

http://twinforms.com/screencast/how_to_build_linux_wx/how_to_build_wx_ubuntu.html
or
http://wiki.wxformbuilder.org/Main/BuildWxWidgetsGTK
or
http://www.wxwidgets.org/wiki/index.php/Compiling_and_getting_started

3. Code::blocks :

http://lgp203.free.fr/spip/spip.php?article2


 :D Thank you for your time .