Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 01/08/2005, à 23:23

sx1

[Resolu]Compli de FreeGo ECHEC

Bonsoir,

J'essaye de compiler FreeGo linux est voilà le désastre :

root@ubuntu:/home/nicolas/FreeGo # qmake
root@ubuntu:/home/nicolas/FreeGo # make
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -I/usr/share/qt3/mkspecs/default -I. -Isrc -I/usr/include/qt3 -I.ui/ -Iui -I.moc/ -o .obj/MainFormImpl.o src/MainFormImpl.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -I/usr/share/qt3/mkspecs/default -I. -Isrc -I/usr/include/qt3 -I.ui/ -Iui -I.moc/ -o .obj/AboutFormImpl.o src/AboutFormImpl.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -I/usr/share/qt3/mkspecs/default -I. -Isrc -I/usr/include/qt3 -I.ui/ -Iui -I.moc/ -o .obj/InvoicesFormImpl.o src/InvoicesFormImpl.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -I/usr/share/qt3/mkspecs/default -I. -Isrc -I/usr/include/qt3 -I.ui/ -Iui -I.moc/ -o .obj/FeaturesFormImpl.o src/FeaturesFormImpl.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -I/usr/share/qt3/mkspecs/default -I. -Isrc -I/usr/include/qt3 -I.ui/ -Iui -I.moc/ -o .obj/RateFormImpl.o src/RateFormImpl.cpp
g++ -c -pipe -Wall -W -O2  -DQT_NO_DEBUG -DQT_SHARED -I/usr/share/qt3/mkspecs/default -I. -Isrc -I/usr/include/qt3 -I.ui/ -Iui -I.moc/ -o .obj/ConfigurationFormImpl.o src/ConfigurationFormImpl.cpp
In file included from src/ConfigurationFormImpl.cpp:36:
src/MailChecker.h:48: error: erreur d'analyse syntaxique before `{' token
src/MailChecker.h:64: error: erreur d'analyse syntaxique before `private'
src/MailChecker.h:73: error: erreur d'analyse syntaxique before `}' token
In file included from src/ConfigurationFormImpl.cpp:37:
src/AutoArchiver.h:46: error: erreur d'analyse syntaxique before `{' token
src/AutoArchiver.h:61: error: erreur d'analyse syntaxique before `private'
src/AutoArchiver.h:78: error: redefinition of `QSocketDevice*mpSocket'
src/MailChecker.h:72: error: `QSocketDevice*mpSocket' previously declared here
src/AutoArchiver.h:80: error: erreur d'analyse syntaxique before `}' token
src/ConfigurationFormImpl.cpp: Dans member function « virtual void
   ConfigurationFormImpl::saveSettings() »:
src/ConfigurationFormImpl.cpp:191: error: `running' undeclared (first use this
   function)
src/ConfigurationFormImpl.cpp:191: error: (Each undeclared identifier is
   reported only once for each function it appears in.)
src/ConfigurationFormImpl.cpp:193: error: `start' undeclared (first use this
   function)
src/ConfigurationFormImpl.cpp:201: error: `terminate' undeclared (first use
   this function)
{entrée standard}: Messages de l'assembleur:
{entrée standard}:19: ERREUR: symbole « mpSocket » est déjà défini
make: *** [.obj/ConfigurationFormImpl.o] Erreur 1

A priori j'ai installé les bonnes librairies ???

Un ptit'coup de main, je suis largué.
Merci.


Sous Linux depuis 2005.

Hors ligne

#2 Le 02/08/2005, à 03:24

reggaemanu

Re : [Resolu]Compli de FreeGo ECHEC

As tu installé la librairie libqt-mt-dev (qui à priori dans hoary ce nomme libqt3-mt-dev) comme c'est indiqué dans le fichier install de freego avant de compiler?

Hors ligne

#3 Le 02/08/2005, à 20:23

sx1

Re : [Resolu]Compli de FreeGo ECHEC

RESOLU

Bonsoir,

Effectivement c'est la libqt3-dev que j'avais installée, pas bon.
Merci.
FreeGo marche très bien.
A+


Sous Linux depuis 2005.

Hors ligne

#4 Le 16/10/2005, à 08:09

dominique

Re : [Resolu]Compli de FreeGo ECHEC

bonjour reggaemanu

après avoir suivi tes conseils  ç'est OK pour gmake  mais il me met ensuite commande non found  pour make

root@breezyportable:~/Desktop/FreeGo# make
bash: make: command not found


help
merci d'avance
A +

Hors ligne

#5 Le 16/10/2005, à 15:56

reggaemanu

Re : [Resolu]Compli de FreeGo ECHEC

sudo apt-get install build-essential

Hors ligne

#6 Le 16/10/2005, à 15:57

dominique

Re : [Resolu]Compli de FreeGo ECHEC

OK merci

Hors ligne