make[1]: *** [Makefile:24 : /home/rodolphe/S435/syrthes4.3.5-2020_01_29/syrthes4.3.5/build//utilitaire.o] Erreur 2
make: *** [Makefile:36 : syrthescfd] Erreur 2
  615 |     printf("ERROR : allocation error for the x coordinate, needed size : %i \n", sizeof(double) * ((*maillage).nbnoeuds));
  620 |     printf("ERROR : allocation error for the y coordinate, needed size : %i \n", sizeof(double) * ((*maillage).nbnoeuds));
  626 |       printf("ERROR : allocation error for the z coordinate, needed size : %i \n", sizeof(double) * ((*maillage).nbnoeuds));
  694 |     printf("ERROR : allocation error for the nodes color, needed size : %i \n", sizeof(int) * ((*maillage).nbnoeuds));
  880 |     printf("ERROR : allocation error for the connectivity, needed size : %i \n", sizeof(int *) * ((*maillage).nbelem));
  956 |     printf("ERROR : allocation error for nodes color, needed size : %i \n", sizeof(int) * ((*maillage).nbelem));
 1106 |        printf("ERROR : allocation error for the boundary connectivity, needed size : %i \n", sizeof(int) * (*maillage).nbelem_de_bord);
 1183 |        printf("ERROR : allocation error for the boundary connectivity, needed size : %i \n", sizeof(int *) * ((*maillage).nbelem_de_bord));
 1224 |               printf("ERROR : allocation error for face references, needed size : %i \n", sizeof(int *) * ((*maillage).nbelem));
/bin/sh: 1: Syntax error: "(" unexpected
../syrthescfd.log:make[1]: *** [Makefile:24 : /home/rodolphe/S435/syrthes4.3.5-2020_01_29/syrthes4.3.5/build//utilitaire.o] Erreur 2
../syrthescfd.log:make: *** [Makefile:36 : syrthescfd] Erreur 2
../syrthescfd.log:/bin/sh: 1: Syntax error: "(" unexpected
../syrthesconvert.log:  615 |     printf("ERROR : allocation error for the x coordinate, needed size : %i \n", sizeof(double) * ((*maillage).nbnoeuds));
../syrthesconvert.log:  620 |     printf("ERROR : allocation error for the y coordinate, needed size : %i \n", sizeof(double) * ((*maillage).nbnoeuds));
../syrthesconvert.log:  626 |       printf("ERROR : allocation error for the z coordinate, needed size : %i \n", sizeof(double) * ((*maillage).nbnoeuds));
../syrthesconvert.log:  694 |     printf("ERROR : allocation error for the nodes color, needed size : %i \n", sizeof(int) * ((*maillage).nbnoeuds));
../syrthesconvert.log:  880 |     printf("ERROR : allocation error for the connectivity, needed size : %i \n", sizeof(int *) * ((*maillage).nbelem));
../syrthesconvert.log:  956 |     printf("ERROR : allocation error for nodes color, needed size : %i \n", sizeof(int) * ((*maillage).nbelem));
../syrthesconvert.log: 1106 |        printf("ERROR : allocation error for the boundary connectivity, needed size : %i \n", sizeof(int) * (*maillage).nbelem_de_bord);
../syrthesconvert.log: 1183 |        printf("ERROR : allocation error for the boundary connectivity, needed size : %i \n", sizeof(int *) * ((*maillage).nbelem_de_bord));
../syrthesconvert.log: 1224 |               printf("ERROR : allocation error for face references, needed size : %i \n", sizeof(int *) * ((*maillage).nbelem));
