Bonjour!
Je doit trouver un logiciel pour gerer les emplois de temps dans une université, et j'ai trouvé tablix (avec gtablix) et FET (Free Evolutionary Timetabling software) mais quand je veux installer FET, il y a un error, et je ne trouve pas la response, qqun pourrait m'aider?
au debut, je fait qmake fet.pro mais après quand je fait make il montre les lignes suivants:
make[1]: entrant dans le répertoire « fet-4.2.8/src »
cd interface && make -f Makefile
make[2]: entrant dans le répertoire « fet-4.2.8/src/interface »
g++ -c -pipe -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I../engine -I/usr/include/qt3 -I../../tmp/ -I. -I../../tmp/ -o ../../tmp/fet.o fet.cpp
In file included from ../engine/rules.h:27,
from ../engine/genetictimetable.h:29,
from fet.cpp:26:
../engine/timeconstraint.h:30:19: error: QString: Aucun fichier ou répertoire de ce type
../engine/timeconstraint.h:31:17: error: QList: Aucun fichier ou répertoire de ce type
../engine/timeconstraint.h:32:23: error: QStringList: Aucun fichier ou répertoire de ce type
In file included from ../engine/rules.h:31,
from ../engine/genetictimetable.h:29,
from fet.cpp:26:
../engine/teacher.h:19:23: error: q3ptrlist.h: Aucun fichier ou répertoire de ce type
In file included from ../engine/genetictimetable.h:29,
from fet.cpp:26:
../engine/rules.h:41:25: error: q3ptrvector.h: Aucun fichier ou répertoire de ce type
In file included from ../engine/timepopulation.h:29,
from ../engine/genetictimetable.h:30,
from fet.cpp:26:
../engine/timechromosome.h:33:27: error: q3valuevector.h: Aucun fichier ou répertoire de ce type
In file included from fet.cpp:27:
fetmainform.h:16:37: error: ui_fetmainform_template.h: Aucun fichier ou répertoire de ce type
fetmainform.h:22:23: error: QCloseEvent: Aucun fichier ou répertoire de ce type
fetmainform.h:24:23: error: QMainWindow: Aucun fichier ou répertoire de ce type
fet.cpp:34:16: error: QDir: Aucun fichier ou répertoire de ce type
fet.cpp:35:23: error: QTranslator: Aucun fichier ou répertoire de ce type
../engine/spaceconstraint.h:306: error: field ‘subjects’ has incomplete type
../engine/spaceconstraint.h:376: error: field ‘equipmentsNames’ has incomplete type
../engine/spaceconstraint.h:448: error: field ‘equipmentsNames’ has incomplete type
../engine/spaceconstraint.h:755: error: field ‘roomsNames’ has incomplete type
../engine/spaceconstraint.h:941: error: field ‘roomsNames’ has incomplete type
../engine/spaceconstraint.h:1052: error: field ‘roomsNames’ has incomplete type
../engine/activity.h:67: error: field ‘teachersNames’ has incomplete type
../engine/activity.h:82: error: field ‘studentsNames’ has incomplete type
../engine/room.h:37: error: field ‘equipments’ has incomplete type
fetmainform.h:26: error: expected class-name before ‘,’ token
fetmainform.h:26: error: ‘Ui’ has not been declared
fetmainform.h:26: error: expected `{' before ‘FetMainForm_template’
fetmainform.h:26: error: invalid function declaration
fet.cpp: In function ‘int main(int, char**)’:
fet.cpp:472: error: aggregate ‘FetMainForm fetMainForm’ has incomplete type and cannot be defined
make[2]: *** [../../tmp/fet.o] Erreur 1
make[2]: quittant le répertoire « fet-4.2.8/src/interface »
make[1]: *** [sub-interface] Erreur 2
make[1]: quittant le répertoire « fet-4.2.8/src »
make: *** [sub-src] Erreur 2
pour quoi j'ai cet erreur?
merci d'avance...
Liza.Jimare@gmail.com