Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
3595 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Logiciels

  [Kile] Problème de compilation

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[Kile] Problème de compilation

n°275644
Goon
Posté le 10-06-2003 à 17:56:00  profilanswer
 

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 :
  1. make  all-recursive
  2. make[1]: Entering directory `/home/goon/kile-1.5.2a'
  3. Making all in kile
  4. make[2]: Entering directory `/home/goon/kile-1.5.2a/kile'
  5. Making all in kile
  6. make[3]: Entering directory `/home/goon/kile-1.5.2a/kile/kile'
  7. Making all in pics
  8. make[4]: Entering directory `/home/goon/kile-1.5.2a/kile/kile/pics'
  9. make[4]: Rien à faire pour « all ».
  10. make[4]: Leaving directory `/home/goon/kile-1.5.2a/kile/kile/pics'
  11. Making all in symbols
  12. make[4]: Entering directory `/home/goon/kile-1.5.2a/kile/kile/symbols'
  13. make[4]: Rien à faire pour « all ».
  14. make[4]: Leaving directory `/home/goon/kile-1.5.2a/kile/kile/symbols'
  15. Making all in gfe
  16. make[4]: Entering directory `/home/goon/kile-1.5.2a/kile/kile/gfe'
  17. 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" \
  18.   -c -o ticsOpData.o `test -f 'ticsOpData.cpp' || echo './'`ticsOpData.cpp; \
  19. then mv ".deps/ticsOpData.Tpo" ".deps/ticsOpData.Po"; \
  20. else rm -f ".deps/ticsOpData.Tpo"; exit 1; \
  21. fi
  22. Dans le fichier inclus à partir de ticsOpData.cpp:26:
  23. ticsOpData.h:29:21: qtabdlg.h : Aucun fichier ou répertoire de ce type
  24. ticsOpData.h:30:20: qlined.h : Aucun fichier ou répertoire de ce type
  25. ticsOpData.h:31:22: qradiobt.h : Aucun fichier ou répertoire de ce type
  26. ticsOpData.h:32:20: qcombo.h : Aucun fichier ou répertoire de ce type
  27. In file included from ticsOpData.cpp:26:
  28. 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.

mood
Publicité
Posté le 10-06-2003 à 17:56:00  profilanswer
 

n°275646
Taz
bisounours-codeur
Posté le 10-06-2003 à 17:58:25  profilanswer
 

le ./configure à donné quoi?

n°275653
Goon
Posté le 10-06-2003 à 18:05:13  profilanswer
 

Voilà le configure (c'est long) :
 

Code :
  1. goon@MrJean:~/kile-1.5.2a$ ./configure --prefix=/usr/
  2. checking build system type... i686-pc-linux-gnu
  3. checking host system type... i686-pc-linux-gnu
  4. checking target system type... i686-pc-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking for -p flag to install... yes
  7. checking whether build environment is sane... yes
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking for style of include used by make... GNU
  11. checking for gcc... gcc
  12. checking for C compiler default output... a.out
  13. checking whether the C compiler works... yes
  14. checking whether we are cross compiling... no
  15. checking for suffix of executables...
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ANSI C... none needed
  20. checking dependency style of gcc... gcc3
  21. checking how to run the C preprocessor... gcc -E
  22. checking for g++... g++
  23. checking whether we are using the GNU C++ compiler... yes
  24. checking whether g++ accepts -g... yes
  25. checking dependency style of g++... gcc3
  26. checking whether g++ supports -Wmissing-format-attribute... yes
  27. checking whether g++ supports -Wundef... yes
  28. checking whether g++ supports -Wno-long-long... yes
  29. checking whether g++ supports -Wnon-virtual-dtor... yes
  30. checking whether g++ supports -fno-exceptions... yes
  31. checking whether g++ supports -fno-check-new... yes
  32. checking whether g++ supports -fno-common... yes
  33. checking whether g++ supports -fexceptions... yes
  34. checking how to run the C++ preprocessor... g++ -E
  35. checking whether g++ supports -O0... yes
  36. not using lib directory suffix
  37. checking for ld used by GCC... /usr/bin/ld
  38. checking if the linker (/usr/bin/ld) is GNU ld... yes
  39. checking for /usr/bin/ld option to reload object files... -r
  40. checking for BSD-compatible nm... /usr/bin/nm -B
  41. checking for a sed that does not truncate output...
  42. checking whether ln -s works... yes
  43. checking how to recognise dependant libraries... pass_all
  44. checking for egrep... grep -E
  45. checking for ANSI C header files... yes
  46. checking for sys/types.h... yes
  47. checking for sys/stat.h... yes
  48. checking for stdlib.h... yes
  49. checking for string.h... yes
  50. checking for memory.h... yes
  51. checking for strings.h... yes
  52. checking for inttypes.h... yes
  53. checking for stdint.h... yes
  54. checking for unistd.h... yes
  55. checking dlfcn.h usability... yes
  56. checking dlfcn.h presence... yes
  57. checking for dlfcn.h... yes
  58. checking the maximum length of command line arguments... 32768
  59. checking command to parse /usr/bin/nm -B output from gcc object... ok
  60. checking for objdir... .libs
  61. checking for ranlib... ranlib
  62. checking for strip... strip
  63. checking if gcc static flag  works... no
  64. checking if gcc supports -fno-rtti -fno-exceptions... no
  65. checking for gcc option to produce PIC... -fPIC
  66. checking if gcc PIC flag -fPIC works... yes
  67. checking if gcc supports -c -o file.o... yes
  68. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  69. checking whether -lc should be explicitly linked in... no
  70. checking how to hardcode library paths into programs... immediate
  71. checking whether stripping libraries is possible... yes
  72. checking dynamic linker characteristics... GNU/Linux ld.so
  73. checking if libtool supports shared libraries... yes
  74. checking whether to build shared libraries... yes
  75. checking whether to build static libraries... no
  76. configure: creating libtool
  77. appending configuration tag "CXX" to libtool
  78. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  79. checking for g++ option to produce PIC... -fPIC
  80. checking if g++ PIC flag -fPIC works... yes
  81. checking if g++ supports -c -o file.o... yes
  82. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  83. checking whether -lc should be explicitly linked in... yes
  84. checking how to hardcode library paths into programs... immediate
  85. checking whether stripping libraries is possible... yes
  86. checking dynamic linker characteristics... GNU/Linux ld.so
  87. appending configuration tag "GCJ" to libtool
  88. checking if gcj supports -fno-rtti -fno-exceptions... (cached) no
  89. checking for gcj option to produce PIC... -fPIC
  90. checking if gcj PIC flag -fPIC works... no
  91. checking if gcj supports -c -o file.o... no
  92. checking whether the gcj linker (/usr/bin/ld) supports shared libraries... yes
  93. checking whether -lc should be explicitly linked in... yes
  94. checking how to hardcode library paths into programs... immediate
  95. checking whether stripping libraries is possible... yes
  96. checking dynamic linker characteristics... GNU/Linux ld.so
  97. checking for msgfmt... /usr/bin/msgfmt
  98. checking for gmsgfmt... /usr/bin/msgfmt
  99. checking for xgettext... /usr/bin/xgettext
  100. checking for strlcat... no
  101. checking if strlcat needs custom prototype... yes - in libkdefakes
  102. checking for strlcpy... no
  103. checking if strlcpy needs custom prototype... yes - in libkdefakes
  104. checking for main in -lutil... yes
  105. checking for main in -lcompat... no
  106. checking for crypt in -lcrypt... yes
  107. checking for socklen_t... socklen_t
  108. checking for dnet_ntoa in -ldnet... no
  109. checking for dnet_ntoa in -ldnet_stub... no
  110. checking for inet_ntoa... yes
  111. checking for connect... yes
  112. checking for remove... yes
  113. checking for shmat... yes
  114. checking crt_externs.h usability... no
  115. checking crt_externs.h presence... no
  116. checking for crt_externs.h... no
  117. checking for _NSGetEnviron... no
  118. checking for sys/types.h... (cached) yes
  119. checking for stdint.h... (cached) yes
  120. checking for poll in -lpoll... no
  121. checking CoreAudio/CoreAudio.h usability... no
  122. checking CoreAudio/CoreAudio.h presence... no
  123. checking for CoreAudio/CoreAudio.h... no
  124. checking if res_init needs -lresolv... yes
  125. checking if res_init is available... yes
  126. checking for killpg in -lucb... no
  127. checking for int... yes
  128. checking size of int... 4
  129. checking for long... yes
  130. checking size of long... 4
  131. checking for char *... yes
  132. checking size of char *... 4
  133. checking for dlopen in -ldl... yes
  134. checking for shl_unload in -ldld... no
  135. checking for size_t... yes
  136. checking size of size_t... 4
  137. checking for unsigned long... yes
  138. checking size of unsigned long... 4
  139. checking sizeof size_t == sizeof unsigned long... yes
  140. checking for vsnprintf... yes
  141. checking for snprintf... yes
  142. checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
  143. checking for IceConnectionNumber in -lICE... yes
  144. checking for libXext... yes
  145. checking for pthread_create in -lpthread... yes
  146. checking for extra includes... no
  147. checking for extra libs... no
  148. checking for libz... -lz
  149. checking for libpng... -lpng -lz -lm
  150. checking for libjpeg6b... no
  151. checking for libjpeg... -ljpeg
  152. checking for Qt... libraries /usr/share/qt3/lib, headers /usr/share/qt3/include using -mt
  153. checking if Qt compiles without flags... yes
  154. checking for moc... /usr/share/qt3/bin/moc
  155. checking for uic... /usr/share/qt3/bin/uic
  156. checking whether uic supports -L ... yes
  157. checking whether uic supports -nounload ... yes
  158. checking if Qt needs -ljpeg... no
  159. checking for rpath... yes
  160. checking for KDE... libraries /usr/lib, headers /usr/include/kde
  161. checking if UIC has KDE plugins available... yes
  162. checking for KDE paths... defaults
  163. checking for dcopidl... /usr/bin/dcopidl
  164. checking for dcopidl2cpp... /usr/bin/dcopidl2cpp
  165. checking for mcopidl... /usr/bin/mcopidl
  166. checking for artsc-config... /usr/bin/artsc-config
  167. checking for kde-config... /usr/bin/kde-config
  168. checking for meinproc... /usr/bin/meinproc
  169. checking if kile should be compiled... yes
  170. configure: creating ./config.status
  171. fast creating Makefile
  172. fast creating kile/Makefile
  173. fast creating kile/kile/Makefile
  174. fast creating kile/kile/gfe/Makefile
  175. fast creating kile/kile/pics/Makefile
  176. fast creating kile/kile/symbols/Makefile
  177. fast creating kile/kile/templates/Makefile
  178. config.status: creating config.h
  179. config.status: config.h is unchanged
  180. config.status: executing depfiles commands
  181. Good - your configure finished. Start make now

n°275807
Goon
Posté le 11-06-2003 à 09:32:42  profilanswer
 

:bounce:

n°275814
Taz
bisounours-codeur
Posté le 11-06-2003 à 09:43:09  profilanswer
 

et ben tu fais comme tout le monde tu vas dans google, I feel lucky, et tu te rends compte que t'as une merde avec qt-dev

n°275828
Goon
Posté le 11-06-2003 à 09:55:31  profilanswer
 

Je suis déjà passé par Google en lui soumettant compile kile ou les différents messages d'erreur mais je n'ai rien trouvé.  :cry:

n°277063
Goon
Posté le 13-06-2003 à 07:39:16  profilanswer
 

:bounce:


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Logiciels

  [Kile] Problème de compilation

 

Sujets relatifs
Problème firewall et FTPProblème fort énervant => Fuite Mémoire ?
erreur à la compilation du noyauProbleme avec mplayer
[Problème de son]=>Enemy TeritoryProblème install nvidia sous MANDRAKE 9.1...
probleme de reception de streaming audio-videoProblème avec LaTeX, les polices et surtout acrobat reader [RESOLU]
problème de grésillement avec alsaprobleme d'install de openldap
Plus de sujets relatifs à : [Kile] Problème de compilation


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR