[réglé] installation qt 4.3.4 et erreur make

installation qt 4.3.4 et erreur make [réglé] - C++ - Programmation

Marsh Posté le 12-04-2008 à 14:56:39    

Bonjour, j'essaye en vain de trouver une solution avec mon amis google
 
j'ai téléchargé "qt-x11-opensource-src-4.3.4" et lancé "make"
sa échoue avec cette erreur:
 

Citation :

g++ -c -include .pch/release-shared/QtGui -pipe -g -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_44_API_QSQLQUERY_FINISH -DQT_MOC_COMPAT -DQT_RASTER_IMAGEENGINE -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQ_INTERNAL_QAPP_SRC -DQT_NO_DEBUG -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/linux-g++ -I. -I../../include/QtCore -I../../include/QtCore -I../../include -I../../include/QtGui -I/usr/include/freetype2 -I../3rdparty/harfbuzz/src -Idialogs -I.moc/release-shared -I/usr/X11R6/include -I.uic/release-shared -o .obj/release-shared/qstackedlayout.o kernel/qstackedlayout.cpp
/home/logiciels/qt4.3.4/qt-x11-opensource-src-4.3.4/bin/moc -DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_44_API_QSQLQUERY_FINISH -DQT_MOC_COMPAT -DQT_RASTER_IMAGEENGINE -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQ_INTERNAL_QAPP_SRC -DQT_NO_DEBUG -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/linux-g++ -I. -I../../include/QtCore -I../../include/QtCore -I../../include -I../../include/QtGui -I/usr/include/freetype2 -I../3rdparty/harfbuzz/src -Idialogs -I.moc/release-shared -I/usr/X11R6/include -I.uic/release-shared kernel/qtooltip.cpp -o .moc/release-shared/qtooltip.moc
g++ -c -include .pch/release-shared/QtGui -pipe -g -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -O2 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -D_REENTRANT -fPIC -DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_44_API_QSQLQUERY_FINISH -DQT_MOC_COMPAT -DQT_RASTER_IMAGEENGINE -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQ_INTERNAL_QAPP_SRC -DQT_NO_DEBUG -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/linux-g++ -I. -I../../include/QtCore -I../../include/QtCore -I../../include -I../../include/QtGui -I/usr/include/freetype2 -I../3rdparty/harfbuzz/src -Idialogs -I.moc/release-shared -I/usr/X11R6/include -I.uic/release-shared -o .obj/release-shared/qtooltip.o kernel/qtooltip.cpp
<command line>:1: fatal error: had to relocate PCH
compilation terminated.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[1]: *** [.obj/release-shared/qtooltip.o] Erreur 1
make[1]: quittant le répertoire « /home/logiciels/qt4.3.4/qt-x11-opensource-src-4.3.4/src/gui »
make: *** [sub-gui-make_default-ordered] Erreur 2


 
Si une âme charitable a cinq minutes pour aider le novice que je suis, j'en serais très heureux :)
 
merci :hello:


Message édité par ouiouioui10 le 13-04-2008 à 22:56:37
Reply

Marsh Posté le 12-04-2008 à 14:56:39   

Reply

Marsh Posté le 12-04-2008 à 15:52:51    

Salut,
 
Combien as-tu d'espace libre sur la partition où tu fais la compilation?

Reply

Marsh Posté le 12-04-2008 à 17:20:05    

j'ai 20go ou je compil, et sur l'autre il reste 600mo.

Reply

Marsh Posté le 12-04-2008 à 17:51:07    

Ok, je peux de suite rayer cette possibilité donc.
Quelle version de gcc utilises-tu? Vérifie qu'une mise à jour n'est pas dispo à tout hasard...

Reply

Marsh Posté le 12-04-2008 à 19:03:18    

j'utilise debian etch pas de mise à jour disponible
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
 

Reply

Marsh Posté le 12-04-2008 à 19:46:09    

je relance make et sa plante 1 ou 15 fichiers plus loin
déjà 50 relances j'espère qu'il y a pas 5000 fichiers.
je ferai un make test à la fin c'est bon?

Reply

Marsh Posté le 12-04-2008 à 21:58:08    

Euh, y'a pas de mise à jour pour ton gcc? C'est bizarre que ça plante, mais il date quand même un peu...

Reply

Marsh Posté le 13-04-2008 à 12:10:50    

c'ets surtout un 4.1 prerelease alors que y a un 4.1 release :E

Reply

Marsh Posté le 13-04-2008 à 22:55:08    

je me vois pas compiler la derniere version apres ce sera d'autre package à mettre à jour c'est sans fin d'ou le fait que je reste en stable.
 
concernant mon problème c'est réglé apres plus de 100 make tout c'est fini et installé correctement.
 
merci.

Reply

Marsh Posté le 14-04-2008 à 08:48:02    

ouais en fin, un coup de apt-get et c'est fini hein :o ca fait 1521054 ans qu'on compile plus son gcc devant son feu de cheminée

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed