Hi,
I'm currently trying to install codelite on an Asus EEE PC with the defaut OS (xandros).
I've downloaded the Unbuntu/debian paquet, right clic on it and install it but it returns the following error :
"Unable to install this pakagt codelite.deb. Check your installation and try again"
Any help ? thx.
First thread, first problem
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Feb 08, 2008 7:59 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: First thread, first problem
The package was built on Ubuntu 7.10, Intel 32 bit.
I just downloaded it and installed it - with no problems.
Can you try and install it from command line by typing?
Paste here any errors you get.
In general, CodeLite requires some packages to be installed *before* installing it:
libwxgtk2.8-0 and libgtk2.0-0
They are both available in the Ubuntu official repositories.
Eran
I just downloaded it and installed it - with no problems.
Can you try and install it from command line by typing?
Code: Select all
sudo dpkg -i codelite-rev1073_i386.deb
In general, CodeLite requires some packages to be installed *before* installing it:
libwxgtk2.8-0 and libgtk2.0-0
They are both available in the Ubuntu official repositories.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Fri Feb 08, 2008 7:59 pm
- Contact:
Re: First thread, first problem
Looks like the error is coming from libwxgtk2.8-0 who isn't installed. Is this thing compatible with debian ? Because I can find a 2.6 version installed but the 2.8.0 isn't installable (in sudo synaptic)
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: First thread, first problem
Well, it is compatible with Ubuntu 7.10 Gutsy Gibbon, dont know about debian.
You can always try and build it from sources - the build process is rather simple.
have a look here for further details:
http://codelite.org/wiki/pmwiki.php?n=L ... r.Download
or If you encounter any other problems, post them here, and I will see what can I do to help you
Eran
You can always try and build it from sources - the build process is rather simple.
have a look here for further details:
http://codelite.org/wiki/pmwiki.php?n=L ... r.Download
or If you encounter any other problems, post them here, and I will see what can I do to help you
Eran
Make sure you have read the HOW TO POST thread