News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Can't install Code::Blocks on Suse 10.1

Started by Leo.J90, May 31, 2006, 07:19:10 PM

Previous topic - Next topic

Leo.J90

Hi. I downloaded this file: http://ftp.gwdg.de/pub/linux/misc/suser-guru/rpm/packages/Editors/codeblocks/codeblocks-1.0_0.cvs.20051104-3.guru.suse100.i686.rpm

But, when i try to install it (with Gnome Console), it shows errors:
error: Failed dependencies:
        wxGTK >= 2.5.0 is needed by codeblocks-1.0_0.cvs.20051104-3.guru.suse100.i686
        libwx_baseu-2.6.so.0 is needed by codeblocks-1.0_0.cvs.20051104-3.guru.suse100.i686
        libwx_baseu_net-2.6.so.0 is needed by codeblocks-1.0_0.cvs.20051104-3.guru.suse100.i686
        libwx_baseu_xml-2.6.so.0 is needed by codeblocks-1.0_0.cvs.20051104-3.guru.suse100.i686
        libwx_gtk2u_adv-2.6.so.0 is needed by codeblocks-1.0_0.cvs.20051104-3.guru.suse100.i686
        libwx_gtk2u_core-2.6.so.0 is needed by codeblocks-1.0_0.cvs.20051104-3.guru.suse100.i686
        libwx_gtk2u_html-2.6.so.0 is needed by codeblocks-1.0_0.cvs.20051104-3.guru.suse100.i686
        libwx_gtk2u_qa-2.6.so.0 is needed by codeblocks-1.0_0.cvs.20051104-3.guru.suse100.i686
        libwx_gtk2u_xrc-2.6.so.0 is needed by codeblocks-1.0_0.cvs.20051104-3.guru.suse100.i686


What do i do? :(
"Don't think about the work, think about the benefit"

David Perfors

it looks like you don;t have wxGTK installed (or not installed correctly) or the package is not correct. As far as I know, this is not an official package of codeblocks. you can try a nigthly build... or build it you're self.
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Leo.J90

I tried to do it with YaST and it installed succesfully. Why with Gnome Console the installation failed?
"Don't think about the work, think about the benefit"

iw2nhl

#3
I have 2 answers (of course may be no one right :lol:)...
1)
YAST resolves automatically the missing dependences, while the command-line tool you used does not.
If, when you installed that RPM, yast downloaded other RPMs (or searched them in the installation CD/DVD/path) then probably this is the right answer.
2)
May be you falled in one the bugs of the new package managing system of suse.
If you go the "Most annoying bugs" section of the OpenSuse page:
http://en.opensuse.org/Bugs:Most_Annoying_Bugs
you'll see that 3 of them are related to it (and this page shows only the most important bugs).
It seems that the change to RedCarped brought a lot of troubles together with the new functionalities!
I hope they solve all that bugs rapidly...

Leo.J90

"Don't think about the work, think about the benefit"

iw2nhl

Notice that I updated my previous answer (I added idea #1 :)).

Leo.J90

Quote from: iw2nhl on June 01, 2006, 02:10:37 AM
Notice that I updated my previous answer (I added idea #1 :)).
Yes, I read it.

Thanks.:wink:
"Don't think about the work, think about the benefit"