lecture_med.c:44:10: fatal error: med.h: Aucun fichier ou dossier de ce type
make[1]: *** [../../../../build//lecture_med.o] Error 1
make: *** [syrthesconvert] Error 2
syrthes4_to_med30.c:36:10: fatal error: med.h: Aucun fichier ou dossier de ce type
make[1]: *** [../../../../build//syrthes4_to_med30.o] Error 1
make: *** [syrthesmed] Error 2
../syrthesconvert.log:         printf("ERROR reading informations about family %d\n", i+1);
../syrthesconvert.log:     printf("ERROR : allocation error for the x coordinate, needed size : %i \n", sizeof(double) * ((*maillage).nbnoeuds));
../syrthesconvert.log:     printf("ERROR : allocation error for the y coordinate, needed size : %i \n", sizeof(double) * ((*maillage).nbnoeuds));
../syrthesconvert.log:       printf("ERROR : allocation error for the z coordinate, needed size : %i \n", sizeof(double) * ((*maillage).nbnoeuds));
../syrthesconvert.log:     printf("ERROR : allocation error for the nodes color, needed size : %i \n", sizeof(int) * ((*maillage).nbnoeuds));
../syrthesconvert.log:     printf("ERROR : allocation error for the connectivity, needed size : %i \n", sizeof(int *) * ((*maillage).nbelem));
../syrthesconvert.log:     printf("ERROR : allocation error for nodes color, needed size : %i \n", sizeof(int) * ((*maillage).nbelem));
../syrthesconvert.log:        printf("ERROR : allocation error for the boundary connectivity, needed size : %i \n", sizeof(int) * (*maillage).nbelem_de_bord);
../syrthesconvert.log:        printf("ERROR : allocation error for the boundary connectivity, needed size : %i \n", sizeof(int *) * ((*maillage).nbelem_de_bord));
../syrthesconvert.log:               printf("ERROR : allocation error for face references, needed size : %i \n", sizeof(int *) * ((*maillage).nbelem));
