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
OpenSuse 11.2 64-bit
-
- CodeLite Enthusiast
- Posts: 18
- Joined: Mon Apr 05, 2010 9:26 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
-
- CodeLite Enthusiast
- Posts: 29
- Joined: Tue Jun 15, 2010 7:25 am
- Genuine User: Yes
- IDE Question: C++
- Location: Russia, Omsk
- Contact:
-
- 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
Tried that and it failed all sorts of dependencies.midisa wrote:Look at this page:
http://sourceforge.net/projects/codelite/files/
Example: http://sourceforge.net/projects/codelit ... m/download
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: OpenSuse 11.2 64-bit
Try contacting DavidGH on this forum - he is the one building and packaging the FC / OpenSUSE packages so he might be helpful
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- 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
Sorry, how do I contact DavidGH?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
David.... if you are reading, please help!
/Why Tea
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: OpenSuse 11.2 64-bit
Hi,
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
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).Just wonder if there is a *complete* package so that I don't have to manually fix
up the dependencies.
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
-
- 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
Thanks David. After installing wxgtk-devel, I managed to install the OpenSuSE RPM package of CodeLite.DavidGH wrote:Hi,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).Just wonder if there is a *complete* package so that I don't have to manually fix
up the dependencies.
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
/Why tea