Author Topic: Can't install Code::Blocks on Suse 10.1  (Read 5824 times)

Offline Leo.J90

  • Multiple posting newcomer
  • *
  • Posts: 30
  • Programming & Reverse Engineering
Can't install Code::Blocks on Suse 10.1
« on: May 31, 2006, 07:19:10 pm »
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"

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: Can't install Code::Blocks on Suse 10.1
« Reply #1 on: May 31, 2006, 07:30:11 pm »
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

Offline Leo.J90

  • Multiple posting newcomer
  • *
  • Posts: 30
  • Programming & Reverse Engineering
Re: Can't install Code::Blocks on Suse 10.1
« Reply #2 on: May 31, 2006, 07:32:07 pm »
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"

Offline iw2nhl

  • Multiple posting newcomer
  • *
  • Posts: 116
  • BASIC, C, C++, Qt, bash
Re: Can't install Code::Blocks on Suse 10.1
« Reply #3 on: June 01, 2006, 02:01:22 am »
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...
« Last Edit: June 01, 2006, 02:08:17 am by iw2nhl »

Offline Leo.J90

  • Multiple posting newcomer
  • *
  • Posts: 30
  • Programming & Reverse Engineering
Re: Can't install Code::Blocks on Suse 10.1
« Reply #4 on: June 01, 2006, 02:06:44 am »
Oh, thanks. :wink:
"Don't think about the work, think about the benefit"

Offline iw2nhl

  • Multiple posting newcomer
  • *
  • Posts: 116
  • BASIC, C, C++, Qt, bash
Re: Can't install Code::Blocks on Suse 10.1
« Reply #5 on: June 01, 2006, 02:10:37 am »
Notice that I updated my previous answer (I added idea #1 :)).

Offline Leo.J90

  • Multiple posting newcomer
  • *
  • Posts: 30
  • Programming & Reverse Engineering
Re: Can't install Code::Blocks on Suse 10.1
« Reply #6 on: June 01, 2006, 02:12:20 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"