Voilà j'ai téléchargé la dernière version 1.5.2 de Kile parce qu'il paraît qu'un bug qui me gênait a été corrigé dans cette version. Seul petit hic, pas moyen de la compiler. Le ./configure marche bien par contre make me donne
Code :
- make all-recursive
- make[1]: Entering directory `/home/goon/kile-1.5.2a'
- Making all in kile
- make[2]: Entering directory `/home/goon/kile-1.5.2a/kile'
- Making all in kile
- make[3]: Entering directory `/home/goon/kile-1.5.2a/kile/kile'
- Making all in pics
- make[4]: Entering directory `/home/goon/kile-1.5.2a/kile/kile/pics'
- make[4]: Rien à faire pour « all ».
- make[4]: Leaving directory `/home/goon/kile-1.5.2a/kile/kile/pics'
- Making all in symbols
- make[4]: Entering directory `/home/goon/kile-1.5.2a/kile/kile/symbols'
- make[4]: Rien à faire pour « all ».
- make[4]: Leaving directory `/home/goon/kile-1.5.2a/kile/kile/symbols'
- Making all in gfe
- make[4]: Entering directory `/home/goon/kile-1.5.2a/kile/kile/gfe'
- if g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I/usr/include/kde -I/usr/share/qt3/include -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -MT ticsOpData.o -MD -MP -MF ".deps/ticsOpData.Tpo" \
- -c -o ticsOpData.o `test -f 'ticsOpData.cpp' || echo './'`ticsOpData.cpp; \
- then mv ".deps/ticsOpData.Tpo" ".deps/ticsOpData.Po"; \
- else rm -f ".deps/ticsOpData.Tpo"; exit 1; \
- fi
- Dans le fichier inclus à partir de ticsOpData.cpp:26:
- ticsOpData.h:29:21: qtabdlg.h : Aucun fichier ou répertoire de ce type
- ticsOpData.h:30:20: qlined.h : Aucun fichier ou répertoire de ce type
- ticsOpData.h:31:22: qradiobt.h : Aucun fichier ou répertoire de ce type
- ticsOpData.h:32:20: qcombo.h : Aucun fichier ou répertoire de ce type
- In file included from ticsOpData.cpp:26:
- ticsOpData.h:35: error: erreur d'analyse syntaxique before `{' token
|
La suite c'est le même genre d'erreur. Quelqu'un peut m'aider ?
Je suis sous Debian Sid, avec les packages kde-devel et g++ installés.