C'est bien le seul truc que je lui reproche, parce qu'il met par ordre alphabétique, et on se retrouve avec un brassage de source, headers, données etc...

Si quelqu'un a un truc, je suis preneur.

[root@mars katefiletree]# make Makefile:857: warning: overriding commands for target `clean-bcheck' Makefile:820: warning: ignoring old commands for target `clean-bcheck' Makefile:862: warning: overriding commands for target `bcheck-am' Makefile:825: warning: ignoring old commands for target `bcheck-am' cd . && make -f admin/Makefile.common configure.in ; make[1]: Entering directory `/home/Martial/Desktop/katefiletree' *** Creating configure.files make[1]: Leaving directory `/home/Martial/Desktop/katefiletree' cd . && /bin/sh /home/Martial/Desktop/katefiletree/admin/missing --run aclocal-1.9 /home/Martial/Desktop/katefiletree/admin/missing: line 52: aclocal-1.9: command not found WARNING: `aclocal-1.9' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && /bin/sh /home/Martial/Desktop/katefiletree/admin/missing --run automake-1.9 --gnu /home/Martial/Desktop/katefiletree/admin/missing: line 52: automake-1.9: command not found WARNING: `automake-1.9' is missing on your system. You should only need it if you modified `Makefile.am', `acinclude.m4' or `configure.in'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && perl admin/am_edit cd . && perl admin/am_edit Makefile.in cd . && rm -f configure cd . && make -f admin/Makefile.common configure make[1]: Entering directory `/home/Martial/Desktop/katefiletree' configure.in:43: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:48: error: possibly undefined macro: AM_CONFIG_HEADER configure.in:51: error: possibly undefined macro: AC_CHECK_COMPILERS configure.in:52: error: possibly undefined macro: AC_ENABLE_SHARED configure.in:53: error: possibly undefined macro: AC_ENABLE_STATIC configure.in:58: error: possibly undefined macro: AM_KDE_WITH_NLS configure.in:61: error: possibly undefined macro: AC_PATH_KDE configure.in:70: error: possibly undefined macro: AC_CHECK_KDEMAXPATHLEN make[1]: *** [configure] Error 1 make[1]: Leaving directory `/home/Martial/Desktop/katefiletree' make: *** [configure] Error 2
[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]#
[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 mv -f .deps/mytree.Tpo .deps/mytree.Plo /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 plugin_katefiletree.lo -MD -MP -MF .deps/plugin_katefiletree.Tpo -c -o plugin_katefiletree.lo plugin_katefiletree.cpp plugin_katefiletree.cpp:159:35: error: plugin_katefiletree.moc: No such file or directory make[2]: *** [plugin_katefiletree.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
Folco (./16) :
qsmldtkjazitjgnazejgrna j'ai des erreurs de décompression pourles deux archives (KDE 3.x) en utilisant ark, quelle est la ligne magique en ligne de commande ? (l'option -qsdfjklhqsdf, je m'en souviens plus par coeur...)