OpenSuse 11.2 64-bit

CodeLite installation/troubleshooting forum
whytea
CodeLite Enthusiast
Posts: 18
Joined: Mon Apr 05, 2010 9:26 am
Genuine User: Yes
IDE Question: C++
Contact:

OpenSuse 11.2 64-bit

Post by whytea »

I don't seem to be able to find a complete CodeLite installation package. Does anyone know where to find one? The downloaded the rpm from SourceForge, but it failed the dependencies. Will appreciate any help and advice.

/Why Tea
midisa
CodeLite Enthusiast
Posts: 29
Joined: Tue Jun 15, 2010 7:25 am
Genuine User: Yes
IDE Question: C++
Location: Russia, Omsk
Contact:

Re: OpenSuse 11.2 64-bit

Post by midisa »

whytea
CodeLite Enthusiast
Posts: 18
Joined: Mon Apr 05, 2010 9:26 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: OpenSuse 11.2 64-bit

Post by whytea »

Tried that and it failed all sorts of dependencies.
error: Failed dependencies:
wxGTK is needed by codelite-2.5.3.4075-1.suse.x86_64
libwx_baseu-2.8.so.0()(64bit) is needed by codelite-2.5.3.4075-1.suse.x8
...

Just wonder if there is a *complete* package so that I don't have to manually fix
up the dependencies.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: OpenSuse 11.2 64-bit

Post by eranif »

Try contacting DavidGH on this forum - he is the one building and packaging the FC / OpenSUSE packages so he might be helpful

Eran
Make sure you have read the HOW TO POST thread
whytea
CodeLite Enthusiast
Posts: 18
Joined: Mon Apr 05, 2010 9:26 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: OpenSuse 11.2 64-bit

Post by whytea »

eranif wrote:Try contacting DavidGH on this forum - he is the one building and packaging the FC / OpenSUSE packages so he might be helpful

Eran
Sorry, how do I contact DavidGH?

David.... if you are reading, please help!

/Why Tea
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: OpenSuse 11.2 64-bit

Post by DavidGH »

Hi,
Just wonder if there is a *complete* package so that I don't have to manually fix
up the dependencies.
No. The whole point of package manager systems like rpm is that the package contains only the items special to that package. There's a separate rpm for wxGTK, wxgtk-dev, plus all the other requirements e.g. gtk2 (which are probably already installed on your system).

I've little recent openSUSE knowledge, but I expect there will be a way to make yast automatically install required dependencies of rpms like codelite that you've downloaded separately. If not, use yast to install the wxgtk-dev package and its dependencies (assuming that you want to build wx programs yourself; otherwise the rpm of wx runtime libraries will do).

Regards,

David
whytea
CodeLite Enthusiast
Posts: 18
Joined: Mon Apr 05, 2010 9:26 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: OpenSuse 11.2 64-bit

Post by whytea »

DavidGH wrote:Hi,
Just wonder if there is a *complete* package so that I don't have to manually fix
up the dependencies.
No. The whole point of package manager systems like rpm is that the package contains only the items special to that package. There's a separate rpm for wxGTK, wxgtk-dev, plus all the other requirements e.g. gtk2 (which are probably already installed on your system).

I've little recent openSUSE knowledge, but I expect there will be a way to make yast automatically install required dependencies of rpms like codelite that you've downloaded separately. If not, use yast to install the wxgtk-dev package and its dependencies (assuming that you want to build wx programs yourself; otherwise the rpm of wx runtime libraries will do).

Regards,

David
Thanks David. After installing wxgtk-devel, I managed to install the OpenSuSE RPM package of CodeLite.

/Why tea
Post Reply