#1 Le 16/09/2006, à 21:20
- Anthonyplay
Ou telecharger Codeblocks ?
Bonjour,
J'ai la version 6.06 de Kubuntu, et j'aimerais installer Codeblocks comme IDE , mais je ne trouve pas les packages debian ( tous les liens que j'ai trouvé sont morts) et l'installation avec à partir des sources en faisant configure/make/make install ne fonctionne pas.Pouvez-vous m'aider?
Merci
#2 Le 16/09/2006, à 23:43
- Leonux
Re : Ou telecharger Codeblocks ?
Je ne connais pas Codeblocks mais je peux peut-être t'aider pour l'installation...
Si on récapitule, tu as récupéré un fichier compressé et tu l'as décompressé dans ton répertoire, c'est ça ?
la première chose est d'ouvrir une console et de te rendre dans le répertoire décompressé..
Tu as déjà utilisé la ligne de commande ?
Debian Lenny, Opensuse 11, Zenwalk snapshot, Frugalware current.
Livre interactif en ligne sur Linux ICI
Hors ligne
#3 Le 17/09/2006, à 10:12
- Anthonyplay
Re : Ou telecharger Codeblocks ?
Donc j'ai telecharger les sources sur le site officiel ( http://www.codeblocks.org ),je décompresse et je vais dans le dossier contenant les sources.Je fais un ./configure et voici le message de la console:
bash: ./configure: Aucun fichier ou répertoire de ce type
Donc je ne vois pas quoi faire avec ces sources.Et j'ai les droits d'execution donc le probleme ne vient pas de la.
#4 Le 17/09/2006, à 11:02
- Leonux
Re : Ou telecharger Codeblocks ?
est ce qur tu as un fichier nommé bootstrap dans le répertoire ?
Dernière modification par Leonux (Le 17/09/2006, à 11:02)
Debian Lenny, Opensuse 11, Zenwalk snapshot, Frugalware current.
Livre interactif en ligne sur Linux ICI
Hors ligne
#5 Le 17/09/2006, à 11:59
- Leonux
Re : Ou telecharger Codeblocks ?
Il y a une sorte de tuto ici :
http://www.pabion.ouvaton.org/spip/article34.html
pour rendre executable le fichier bootstrap, je te conseille de taper dans une console :
chmod +x bootstrap
ça va plus vite
Dernière modification par Leonux (Le 17/09/2006, à 12:01)
Debian Lenny, Opensuse 11, Zenwalk snapshot, Frugalware current.
Livre interactif en ligne sur Linux ICI
Hors ligne
#6 Le 27/09/2006, à 13:59
- Anthonyplay
Re : Ou telecharger Codeblocks ?
Désolé pour le temsp de réponse.
Donc j'ai rendu bootstrap executable,mais voici le message d'erreur
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
aclocal:configure.in:61: warning: macro `AM_OPTIONS_WXCONFIG' not found in libra
ry
aclocal:configure.in:62: warning: macro `AM_PATH_WXCONFIG' not found in library
configure.in: installing `./install-sh'
configure.in: installing `./missing'
src/plugins/astyle/Makefile.am:10: Libtool library used but `LIBTOOL' is undefin
ed
src/plugins/astyle/Makefile.am:10:
src/plugins/astyle/Makefile.am:10: The usual way to define `LIBTOOL' is to add `
AC_PROG_LIBTOOL'
src/plugins/astyle/Makefile.am:10: to `configure.in' and run `aclocal' and `auto
conf' again.
src/plugins/astyle/Makefile.am: installing `./depcomp'
src/plugins/classwizard/Makefile.am:9: Libtool library used but `LIBTOOL' is und
efined
src/plugins/classwizard/Makefile.am:9:
src/plugins/classwizard/Makefile.am:9: The usual way to define `LIBTOOL' is to a
dd `AC_PROG_LIBTOOL'
src/plugins/classwizard/Makefile.am:9: to `configure.in' and run `aclocal' and ` autoconf' again.
src/plugins/codecompletion/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined
src/plugins/codecompletion/Makefile.am:9:
src/plugins/codecompletion/Makefile.am:9: The usual way to define `LIBTOOL' is t o add `AC_PROG_LIBTOOL'
src/plugins/codecompletion/Makefile.am:9: to `configure.in' and run `aclocal' an d `autoconf' again.
src/plugins/compilergcc/Makefile.am:12: Libtool library used but `LIBTOOL' is un defined
src/plugins/compilergcc/Makefile.am:12:
src/plugins/compilergcc/Makefile.am:12: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/compilergcc/Makefile.am:12: to `configure.in' and run `aclocal' and `autoconf' again.
src/plugins/compilergcc/depslib/src/Makefile.am:3: Libtool library used but `LIB TOOL' is undefined
src/plugins/compilergcc/depslib/src/Makefile.am:3:
src/plugins/compilergcc/depslib/src/Makefile.am:3: The usual way to define `LIBT OOL' is to add `AC_PROG_LIBTOOL'
src/plugins/compilergcc/depslib/src/Makefile.am:3: to `configure.in' and run `ac local' and `autoconf' again.
src/plugins/contrib/codestat/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined
src/plugins/contrib/codestat/Makefile.am:9:
src/plugins/contrib/codestat/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/contrib/codestat/Makefile.am:9: to `configure.in' and run `aclocal' and `autoconf' again.
src/plugins/contrib/profiler/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined
src/plugins/contrib/profiler/Makefile.am:9:
src/plugins/contrib/profiler/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/contrib/profiler/Makefile.am:9: to `configure.in' and run `aclocal' and `autoconf' again.
src/plugins/debuggergdb/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined
src/plugins/debuggergdb/Makefile.am:9:
src/plugins/debuggergdb/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/debuggergdb/Makefile.am:9: to `configure.in' and run `aclocal' and `autoconf' again.
src/plugins/defaultmimehandler/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined
src/plugins/defaultmimehandler/Makefile.am:9:
src/plugins/defaultmimehandler/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/defaultmimehandler/Makefile.am:9: to `configure.in' and run `aclocal' and `autoconf' again.
src/plugins/pluginwizard/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined
src/plugins/pluginwizard/Makefile.am:9:
src/plugins/pluginwizard/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/pluginwizard/Makefile.am:9: to `configure.in' and run `aclocal' and `autoconf' again.
src/plugins/todo/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined
src/plugins/todo/Makefile.am:9:
src/plugins/todo/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/todo/Makefile.am:9: to `configure.in' and run `aclocal' and `autoconf' again.
src/plugins/xpmanifest/Makefile.am:7: Libtool library used but `LIBTOOL' is undefined
src/plugins/xpmanifest/Makefile.am:7:
src/plugins/xpmanifest/Makefile.am:7: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/xpmanifest/Makefile.am:7: to `configure.in' and run `aclocal' and `autoconf' again.
src/sdk/Makefile.am:13: Libtool library used but `LIBTOOL' is undefined
src/sdk/Makefile.am:13:
src/sdk/Makefile.am:13: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/sdk/Makefile.am:13: to `configure.in' and run `aclocal' and `autoconf' again.
src/sdk/tinyxml/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
src/sdk/tinyxml/Makefile.am:3:
src/sdk/tinyxml/Makefile.am:3: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/sdk/tinyxml/Makefile.am:3: to `configure.in' and run `aclocal' and `autoconf' again.
src/sdk/wxscintilla/Makefile.am:8: Libtool library used but `LIBTOOL' is undefined
src/sdk/wxscintilla/Makefile.am:8:
src/sdk/wxscintilla/Makefile.am:8: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/sdk/wxscintilla/Makefile.am:8: to `configure.in' and run `aclocal' and `autoconf' again.
src/src/wxDockit/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
src/src/wxDockit/Makefile.am:3:
src/src/wxDockit/Makefile.am:3: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/src/wxDockit/Makefile.am:3: to `configure.in' and run `aclocal' and `autoconf' again.
Je suis biensur en root.Avez-vous une idée?
Merci
#7 Le 27/09/2006, à 14:25
- Anthonyplay
Re : Ou telecharger Codeblocks ?
Pardon je viens juste de remarquer la premiere ligne du message d'erreur precedent
You should update your `aclocal.m4' by running aclocal.
aclocal:configure.in:61: warning: macro AM_OPTIONS_WXCONFIG not found in libra
aclocal:configure.in:62: warning: macro `AM_PATH_WXCONFIG' not found in library
src/plugins/astyle/Makefile.am:10: Libtool library used but `LIBTOOL' is undefin ed
src/plugins/astyle/Makefile.am:10:
src/plugins/astyle/Makefile.am:10: The usual way to define `LIBTOOL' is to add ` AC_PROG_LIBTOOL'
src/plugins/astyle/Makefile.am:10: to `configure.in' and run `aclocal' and `auto conf' again.
src/plugins/classwizard/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined
src/plugins/classwizard/Makefile.am:9:
src/plugins/classwizard/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/classwizard/Makefile.am:9: to `configure.in' and run `aclocal' and `autoconf' again.
src/plugins/codecompletion/Makefile.am:9: Libtool library used but `LIBTOOL' is undefined
src/plugins/codecompletion/Makefile.am:9:
src/plugins/codecompletion/Makefile.am:9: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/codecompletion/Makefile.am:9: to `configure.in' and run `aclocal' and `autoconf' again.
(je ne remet pas l'intégralité du message d'erreur...il est pareil que celui du message au dessus je crois,juste el début change )
Apres je vais dans /usr/bin,je copie le ficheir aclocal dans le dossier de codeblocks,et en lançant codeblocks,voici le message d'erreur
aclocal: configure.in: 61: macro `AM_OPTIONS_WXCONFIG' not found in library
aclocal: configure.in: 62: macro `AM_PATH_WXCONFIG' not found in library
Voila..En éspérant avoir été assez clair
Merci
Hors ligne
#8 Le 28/09/2006, à 19:00
- Leonux
Re : Ou telecharger Codeblocks ?
Le gros problème quand tu compiles toi même un prog sont les dépendances ...
En fouinant un peu sur le web, j'en ai trouvé une qui est essentielle :
libwxgtk2.6-0
regarde si c'est installé sur ton système, le fichier libwxgtk2.6-dev pourrait également t'être utile ..
libwxgtk2.6-0 et libwxgtk2.6-dev sont disponibles dans les dépots, j'ai vérifié
Tiens moi au courant ...
Dernière modification par Leonux (Le 28/09/2006, à 19:03)
Debian Lenny, Opensuse 11, Zenwalk snapshot, Frugalware current.
Livre interactif en ligne sur Linux ICI
Hors ligne
#9 Le 09/10/2006, à 21:46
- Anthonyplay
Re : Ou telecharger Codeblocks ?
work 100 % , merci
Hors ligne