User forums > Help
Unable to reinstall codeblocks linux
astrapi:
Hello everybody, I'm a new (not new new but enough to have always some problems) comer on linux, and new
in c++ and new in codeblocks....
I had codeblocks, it worked very well, no problem I was really happy. I installed SFGUI and see that everything
is a shared_ptr, and my codeblocks autocompletion didn't complete them, so it was a bit unpleasant to program.
So I tryed to install clang complete plugin (try to compile it into codeblocks like it has to be) and I never could it right.
SO, I presume that maybe it was beacause I installed manually codeblocks (the last built version svn...).
(because the probleme seems to come from a Compile.h header in which a Method has been delete after an upgrade I think... I'm sorry i'm not clear...)
You can see that I was not the master of my computer anymore. So I delete everything
sudo apt-get remove --purge codeblocks*
I put in my sources.list
deb [arch=amd64,i386] https://apt.jenslody.de/testing stretch main
deb-src https://apt.jenslody.de/testing stretch main
And try
apt-get install codeblocks
PROBLEM !
Les paquets suivants contiennent des dépendances non satisfaites :
codeblocks : Dépend: libcodeblocks0 (= 16.01svn10794-1) mais ne sera pas installé
Dépend: libwxbase3.0-0v5 (>= 3.0.2+dfsg) mais il n'est pas installable
Dépend: libwxgtk3.0-0v5 (>= 3.0.2+dfsg) mais il n'est pas installable
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
(sorry it's in french...)
I'm sure that it is stupid problem but I've passed too many hours trying to do it right....
Thanks for your help
(please don't shoot me if it's not in the good section, or completely stupid... I try my best :-\ )
stahta01:
Do you have package "libwxgtk3.0-dev" from the normal Debian Repo installed?
If no, install it.
If yes, what version number?
Tim S.
astrapi:
Thank you for you reply :)
Yes it was, but I remove it (i thought maybe it was the cause), I install it again (on your recommendation), so
now it's libwxgtk3.0-dev (3.0..0-2)
I try again to install codeblocks but same error occurs...
Jenna:
What version of Debian do you use ?
Testing has libwxgtk3.0-0v5 (3.0.2+dfsg-1.3).
And no, you don't need libwxgtk3.0-dev unless you want to develop with wxWidgets 3.0.2 yourselve.
stahta01:
--- Quote from: jens on March 18, 2016, 07:37:52 pm ---What version of Debian do you use ?
Testing has libwxgtk3.0-0v5 (3.0.2+dfsg-1.3).
And no, you don't need libwxgtk3.0-dev unless you want to develop with wxWidgets 3.0.2 yourselve.
--- End quote ---
This is what I have; no idea what the OP has.
wxWidgets Debian stretch info.txt
libwxgtk3.0-0v5 wxWidgets Cross-platform C++ GUI toolkit (GTK+ runtime)
version 3.0.2+dfsg-1.3
libwxgtk3.0-dev wxWidgets Cross-platform C++ GUI toolkit (GTK+ development)
version 3.0.2+dfsg-1.3
uname -a
Linux debian 4.3.0-1-amd64 #1 SMP Debian 4.3.5-1 (2016-02-06) x86_64 GNU/Linux
https://packages.debian.org/stretch/libwxgtk3.0-0v5
Tim S.
Navigation
[0] Message Index
[#] Next page
Go to full version