9Fermer11
FarewellLe 02/11/2008 à 21:01
Bon, j'ai donc fait un autoreconf, et j'ai changé le numéro de version codé en dur dans le Makefile. Ca a l'air de mieux se passer à ce niveau, mais maintenant j'ai ça :
[root@mars katefiletree]# make
make  all-recursive
make[1]: Entering directory `/home/Martial/Desktop/katefiletree'
Making all in doc
make[2]: Entering directory `/home/Martial/Desktop/katefiletree/doc'
make[3]: Entering directory `/home/Martial/Desktop/katefiletree/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/Martial/Desktop/katefiletree/doc'
make[2]: Leaving directory `/home/Martial/Desktop/katefiletree/doc'
Making all in po
make[2]: Entering directory `/home/Martial/Desktop/katefiletree/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Martial/Desktop/katefiletree/po'
Making all in src
make[2]: Entering directory `/home/Martial/Desktop/katefiletree/src'
/bin/sh ../libtool --silent --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/kde -I/usr/lib/qt-3.3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -MT mytree.lo -MD -MP -MF .deps/mytree.Tpo -c -o mytree.lo mytree.cpp
mytree.cpp:429:22: error: mytree.moc: No such file or directory
mytree.cpp:429:22: warning: no newline at end of file
mytree.cpp: In constructor 'MyTree::MyTree(QWidget*, const char*)':
mytree.cpp:94: warning: format not a string literal and no format arguments
mytree.cpp: At global scope:
mytree.cpp:102: warning: unused parameter 'item'
mytree.cpp:108: warning: unused parameter 'item'
mytree.cpp: In member function 'void MyTree::requestContextMenu(KListView*, QListViewItem*, const QPoint&)':
mytree.cpp:175: warning: format not a string literal and no format arguments
mytree.cpp: At global scope:
mytree.cpp:169: warning: unused parameter 'l'
mytree.cpp: In member function 'void MyTree::removeBookmark()':
mytree.cpp:199: warning: format not a string literal and no format arguments
mytree.cpp: In member function 'void MyTree::addBookmark()':
mytree.cpp:210: warning: format not a string literal and no format arguments
mytree.cpp: In member function 'void MyTree::gotoBookmark()':
mytree.cpp:219: warning: format not a string literal and no format arguments
mytree.cpp: In member function 'void MyTree::requestSync()':
mytree.cpp:239: warning: format not a string literal and no format arguments
mytree.cpp:251: warning: format not a string literal and no format arguments
mytree.cpp:254: warning: format not a string literal and no format arguments
mytree.cpp:257: warning: format not a string literal and no format arguments
mytree.cpp:272: warning: format not a string literal and no format arguments
mytree.cpp: In member function 'void MyTree::startTranversing(KFileTreeBranch*)':
mytree.cpp:295: warning: format not a string literal and no format arguments
mytree.cpp: In member function 'void MyTree::openNextDir(KFileTreeViewItem*)':
mytree.cpp:324: warning: format not a string literal and no format arguments
mytree.cpp:328: warning: format not a string literal and no format arguments
mytree.cpp:331: warning: format not a string literal and no format arguments
mytree.cpp:333: warning: format not a string literal and no format arguments
mytree.cpp:334: warning: format not a string literal and no format arguments
mytree.cpp:342: warning: format not a string literal and no format arguments
mytree.cpp:351: warning: format not a string literal and no format arguments
mytree.cpp:362: warning: format not a string literal and no format arguments
mytree.cpp:365: warning: format not a string literal and no format arguments
mytree.cpp: In member function 'void MyTree::makeVisible(KFileTreeViewItem*)':
mytree.cpp:382: warning: format not a string literal and no format arguments
mytree.cpp: In member function 'void MyTree::initBookmarkMenu(QPopupMenu*)':
mytree.cpp:414: warning: unused variable 'i'
make[2]: *** [mytree.lo] Error 1
make[2]: Leaving directory `/home/Martial/Desktop/katefiletree/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Martial/Desktop/katefiletree'
make: *** [all] Error 2
[root@mars katefiletree]#

[nosmile]
J'ai installé le paquet devel de kdebase, parce que Kate provient de là si je ne m'abuse. Rien n'y fait, ça devait pas être ça ..