Page 1 of 1

OpenSuse 11.2 64-bit

Posted: Tue Jun 15, 2010 11:56 am
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

Re: OpenSuse 11.2 64-bit

Posted: Tue Jun 15, 2010 11:59 am
by midisa

Re: OpenSuse 11.2 64-bit

Posted: Tue Jun 15, 2010 12:21 pm
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.

Re: OpenSuse 11.2 64-bit

Posted: Tue Jun 15, 2010 12:51 pm
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

Re: OpenSuse 11.2 64-bit

Posted: Tue Jun 15, 2010 1:33 pm
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

Re: OpenSuse 11.2 64-bit

Posted: Tue Jun 15, 2010 1:52 pm
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

Re: OpenSuse 11.2 64-bit

Posted: Tue Jun 15, 2010 4:05 pm
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