Le Samedi 14 Octobre 2006 10:46, Pierre Lo Cicero a écrit :
> Alors :
> 1) en console bunzip2 kile-1.9.2.tar.bz2
> 2) en console tar -xf kile-1.9.2.tar
>
> Et tu te retrouve avec un répertoire kile-1.9.2/ et plein de fichier
>
> 3) en console cd kile-1.9.2 pour aller dans ce répertoire
> 4) en console tu lance le script de config : ./configure --prefix=/usr
> 5) S'il ne te met aucun message d'erreur tu tape en console : make
> 6) tu attends qu'il aie fini de compiler et ensuite tu te met en root en
> console et tu fais :
>
> make install.
Vous m'avez donné envie d'essayer, toutes les étapes se sont déroulées sans pb
sauf le "make install" en root qui se termine avec des erreurs mais je ne
sais pas quoi en penser voici la fin du message:
merci d'avance
BV
In file included from kiletoolconfigwidget.h:21,
from kileconfigdialog.cpp:34:
/usr/include/keditlistbox.h:61: error: declaration does not declare anything
/usr/include/keditlistbox.h:61: error: syntax error before `)' token
/usr/include/keditlistbox.h:63: error: missing ';' before right brace
/usr/include/keditlistbox.h: In member function `KEditListBox::CustomEditor
KEditListBox::CustomEditor(QWidget*, KLineEdit*)':
/usr/include/keditlistbox.h:65: error: only constructors take base
initializers
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:88: error: syntax error before `public'
/usr/include/keditlistbox.h:95: error: `Add' was not declared in this scope
/usr/include/keditlistbox.h:95: error: `Remove' was not declared in this scope
/usr/include/keditlistbox.h:95: error: `UpDown' was not declared in this scope
/usr/include/keditlistbox.h:95: error: enumerator value for `All' not integer
constant
/usr/include/keditlistbox.h:109: error: syntax error before `*' token
/usr/include/keditlistbox.h:117: error: syntax error before `const'
/usr/include/keditlistbox.h:133: error: syntax error before `const'
/usr/include/keditlistbox.h:138: error: destructors must be member functions
/usr/include/keditlistbox.h:138: error: virtual outside class declaration
/usr/include/keditlistbox.h:143: error: non-member function `QListBox*
listBox()' cannot have `const' method qualifier
/usr/include/keditlistbox.h: In function `QListBox* listBox()':
/usr/include/keditlistbox.h:143: error: `m_listBox' undeclared (first use this
function)
/usr/include/keditlistbox.h:143: error: (Each undeclared identifier is
reported only once for each function it appears in.)
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:147: error: non-member function `KLineEdit*
lineEdit()' cannot have `const' method qualifier
/usr/include/keditlistbox.h: In function `KLineEdit* lineEdit()':
/usr/include/keditlistbox.h:147: error: `m_lineEdit' undeclared (first use
this function)
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:151: error: non-member function `QPushButton*
addButton()' cannot have `const' method qualifier
/usr/include/keditlistbox.h: In function `QPushButton* addButton()':
/usr/include/keditlistbox.h:151: error: `servNewButton' undeclared (first use
this function)
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:155: error: non-member function `QPushButton*
removeButton()' cannot have `const' method qualifier
/usr/include/keditlistbox.h: In function `QPushButton* removeButton()':
/usr/include/keditlistbox.h:155: error: `servRemoveButton' undeclared (first
use this function)
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:159: error: non-member function `QPushButton*
upButton()' cannot have `const' method qualifier
/usr/include/keditlistbox.h: In function `QPushButton* upButton()':
/usr/include/keditlistbox.h:159: error: `servUpButton' undeclared (first use
this function)
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:163: error: non-member function `QPushButton*
downButton()' cannot have `const' method qualifier
/usr/include/keditlistbox.h: In function `QPushButton* downButton()':
/usr/include/keditlistbox.h:163: error: `servDownButton' undeclared (first use
this function)
/usr/include/keditlistbox.h: At global scope:
/usr/include/keditlistbox.h:168: error: non-member function `int count()'
cannot have `const' method qualifier
/usr/include/keditlistbox.h:196: error: non-member function `QString
text(int)' cannot have `const' method qualifier
/usr/include/keditlistbox.h:200: error: non-member function `int
currentItem()' cannot have `const' method qualifier
/usr/include/keditlistbox.h:204: error: non-member function `QString
currentText()' cannot have `const' method qualifier
/usr/include/keditlistbox.h:209: error: non-member function `QStringList
items()' cannot have `const' method qualifier
/usr/include/keditlistbox.h:221: error: non-member function `int buttons()'
cannot have `const' method qualifier
/usr/include/keditlistbox.h:228: error: syntax error before `protected'
/usr/include/keditlistbox.h:245: error: syntax error before `protected'
/usr/include/keditlistbox.h:254: error: syntax error before `private'
/usr/include/keditlistbox.h:256: error: `QPushButton*servUpButton' used prior
to declaration
/usr/include/keditlistbox.h:256: error: `QPushButton*servDownButton' used
prior to declaration
/usr/include/keditlistbox.h:257: error: `QPushButton*servNewButton' used prior
to declaration
/usr/include/keditlistbox.h:257: error: `QPushButton*servRemoveButton' used
prior to declaration
/usr/include/keditlistbox.h:258: error: `KLineEdit*m_lineEdit' used prior to
declaration
/usr/include/keditlistbox.h:264: error: syntax error before `protected'
make[3]: *** [kileconfigdialog.o] Erreur 1
make[3]: Leaving directory `/amoi/softs/kile-1.9.2/src/kile'
make[2]: *** [install-recursive] Erreur 1
make[2]: Leaving directory `/amoi/softs/kile-1.9.2/src/kile'
make[1]: *** [install-recursive] Erreur 1
make[1]: Leaving directory `/amoi/softs/kile-1.9.2/src'
make: *** [install-recursive] Erreur 1
--
Les Bestioles en WouaB:
http://www.bertrand.vuarnesson.com/
=========================================
Vous souhaitez acquerir votre Pack ou des Services Mandriva?
Rendez-vous sur "http://store.mandriva.com".
Rejoignez le club mandrake : http://www.mandrivaclub.com
=========================================