The build took 00h 01m 04s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
| SLOC | Language |
|---|---|
19,742 |
ansic |
47 |
makefile |
19,789 |
total |
The process tree of the build process is here.
Several sub-process invocations were improper; see the process tree for details. Summary:
To avoid scrolling, you may jump to the last line of the
invocation of makepkg that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi/toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB/toolchain_root/sysroot --> /sysroot/sysroot/toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME/toolchain_root/lib --> /sysroot/lib/toolchain_root/SOURCES --> /sysroot/SOURCES/toolchain_root/lib64 --> /sysroot/lib64/toolchain_root/share --> /sysroot/share/toolchain_root/bin --> /sysroot/bin/toolchain_root/COPYING --> /sysroot/COPYING/toolchain_root/COPYING3 --> /sysroot/COPYING3/toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB/toolchain_root/include --> /sysroot/include/toolchain_root/libexec --> /sysroot/libexecCMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: plantri 4.5-1 (Tue Apr 4 20:09:44 UTC 2017)==> Checking runtime dependencies...==> Checking buildtime dependencies...==> WARNING: Using existing $srcdir/ tree==> Starting build()...gcc -o plantri -O4 plantri.c gcc -o fullgen -O4 fullgen.c cc1: error: no include path in which to search for stdc-predef.hcc1: error: no include path in which to search for stdc-predef.hfullgen.c:11:22: error: no include path in which to search for sys/types.h #include ^fullgen.c:12:19: error: no include path in which to search for unistd.h #include ^fullgen.c:13:19: error: no include path in which to search for stdlib.h #include ^fullgen.c:14:18: error: no include path in which to search for stdio.h #include ^plantri.c:178:20: error: no include path in which to search for stdio.h #include ^fullgen.c:15:18: error: no include path in which to search for ctype.h #include ^fullgen.c:16:19: error: no include path in which to search for limits.h #include ^plantri.c:181:20: error: no include path in which to search for stdlib.h #include ^fullgen.c:17:21: error: no include path in which to search for sys/stat.h #include ^plantri.c:182:19: error: no include path in which to search for errno.h #include ^fullgen.c:18:19: error: no include path in which to search for string.h #include ^fullgen.c:21:17: error: no include path in which to search for time.h #include ^plantri.c:187:20: error: no include path in which to search for string.h #include ^fullgen.c:22:22: error: no include path in which to search for sys/times.h #include ^plantri.c:188:20: error: no include path in which to search for limits.h #include ^plantri.c:193:23: error: no include path in which to search for sys/times.h #include ^fullgen.c:45:18: error: no include path in which to search for time.h #include ^plantri.c:194:18: error: no include path in which to search for time.h #include ^fullgen.c:48:20: error: no include path in which to search for unistd.h #include ^plantri.c:196:20: error: no include path in which to search for unistd.h #include ^plantri.c:247:1: error: unknown type name 'FILE' static FILE *outfile; /* output file for graphs */ ^plantri.c:248:1: error: unknown type name 'FILE' static FILE *msgfile; /* file for informational messages */ ^plantri.c:391:26: error: 'NULL' undeclared here (not in a function) static EDGE *code_edge = NULL; ^fullgen.c:252:1: error: unknown type name 'FILE' FILE *fil[N+1]; ^plantri.c:501:28: error: unknown type name 'FILE' static void (*write_graph)(FILE*,int); ^plantri.c:502:33: error: unknown type name 'FILE' static void (*write_dual_graph)(FILE*,int); ^fullgen.c:255:1: error: unknown type name 'FILE' FILE *logfile; ^plantri.c:562:12: error: unknown type name 'FILE' show_group(FILE *f, int nbtot, int nbop) ^fullgen.c: In function 'schreibe_symmetriestatistik':fullgen.c:290:3: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,"Symmetries:\n"); ^fullgen.c:290:11: error: 'stderr' undeclared (first use in this function) fprintf(stderr,"Symmetries:\n"); ^fullgen.c:290:11: note: each undeclared identifier is reported only once for each function it appears infullgen.c: At top level:fullgen.c:461:16: error: unknown type name 'FILE' void vegacode( FILE *fil, PLANMAP map ) ^fullgen.c: In function 'dualcode':fullgen.c:518:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stdout,">>planar_code %ce<<", my_endianness); ^fullgen.c:518:13: error: 'stdout' undeclared (first use in this function) fprintf(stdout,">>planar_code %ce<<", my_endianness); ^fullgen.c:551:1: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(code,sizeof(FLAECHENTYP),codelaenge,stdout); ^fullgen.c: In function 'longcode':fullgen.c:32:18: error: 'UCHAR_MAX' undeclared (first use in this function) #define FL_MAX UCHAR_MAX ^fullgen.c:670:23: note: in expansion of macro 'FL_MAX' if (map[0][0].name <= FL_MAX) ^fullgen.c: In function 'spiralcode':fullgen.c:706:3: error: unknown type name 'FILE' FILE *fil2; ^fullgen.c:32:18: error: 'UCHAR_MAX' undeclared (first use in this function) #define FL_MAX UCHAR_MAX ^fullgen.c:717:30: note: in expansion of macro 'FL_MAX' for (i=0; i<12; i++) code[i]=FL_MAX; ^fullgen.c:733:7: warning: assignment makes pointer from integer without a cast [enabled by default] fil2=fopen(no_penta_spiral_filename,"ab"); ^fullgen.c:734:13: error: 'NULL' undeclared (first use in this function) if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_penta_spiral_filename); ^fullgen.c:734:21: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_penta_spiral_filename); ^fullgen.c:734:29: error: 'stderr' undeclared (first use in this function) if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_penta_spiral_filename); ^fullgen.c:735:21: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^fullgen.c:738:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil2,">>planar_code %ce<<", my_endianness); ^fullgen.c:740:3: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil2); ^plantri.c: In function 'numbermarked':fullgen.c:760:7: warning: assignment makes pointer from integer without a cast [enabled by default] fil2=fopen(no_hexa_spiral_filename,"ab"); ^fullgen.c:761:21: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_hexa_spiral_filename); ^plantri.c:2013:17: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (top==nv) {fprintf(stderr,"SHIT\n"); exit(1); } ^fullgen.c:762:21: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^fullgen.c:765:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil2,">>planar_code %ce<<", my_endianness); ^plantri.c:2013:25: error: 'stderr' undeclared (first use in this function) if (top==nv) {fprintf(stderr,"SHIT\n"); exit(1); } ^plantri.c:2013:25: note: each undeclared identifier is reported only once for each function it appears infullgen.c:767:3: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil2); ^fullgen.c: In function 'minspiralcode':plantri.c:2013:43: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (top==nv) {fprintf(stderr,"SHIT\n"); exit(1); } ^fullgen.c:788:3: error: unknown type name 'FILE' FILE *fil2; ^fullgen.c:32:18: error: 'UCHAR_MAX' undeclared (first use in this function) #define FL_MAX UCHAR_MAX ^fullgen.c:800:30: note: in expansion of macro 'FL_MAX' for (i=0; i<12; i++) code[i]=FL_MAX; ^fullgen.c:817:7: warning: assignment makes pointer from integer without a cast [enabled by default] fil2=fopen(no_penta_spiral_filename,"ab"); ^fullgen.c:818:13: error: 'NULL' undeclared (first use in this function) if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_penta_spiral_filename); ^fullgen.c:818:21: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_penta_spiral_filename); ^fullgen.c:818:29: error: 'stderr' undeclared (first use in this function) if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_penta_spiral_filename); ^fullgen.c:819:21: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^fullgen.c:822:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil2,">>planar_code %ce<<", my_endianness); ^fullgen.c:824:3: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil2); ^fullgen.c:843:7: warning: assignment makes pointer from integer without a cast [enabled by default] fil2=fopen(no_hexa_spiral_filename,"ab"); ^fullgen.c:844:21: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_hexa_spiral_filename); ^fullgen.c:845:21: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^fullgen.c:848:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil2,">>planar_code %ce<<", my_endianness); ^fullgen.c:850:3: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil2); ^fullgen.c: In function 'spiralstatistic':fullgen.c:32:18: error: 'UCHAR_MAX' undeclared (first use in this function) #define FL_MAX UCHAR_MAX ^fullgen.c:876:30: note: in expansion of macro 'FL_MAX' for (i=0; i<12; i++) code[i]=FL_MAX; ^fullgen.c: In function 'in_liste':fullgen.c:926:32: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default] el->smaller=(LISTENTRY *)malloc(sizeof(LISTENTRY)); ^fullgen.c:931:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"Cannot allocate memory in \"in_liste\" \n"); ^fullgen.c:931:12: error: 'stderr' undeclared (first use in this function) { fprintf(stderr,"Cannot allocate memory in \"in_liste\" \n"); ^fullgen.c:932:12: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^fullgen.c:939:27: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else { fprintf(stderr,"Dangerous error -- Two equal codes ! \n"); exit(2); } ^fullgen.c:939:86: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] else { fprintf(stderr,"Dangerous error -- Two equal codes ! \n"); exit(2); } ^fullgen.c: In function 'ausgabe':fullgen.c:955:1: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(&i,sizeof(FLAECHENTYP),1,fil[knotenzahl]); ^fullgen.c: In function 'listeleer':fullgen.c:968:28: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] listeleer(liste->smaller); free(liste->smaller); ^fullgen.c: In function 'codiereplanar':fullgen.c:982:1: error: unknown type name 'FILE' FILE *fil2; ^fullgen.c:997:10: warning: assignment makes pointer from integer without a cast [enabled by default] fil2=fopen(no_spiral_filename,"ab"); ^fullgen.c:998:13: error: 'NULL' undeclared (first use in this function) if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_spiral_filename); ^fullgen.c:998:21: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_spiral_filename); ^fullgen.c:998:29: error: 'stderr' undeclared (first use in this function) if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_spiral_filename); ^fullgen.c:999:21: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^plantri.c: In function 'mirror_of_edgecode':fullgen.c:1002:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil2,">>planar_code %ce<<", my_endianness); ^fullgen.c:1004:6: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil2); ^plantri.c:3186:7: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"Problem in mirror_of_edgecode -- read function description.\n"); ^fullgen.c:1014:10: warning: assignment makes pointer from integer without a cast [enabled by default] fil2=fopen(no_spiral_filename,"ab"); ^fullgen.c:1015:24: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_spiral_filename); ^fullgen.c:1016:6: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^plantri.c:3186:15: error: 'stderr' undeclared (first use in this function) { fprintf(stderr,"Problem in mirror_of_edgecode -- read function description.\n"); ^fullgen.c:1019:8: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil2,">>planar_code %ce<<", my_endianness); ^fullgen.c:1021:6: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil2); ^plantri.c:3187:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^fullgen.c:1026:27: error: 'stdout' undeclared (first use in this function) if (fil[knotenzahl]==stdout) ^fullgen.c:1029:14: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stdout,">>planar_code %ce<<", my_endianness); ^plantri.c: At top level:fullgen.c:1035:14: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil[knotenzahl],">>planar_code %ce<<", my_endianness); ^fullgen.c:1038:6: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil[knotenzahl]); ^plantri.c:3212:16: error: unknown type name 'FILE' write_edgecode(FILE *f, int doflip) ^fullgen.c:1042:4: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(&i,sizeof(FLAECHENTYP),1,fil[knotenzahl]); ^fullgen.c:1047:7: warning: assignment makes pointer from integer without a cast [enabled by default] fil2=fopen(no_spiral_filename,"ab"); ^plantri.c:3249:21: error: unknown type name 'FILE' write_dual_edgecode(FILE *f, int doflip) ^fullgen.c:1048:21: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_spiral_filename); ^fullgen.c:1049:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^fullgen.c:1052:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil2,">>planar_code %ce<<", my_endianness); ^fullgen.c:1054:3: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil2); ^fullgen.c:1072:7: warning: assignment makes pointer from integer without a cast [enabled by default] fil2=fopen(no_spiral_filename,"ab"); ^fullgen.c:1073:21: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_spiral_filename); ^fullgen.c:1074:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^fullgen.c:1077:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil2,">>planar_code %ce<<", my_endianness); ^fullgen.c:1079:3: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil2); ^plantri.c:3584:19: error: unknown type name 'FILE' write_planar_code(FILE *f, int doflip) ^fullgen.c:1088:11: warning: assignment makes pointer from integer without a cast [enabled by default] fil2=fopen(no_spiral_filename,"ab"); ^fullgen.c:1089:24: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_spiral_filename); ^fullgen.c:1090:6: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^plantri.c:3614:24: error: unknown type name 'FILE' write_dual_planar_code(FILE *f, int doflip) ^fullgen.c:1093:8: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil2,">>planar_code %ce<<", my_endianness); ^fullgen.c:1095:7: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil2); ^fullgen.c:1105:14: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stdout,">>planar_code %ce<<", my_endianness); ^plantri.c:3645:14: error: unknown type name 'FILE' write_digits(FILE *f, int doflip) ^fullgen.c:1111:14: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil[knotenzahl],">>planar_code %ce<<", my_endianness); ^fullgen.c:1113:6: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil[knotenzahl]); ^fullgen.c:1117:7: warning: assignment makes pointer from integer without a cast [enabled by default] fil2=fopen(no_spiral_filename,"ab"); ^plantri.c:3747:13: error: unknown type name 'FILE' write_alpha(FILE *f, int doflip) ^fullgen.c:1118:21: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_spiral_filename); ^fullgen.c:1119:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^fullgen.c:1122:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil2,">>planar_code %ce<<", my_endianness); ^plantri.c:3805:18: error: unknown type name 'FILE' write_dual_alpha(FILE *f, int doflip) ^fullgen.c:1134:11: warning: assignment makes pointer from integer without a cast [enabled by default] fil2=fopen(no_spiral_filename,"ab"); ^fullgen.c:1135:24: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_spiral_filename); ^fullgen.c:1136:6: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^fullgen.c:1139:8: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil2,">>planar_code %ce<<", my_endianness); ^plantri.c:3863:23: error: unknown type name 'FILE' write_code_as_sparse6(FILE *f, unsigned char code[]) ^fullgen.c:1141:7: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil2); ^fullgen.c:1152:11: warning: assignment makes pointer from integer without a cast [enabled by default] fil2=fopen(no_spiral_filename,"ab"); ^fullgen.c:1153:25: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_spiral_filename); ^plantri.c:3978:15: error: unknown type name 'FILE' write_sparse6(FILE *f, int doflip) ^fullgen.c:1154:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^fullgen.c:1157:9: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil2,">>planar_code %ce<<", my_endianness); ^fullgen.c:1159:7: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil2); ^plantri.c:3991:20: error: unknown type name 'FILE' write_dual_sparse6(FILE *f, int doflip) ^fullgen.c:1170:24: warning: assignment makes pointer from integer without a cast [enabled by default] fil2=fopen(no_spiral_filename,"ab"); ^fullgen.c:1171:38: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil2==NULL) { fprintf(stderr,"Can't open %s\n",no_spiral_filename); ^fullgen.c:1172:20: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); } ^plantri.c:4004:22: error: unknown type name 'FILE' write_code_as_graph6(FILE *f, unsigned char code[]) ^fullgen.c:1175:22: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(fil2,">>planar_code %ce<<", my_endianness); ^fullgen.c:1177:20: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil2); ^fullgen.c:1182:13: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(codeF,sizeof(FLAECHENTYP),zaehler,fil[knotenzahl]); ^plantri.c:4065:14: error: unknown type name 'FILE' write_graph6(FILE *f, int doflip) ^fullgen.c:1185:14: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: { fprintf(stderr,"Dangerous error in switch (codiereplanar) ! \n"); exit(3); } ^fullgen.c:1185:80: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: { fprintf(stderr,"Dangerous error in switch (codiereplanar) ! \n"); exit(3); } ^fullgen.c: In function 'init_map':plantri.c:4078:19: error: unknown type name 'FILE' write_dual_graph6(FILE *f, int doflip) ^fullgen.c:33:18: error: 'USHRT_MAX' undeclared (first use in this function) #define KN_MAX USHRT_MAX ^fullgen.c:35:18: note: in expansion of macro 'KN_MAX' #define leer KN_MAX-1 ^fullgen.c:1207:21: note: in expansion of macro 'leer' map[i][j].name=leer; ^fullgen.c: In function 'baue_polygon':plantri.c: In function 'check_it':fullgen.c:1221:12: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (n<3) { fprintf(stderr,"Error, no 2-gons allowed !\n"); return; } ^fullgen.c:1221:20: error: 'stderr' undeclared (first use in this function) if (n<3) { fprintf(stderr,"Error, no 2-gons allowed !\n"); return; } ^plantri.c:4119:13: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E next error, code=%d\n",code); ^fullgen.c: In function 'add_polygon':fullgen.c:1290:6: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"polygon to insert too small !\n"); ^plantri.c:4119:21: error: 'stderr' undeclared (first use in this function) fprintf(stderr,">E next error, code=%d\n",code); ^fullgen.c:1290:14: error: 'stderr' undeclared (first use in this function) { fprintf(stderr,"polygon to insert too small !\n"); ^fullgen.c:1291:6: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(4); } ^plantri.c:4120:13: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c: In function 'sequenz_kanonisch':fullgen.c:33:18: error: 'USHRT_MAX' undeclared (first use in this function) #define KN_MAX USHRT_MAX ^fullgen.c:35:18: note: in expansion of macro 'KN_MAX' #define leer KN_MAX-1 ^fullgen.c:1352:27: note: in expansion of macro 'leer' for (i=0; sequenz[i] != leer; i++) { longseq[i]=sequenz[i]; ^plantri.c:4127:13: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E prev error, code=%d\n",code); ^fullgen.c: In function 'berechne_sequenz':fullgen.c:1399:25: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (puffer[start]==0) { fprintf(stderr,"Berechne_sequenz should not be called for 0-gaps ! \n"); ^plantri.c:4128:13: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:1399:33: error: 'stderr' undeclared (first use in this function) if (puffer[start]==0) { fprintf(stderr,"Berechne_sequenz should not be called for 0-gaps ! \n"); ^fullgen.c:1400:25: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(5); } ^plantri.c:4137:17: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E start error, code=%d\n",code); ^fullgen.c:1451:12: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else { fprintf(stderr,"ERROR: Two 5-gons not leading to 0-Sequence !\n"); ^plantri.c:4138:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:1452:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(6); } ^fullgen.c:33:18: error: 'USHRT_MAX' undeclared (first use in this function) #define KN_MAX USHRT_MAX ^fullgen.c:35:18: note: in expansion of macro 'KN_MAX' #define leer KN_MAX-1 ^fullgen.c:1462:29: note: in expansion of macro 'leer' if (laenge==0) { sequenz[1]=leer; kan[0]=1; return; } ^plantri.c:4142:17: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E end label error, code=%d\n",code); ^fullgen.c: In function 'belege_sequenz':fullgen.c:1503:7: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"Achtung -- naechste Kante nicht nach innen -- FEHLER !\n"); ^fullgen.c:1503:15: error: 'stderr' undeclared (first use in this function) { fprintf(stderr,"Achtung -- naechste Kante nicht nach innen -- FEHLER !\n"); ^plantri.c:4143:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:1504:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(7); } ^fullgen.c:33:18: error: 'USHRT_MAX' undeclared (first use in this function) #define KN_MAX USHRT_MAX ^fullgen.c:35:18: note: in expansion of macro 'KN_MAX' #define leer KN_MAX-1 ^fullgen.c:1506:34: note: in expansion of macro 'leer' for (i=0; i<7; i++) { sequenz[i]=leer; seqkanten[i]=nil; kan[i]=0;} ^plantri.c:4147:17: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E invers label error, code=%d\n",code); ^fullgen.c: In function 'codiere':plantri.c:4148:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:1615:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (start->name != aussen) { fprintf(stderr,"Codiere must start at external edge !\n"); ^fullgen.c:1615:38: error: 'stderr' undeclared (first use in this function) if (start->name != aussen) { fprintf(stderr,"Codiere must start at external edge !\n"); ^plantri.c:4152:17: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E end error, code=%d\n",code); ^fullgen.c:1616:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(8); } ^fullgen.c:31:18: error: 'LONG_MAX' undeclared (first use in this function) #define infty LONG_MAX ^fullgen.c:1623:50: note: in expansion of macro 'infty' if (map[i][j].name == aussen) map[i][j].dummy= infty; else map[i][j].dummy=0; ^plantri.c:4153:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:32:18: error: 'UCHAR_MAX' undeclared (first use in this function) #define FL_MAX UCHAR_MAX ^fullgen.c:34:18: note: in expansion of macro 'FL_MAX' #define unbelegt FL_MAX ^fullgen.c:1629:13: note: in expansion of macro 'unbelegt' code[2]=unbelegt; ^fullgen.c:1659:31: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else if (zaehler!=6) { fprintf(stderr,"ERROR in CODIERE: No 5- or 6-Gon !\n"); exit(9); } ^plantri.c:4160:17: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E face error, code=%d\n",code); ^fullgen.c:1659:87: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] else if (zaehler!=6) { fprintf(stderr,"ERROR in CODIERE: No 5- or 6-Gon !\n"); exit(9); } ^plantri.c:4161:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:1694:28: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else if (zaehler!=6) { fprintf(stderr,"ERROR in CODIERE(2): No 5- or 6-Gon !\n"); exit(10); } ^fullgen.c:1694:87: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] else if (zaehler!=6) { fprintf(stderr,"ERROR in CODIERE(2): No 5- or 6-Gon !\n"); exit(10); } ^fullgen.c: In function 'bbitemalloc':plantri.c:4166:17: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E min error 1, code=%d\n",code); ^fullgen.c:1713:39: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default] if (back==last) { back=(BBITEMLISTE *)malloc(sizeof(BBITEMLISTE)*1001); ^fullgen.c:1714:15: error: 'NULL' undeclared (first use in this function) if (back==NULL) { fprintf(stderr,"Can not get more memory for bbitems"); exit(11); } ^plantri.c:4167:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:1714:23: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (back==NULL) { fprintf(stderr,"Can not get more memory for bbitems"); exit(11); } ^fullgen.c:1714:31: error: 'stderr' undeclared (first use in this function) if (back==NULL) { fprintf(stderr,"Can not get more memory for bbitems"); exit(11); } ^fullgen.c:1714:78: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (back==NULL) { fprintf(stderr,"Can not get more memory for bbitems"); exit(11); } ^plantri.c:4172:17: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E min error 2, code=%d\n",code); ^fullgen.c: In function 'itemalloc':fullgen.c:1733:37: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default] if (back==last) { back=(ITEMLISTE *)malloc(sizeof(ITEMLISTE)*1001); ^fullgen.c:1734:15: error: 'NULL' undeclared (first use in this function) if (back==NULL) { fprintf(stderr,"Can not get more memory for items"); exit(12); } ^plantri.c:4173:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:1734:23: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (back==NULL) { fprintf(stderr,"Can not get more memory for items"); exit(12); } ^fullgen.c:1734:31: error: 'stderr' undeclared (first use in this function) if (back==NULL) { fprintf(stderr,"Can not get more memory for items"); exit(12); } ^plantri.c: In function 'got_one':fullgen.c:1734:76: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (back==NULL) { fprintf(stderr,"Can not get more memory for items"); exit(12); } ^fullgen.c: In function 'put_in_liste':plantri.c:4254:24: error: 'write_dual_graph' undeclared (first use in this function) if (dswitch) (*write_dual_graph)(outfile,doflip); ^fullgen.c:1763:38: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default] anfang->next_level=(SEQUENZLISTE **)malloc((s_eintrag+1)*sizeof(SEQUENZLISTE *)); ^fullgen.c:1764:26: error: 'NULL' undeclared (first use in this function) if (anfang->next_level==NULL) { fprintf(stderr,"Can not get more memory"); exit(13); } ^fullgen.c:1764:34: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (anfang->next_level==NULL) { fprintf(stderr,"Can not get more memory"); exit(13); } ^plantri.c:4255:24: error: 'write_graph' undeclared (first use in this function) else (*write_graph)(outfile,doflip); ^fullgen.c:1764:42: error: 'stderr' undeclared (first use in this function) if (anfang->next_level==NULL) { fprintf(stderr,"Can not get more memory"); exit(13); } ^fullgen.c:1764:77: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (anfang->next_level==NULL) { fprintf(stderr,"Can not get more memory"); exit(13); } ^fullgen.c:1768:2: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(puffer); ^fullgen.c:1771:55: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default] { anfang->next_level[s_eintrag]=(SEQUENZLISTE *)malloc(sizeof(SEQUENZLISTE)); ^fullgen.c:1772:45: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (anfang->next_level[s_eintrag]==NULL) { fprintf(stderr,"Can not get more memory"); exit(14); } ^fullgen.c:1772:88: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (anfang->next_level[s_eintrag]==NULL) { fprintf(stderr,"Can not get more memory"); exit(14); } ^fullgen.c: In function 'put_in_bb_liste':fullgen.c:1808:35: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default] anfang->items=(BBITEMLISTE **)malloc((s_eintrag+1)*sizeof(BBITEMLISTE *)); ^fullgen.c:1809:24: error: 'NULL' undeclared (first use in this function) if (anfang->items==NULL) { fprintf(stderr,"Can not get more memory"); exit(15); } ^fullgen.c:1809:32: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (anfang->items==NULL) { fprintf(stderr,"Can not get more memory"); exit(15); } ^fullgen.c:1809:40: error: 'stderr' undeclared (first use in this function) if (anfang->items==NULL) { fprintf(stderr,"Can not get more memory"); exit(15); } ^fullgen.c:1809:75: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (anfang->items==NULL) { fprintf(stderr,"Can not get more memory"); exit(15); } ^fullgen.c:1813:5: warning: incompatible implicit declaration of built-in function 'free' [enabled by default] free(puffer); ^fullgen.c:1824:19: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (item==NULL) { fprintf(stderr,"Can not get more memory"); exit(16); } ^fullgen.c:1824:62: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (item==NULL) { fprintf(stderr,"Can not get more memory"); exit(16); } ^fullgen.c: In function 'schreibe_auf':fullgen.c:1873:50: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (sechsecke+rest_sechsecke != max_sechsecke) { fprintf(stderr,"Error in 6-gon calculation (schreibe_auf) !\n"); ^fullgen.c:1873:58: error: 'stderr' undeclared (first use in this function) if (sechsecke+rest_sechsecke != max_sechsecke) { fprintf(stderr,"Error in 6-gon calculation (schreibe_auf) !\n"); ^fullgen.c:1874:8: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(17); } ^fullgen.c: In function 'check_mark_und_schreibe':fullgen.c:1908:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"Error in 6-gon calculation (check_mark_und_schreibe) !\n"); ^plantri.c: In function 'check_am2':fullgen.c:1908:13: error: 'stderr' undeclared (first use in this function) { fprintf(stderr,"Error in 6-gon calculation (check_mark_und_schreibe) !\n"); ^fullgen.c:1909:8: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(18); } ^fullgen.c:1912:20: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (code[0] !=0) { fprintf(stderr," there was a hexagon ring.......\n"); exit(19); } ^plantri.c:5639:13: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E am2 error 0, code %d\n",code); ^fullgen.c:1912:74: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (code[0] !=0) { fprintf(stderr," there was a hexagon ring.......\n"); exit(19); } ^fullgen.c: In function 'baue_auf':plantri.c:5639:21: error: 'stderr' undeclared (first use in this function) fprintf(stderr,">E am2 error 0, code %d\n",code); ^fullgen.c:1995:19: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (i != 1) { fprintf(stderr,"ERROR: i should be 1 !\n"); exit(26); } ^fullgen.c:1995:27: error: 'stderr' undeclared (first use in this function) if (i != 1) { fprintf(stderr,"ERROR: i should be 1 !\n"); exit(26); } ^plantri.c:5640:13: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:1995:63: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (i != 1) { fprintf(stderr,"ERROR: i should be 1 !\n"); exit(26); } ^plantri.c:5650:6: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E am2 error 1, code %d\n",code); ^plantri.c:5651:6: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c: In function 'initialize_list':fullgen.c:2309:46: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default] qq=(mapliste.sechser)[j]=(SEQUENZLISTE *)malloc(sizeof(SEQUENZLISTE)); ^plantri.c:5662:17: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E am2 error 2, code %d\n",code); ^fullgen.c:2310:13: error: 'NULL' undeclared (first use in this function) if (qq==NULL) { fprintf(stderr,"Can not get more memory"); exit(27); } ^fullgen.c:2310:21: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (qq==NULL) { fprintf(stderr,"Can not get more memory"); exit(27); } ^plantri.c:5663:17: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:2310:29: error: 'stderr' undeclared (first use in this function) if (qq==NULL) { fprintf(stderr,"Can not get more memory"); exit(27); } ^fullgen.c:2310:64: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (qq==NULL) { fprintf(stderr,"Can not get more memory"); exit(27); } ^fullgen.c:2320:49: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default] bbqq=(bbliste.sechser)[j]=(BBSEQUENZLISTE *)malloc(sizeof(BBSEQUENZLISTE)); ^fullgen.c:2321:23: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (bbqq==NULL) { fprintf(stderr,"Can not get more memory"); exit(28); } ^fullgen.c:2321:66: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (bbqq==NULL) { fprintf(stderr,"Can not get more memory"); exit(28); } ^fullgen.c: In function 'zaehle_knoten':fullgen.c:31:18: error: 'LONG_MAX' undeclared (first use in this function) #define infty LONG_MAX ^fullgen.c:2343:63: note: in expansion of macro 'infty' if (map[knoten][j].mininame == aussen) map[knoten][j].dummy=infty; ^fullgen.c: In function 'reko_bb_code':fullgen.c:2370:34: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (start->mininame != aussen) { fprintf(stderr,"Reko_BB_code must start at external edge !\n"); ^fullgen.c:2370:42: error: 'stderr' undeclared (first use in this function) if (start->mininame != aussen) { fprintf(stderr,"Reko_BB_code must start at external edge !\n"); ^fullgen.c:2371:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(29); } ^fullgen.c:32:18: error: 'UCHAR_MAX' undeclared (first use in this function) #define FL_MAX UCHAR_MAX ^fullgen.c:34:18: note: in expansion of macro 'FL_MAX' #define unbelegt FL_MAX ^fullgen.c:2372:46: note: in expansion of macro 'unbelegt' for (i=0; i<8; i++) { code[i]=spiegelcode[i]=unbelegt; testcode[i]=0; } ^fullgen.c:31:18: error: 'LONG_MAX' undeclared (first use in this function) #define infty LONG_MAX ^fullgen.c:2396:20: note: in expansion of macro 'infty' { run2->dummy=infty; } ^fullgen.c:2428:27: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else if (zaehler!=6) { fprintf(stderr,"ERROR in REKO_BB_CODE: No 5- or 6-Gon !\n"); exit(30); } ^fullgen.c:2428:88: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] else if (zaehler!=6) { fprintf(stderr,"ERROR in REKO_BB_CODE: No 5- or 6-Gon !\n"); exit(30); } ^fullgen.c:2496:27: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else if (zaehler!=6) { fprintf(stderr,"ERROR in REKO_BB_CODE(2): No 5- or 6-Gon !\n"); exit(31); } ^fullgen.c:2496:92: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] else if (zaehler!=6) { fprintf(stderr,"ERROR in REKO_BB_CODE(2): No 5- or 6-Gon !\n"); exit(31); } ^fullgen.c: In function 'suchestart_reko':fullgen.c:33:18: error: 'USHRT_MAX' undeclared (first use in this function) #define KN_MAX USHRT_MAX ^fullgen.c:35:18: note: in expansion of macro 'KN_MAX' #define leer KN_MAX-1 ^fullgen.c:2694:34: note: in expansion of macro 'leer' for (i=0; i<7; i++) { sequenz[i]=leer; seqkanten[i]=nil; kan[i]=0; } ^fullgen.c: In function 'reko_patch':fullgen.c:2803:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr," ERROR in reko_patch ! Patch empty and missing 5-gon !\n"); exit(32); } ^fullgen.c:2803:13: error: 'stderr' undeclared (first use in this function) { fprintf(stderr," ERROR in reko_patch ! Patch empty and missing 5-gon !\n"); exit(32); } ^fullgen.c:2803:81: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] { fprintf(stderr," ERROR in reko_patch ! Patch empty and missing 5-gon !\n"); exit(32); } ^fullgen.c: In function 'suchestart_reko_sp':fullgen.c:33:18: error: 'USHRT_MAX' undeclared (first use in this function) #define KN_MAX USHRT_MAX ^fullgen.c:35:18: note: in expansion of macro 'KN_MAX' #define leer KN_MAX-1 ^fullgen.c:2907:34: note: in expansion of macro 'leer' for (i=0; i<7; i++) { sequenz[i]=leer; seqkanten[i]=nil; kan[i]=0; } ^fullgen.c: In function 'reko_patch_sp':fullgen.c:3014:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr," ERROR in reko_patch_sp ! Patch empty and missing 5-gon !\n"); exit(33); } ^fullgen.c:3014:13: error: 'stderr' undeclared (first use in this function) { fprintf(stderr," ERROR in reko_patch_sp ! Patch empty and missing 5-gon !\n"); exit(33); } ^fullgen.c:3014:84: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] { fprintf(stderr," ERROR in reko_patch_sp ! Patch empty and missing 5-gon !\n"); exit(33); } ^fullgen.c: In function 'minitest':fullgen.c:3722:15: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: { fprintf(stderr,"Dangerous error in switch (minitest) !\n"); exit(34); } ^fullgen.c:3722:23: error: 'stderr' undeclared (first use in this function) default: { fprintf(stderr,"Dangerous error in switch (minitest) !\n"); exit(34); } ^fullgen.c:3722:75: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: { fprintf(stderr,"Dangerous error in switch (minitest) !\n"); exit(34); } ^fullgen.c:3848:14: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] case 1: { fprintf(stderr,"ERROR: BAUCHBINDEN should not be possible in mirror modus \n"); ^fullgen.c:3849:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(35); ^fullgen.c:3867:15: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: { fprintf(stderr,"Dangerous error in switch (minitest mirror) !\n"); exit(36); } ^fullgen.c:3867:82: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: { fprintf(stderr,"Dangerous error in switch (minitest mirror) !\n"); exit(36); } ^fullgen.c:3934:23: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (i==m_laenge) {fprintf(stderr,"Es fehlt Originalbauchbinde!\n"); exit(37);} ^fullgen.c:3934:73: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (i==m_laenge) {fprintf(stderr,"Es fehlt Originalbauchbinde!\n"); exit(37);} ^fullgen.c:4048:20: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (ord>12) {fprintf(stderr,"Ordnung eines Automorphismus groesser als 12!\n"); exit(38);} ^fullgen.c:4048:87: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (ord>12) {fprintf(stderr,"Ordnung eines Automorphismus groesser als 12!\n"); exit(38);} ^fullgen.c:4068:19: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (i+1>ord) {fprintf(stderr,"Zu viele Pfade geloescht!\n"); exit(39);} ^fullgen.c:4068:67: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (i+1>ord) {fprintf(stderr,"Zu viele Pfade geloescht!\n"); exit(39);} ^plantri.c: In function 'scanmin5c':fullgen.c:4104:22: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (i+1!=ord) {fprintf(stderr,"Falsche Ordnung des Automorphismus.\n"); exit(40);} ^fullgen.c:4104:79: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (i+1!=ord) {fprintf(stderr,"Falsche Ordnung des Automorphismus.\n"); exit(40);} ^plantri.c:11446:2: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E Increase the array bounds for extA1 and\n"); ^fullgen.c:4157:20: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (ord>12) {fprintf(stderr,"Ordnung eines Automorphismus groesser als 12!\n"); exit(41);} ^fullgen.c:4157:87: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (ord>12) {fprintf(stderr,"Ordnung eines Automorphismus groesser als 12!\n"); exit(41);} ^plantri.c:11446:10: error: 'stderr' undeclared (first use in this function) fprintf(stderr,">E Increase the array bounds for extA1 and\n"); ^fullgen.c:4229:16: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: {fprintf(stderr,"Unbekannte Ordnung %d! %d\n",symm_ord,code[1]); exit(42);} ^fullgen.c:4229:81: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: {fprintf(stderr,"Unbekannte Ordnung %d! %d\n",symm_ord,code[1]); exit(42);} ^plantri.c:11448:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:4354:17: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,"Z-Viererdrehspiegelung\n"); /* sollte eine derartige Drehspiegelung ^fullgen.c:4541:26: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (ord>12) {fprintf(stderr,"Ordnung eines Automorphismus groesser als 12!\n"); exit(43);} ^fullgen.c:4541:93: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (ord>12) {fprintf(stderr,"Ordnung eines Automorphismus groesser als 12!\n"); exit(43);} ^fullgen.c:4570:26: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (ord>12) {fprintf(stderr,"Ordnung eines Automorphismus groesser als 12!\n"); exit(44);} ^fullgen.c:4570:93: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (ord>12) {fprintf(stderr,"Ordnung eines Automorphismus groesser als 12!\n"); exit(44);} ^fullgen.c:4601:26: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (ord>12) {fprintf(stderr,"Ordnung eines Automorphismus groesser als 12!\n"); exit(45);} ^fullgen.c:4601:93: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (ord>12) {fprintf(stderr,"Ordnung eines Automorphismus groesser als 12!\n"); exit(45);} ^fullgen.c:4632:26: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (ord>12) {fprintf(stderr,"Ordnung eines Automorphismus groesser als 12!\n"); exit(46);} ^fullgen.c:4632:93: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (ord>12) {fprintf(stderr,"Ordnung eines Automorphismus groesser als 12!\n"); exit(46);} ^fullgen.c:4681:20: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (ii<1) {fprintf(stderr,"Es fehlt eine Dreierdrehung.\n"); exit(47);} ^fullgen.c:4681:70: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (ii<1) {fprintf(stderr,"Es fehlt eine Dreierdrehung.\n"); exit(47);} ^fullgen.c:4691:20: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (ii<1) {fprintf(stderr,"Es fehlt eine Zweierdrehung.\n"); exit(48);} ^fullgen.c:4691:70: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (ii<1) {fprintf(stderr,"Es fehlt eine Zweierdrehung.\n"); exit(48);} ^fullgen.c:4706:42: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] case 0: {if (drehsp!=2) {fprintf(stderr, "%lld: Fehler bei Ci %d\n", graphenzahl[map[0][0].name]+1, ^fullgen.c:4707:51: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] drehsp); exit(49);} ^fullgen.c:4710:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,"%lld: Fehler bei S4\n", graphenzahl[map[0][0].name]+1); exit(50);} } ^fullgen.c:4710:102: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,"%lld: Fehler bei S4\n", graphenzahl[map[0][0].name]+1); exit(50);} } ^fullgen.c:4712:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,"%lld: Fehler bei S6\n", graphenzahl[map[0][0].name]+1); exit(51);} } ^fullgen.c:4712:102: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,"%lld: Fehler bei S6\n", graphenzahl[map[0][0].name]+1); exit(51);} } ^fullgen.c:4714:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei C%d\n", graphenzahl[map[0][0].name]+1, ordnung[0]); ^fullgen.c:4715:30: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(52);} ^fullgen.c:4718:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D2\n", graphenzahl[map[0][0].name]+1); exit(53);} ^fullgen.c:4718:103: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D2\n", graphenzahl[map[0][0].name]+1); exit(53);} ^fullgen.c:4721:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D3\n", graphenzahl[map[0][0].name]+1); exit(54);} ^fullgen.c:4721:103: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D3\n", graphenzahl[map[0][0].name]+1); exit(54);} ^fullgen.c:4724:23: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D5\n", graphenzahl[map[0][0].name]+1); exit(55);} ^fullgen.c:4724:96: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D5\n", graphenzahl[map[0][0].name]+1); exit(55);} ^fullgen.c:4729:36: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D6\n", graphenzahl[map[0][0].name]+1); exit(56);} } ^fullgen.c:4729:109: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D6\n", graphenzahl[map[0][0].name]+1); exit(56);} } ^fullgen.c:4731:36: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei T\n", graphenzahl[map[0][0].name]+1); exit(57);} } ^fullgen.c:4731:108: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei T\n", graphenzahl[map[0][0].name]+1); exit(57);} } ^plantri.c: In function 'getswitchvaluelist':fullgen.c:4735:19: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: {fprintf(stderr, "%lld: Fehler 0 %d\n", graphenzahl[map[0][0].name]+1, n); exit(58);} ^fullgen.c:4735:94: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: {fprintf(stderr, "%lld: Fehler 0 %d\n", graphenzahl[map[0][0].name]+1, n); exit(58);} ^fullgen.c:4743:17: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: {fprintf(stderr, "%lld: Fehler 1 1 %d\n", graphenzahl[map[0][0].name]+1, ^plantri.c:17223:6: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr, ^fullgen.c:4744:51: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] ordnung[0]); exit(59);} ^fullgen.c:4746:26: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: {fprintf(stderr, "%lld: Fehler 1 %d\n", graphenzahl[map[0][0].name]+1, n); exit(60);} ^fullgen.c:4746:100: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: {fprintf(stderr, "%lld: Fehler 1 %d\n", graphenzahl[map[0][0].name]+1, n); exit(60);} ^fullgen.c:4751:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei C2v\n", graphenzahl[map[0][0].name]+1); exit(61);} ^plantri.c:17223:14: error: 'stderr' undeclared (first use in this function) fprintf(stderr, ^fullgen.c:4751:104: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei C2v\n", graphenzahl[map[0][0].name]+1); exit(61);} ^fullgen.c:4754:23: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D2d\n", graphenzahl[map[0][0].name]+1); exit(62);} ^fullgen.c:4754:97: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D2d\n", graphenzahl[map[0][0].name]+1); exit(62);} ^plantri.c:17225:6: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:4756:19: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: {fprintf(stderr, "%lld: Fehler 2 %d\n", graphenzahl[map[0][0].name]+1, n); exit(63);} ^fullgen.c:4756:94: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: {fprintf(stderr, "%lld: Fehler 2 %d\n", graphenzahl[map[0][0].name]+1, n); exit(63);} ^fullgen.c:4761:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei C3v\n", graphenzahl[map[0][0].name]+1); exit(64);} ^plantri.c:17236:24: warning: incompatible implicit declaration of built-in function 'strchr' [enabled by default] if (arg[j] != '\0' && strchr(sep,arg[j])) ^plantri.c: In function 'check_switch':fullgen.c:4761:105: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei C3v\n", graphenzahl[map[0][0].name]+1); exit(64);} ^fullgen.c:4764:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D2h\n", graphenzahl[map[0][0].name]+1); exit(65);} ^fullgen.c:4764:105: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D2h\n", graphenzahl[map[0][0].name]+1); exit(65);} ^fullgen.c:4767:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D3d\n", graphenzahl[map[0][0].name]+1); exit(66);} ^plantri.c:17255:2: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E %s: -%c is not permitted\n",cmdname,sw); ^fullgen.c:4767:105: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D3d\n", graphenzahl[map[0][0].name]+1); exit(66);} ^fullgen.c:4772:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei Th\n", graphenzahl[map[0][0].name]+1); exit(67);} ^fullgen.c:4772:104: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei Th\n", graphenzahl[map[0][0].name]+1); exit(67);} ^plantri.c:17255:10: error: 'stderr' undeclared (first use in this function) fprintf(stderr,">E %s: -%c is not permitted\n",cmdname,sw); ^fullgen.c:4774:19: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: {fprintf(stderr, "%lld: Fehler 3 %d\n", graphenzahl[map[0][0].name]+1, n); exit(68);} ^fullgen.c:4774:94: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: {fprintf(stderr, "%lld: Fehler 3 %d\n", graphenzahl[map[0][0].name]+1, n); exit(68);} ^fullgen.c:4778:18: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D3h\n", graphenzahl[map[0][0].name]+1); exit(69);} ^plantri.c:17256:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^plantri.c: In function 'decode_command_line':fullgen.c:4778:92: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D3h\n", graphenzahl[map[0][0].name]+1); exit(69);} ^fullgen.c:4781:18: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D5d\n", graphenzahl[map[0][0].name]+1); exit(77);} ^fullgen.c:4781:92: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D5d\n", graphenzahl[map[0][0].name]+1); exit(77);} ^plantri.c:17284:33: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] for (i = 0; i < argc ; ++i) fprintf(stderr,"%s ",argv[i]); ^fullgen.c:4785:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D5h\n", graphenzahl[map[0][0].name]+1); exit(70);} ^fullgen.c:4785:104: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D5h\n", graphenzahl[map[0][0].name]+1); exit(70);} ^fullgen.c:4790:34: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D6d\n", graphenzahl[map[0][0].name]+1); exit(71);} } ^fullgen.c:4790:108: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D6d\n", graphenzahl[map[0][0].name]+1); exit(71);} } ^plantri.c:17284:41: error: 'stderr' undeclared (first use in this function) for (i = 0; i < argc ; ++i) fprintf(stderr,"%s ",argv[i]); ^fullgen.c:4792:34: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei Td\n", graphenzahl[map[0][0].name]+1); exit(72);} } ^fullgen.c:4792:107: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei Td\n", graphenzahl[map[0][0].name]+1); exit(72);} } ^fullgen.c:4794:21: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: {fprintf(stderr, "%lld: Fehler 6 %d\n", graphenzahl[map[0][0].name]+1, n); exit(73);} ^fullgen.c:4794:95: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: {fprintf(stderr, "%lld: Fehler 6 %d\n", graphenzahl[map[0][0].name]+1, n); exit(73);} ^plantri.c:17378:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:4800:18: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D6h\n", graphenzahl[map[0][0].name]+1); exit(74);} ^fullgen.c:4800:92: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr, "%lld: Fehler bei D6h\n", graphenzahl[map[0][0].name]+1); exit(74);} ^fullgen.c:4802:27: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] case 15: {if (n!=31) {fprintf(stderr, "%lld: Fehler bei Ih\n", graphenzahl[map[0][0].name]+1); exit(75);} ^fullgen.c:4802:100: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] case 15: {if (n!=31) {fprintf(stderr, "%lld: Fehler bei Ih\n", graphenzahl[map[0][0].name]+1); exit(75);} ^plantri.c:17391:22: warning: incompatible implicit declaration of built-in function 'sscanf' [enabled by default] else if (sscanf(arg,"%d/%d",&ares,&amod) == 2) ^fullgen.c:4804:15: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: {fprintf(stderr, "%lld: Fehler %d %d\n", graphenzahl[map[0][0].name]+1, n2, n); exit(76);} ^fullgen.c:4804:94: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: {fprintf(stderr, "%lld: Fehler %d %d\n", graphenzahl[map[0][0].name]+1, n2, n); exit(76);} ^fullgen.c:4816:16: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: exit(78); ^plantri.c:17408:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:4828:18: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: exit(79); ^fullgen.c:4836:16: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: exit(80); ^fullgen.c:4838:25: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: exit(0); ^plantri.c:17414:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^plantri.c: In function 'open_output_file':fullgen.c:4844:18: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: exit(81); ^fullgen.c:4852:18: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: exit(82); ^fullgen.c:4864:18: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: exit(83); ^plantri.c:17480:9: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E %s: -a, -g, -s, -u, -E are incompatible\n",cmdname); ^fullgen.c:4869:14: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] default: exit(84); ^fullgen.c: In function 'add_polygon_invers':fullgen.c:5014:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (start->name != aussen) { fprintf(stderr,"ERROR ADD_P_INV not starting at external edge\n"); ^fullgen.c:5014:38: error: 'stderr' undeclared (first use in this function) if (start->name != aussen) { fprintf(stderr,"ERROR ADD_P_INV not starting at external edge\n"); ^plantri.c:17480:17: error: 'stderr' undeclared (first use in this function) fprintf(stderr,">E %s: -a, -g, -s, -u, -E are incompatible\n",cmdname); ^fullgen.c:5015:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(86); } ^fullgen.c:5030:6: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"polygon to insert (inv) too small !\n"); ^fullgen.c:5031:6: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(87); } ^plantri.c:17481:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c: In function 'baue_kuppe':fullgen.c:5137:22: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (run==nil) { fprintf(stderr,"ERROR: nil-edge while building hexagon rings\n"); ^plantri.c:17492:13: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E %s: n is too large for that output format\n", ^fullgen.c:5137:30: error: 'stderr' undeclared (first use in this function) if (run==nil) { fprintf(stderr,"ERROR: nil-edge while building hexagon rings\n"); ^fullgen.c:5138:8: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(88); } ^fullgen.c:5148:6: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"Baue_Kuppe: Could not insert enough faces: "); ^plantri.c:17494:13: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:5150:6: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(89); } ^fullgen.c:5156:18: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (run==nil) { fprintf(stderr,"ERROR: nil-edge while building hexagon rings\n"); ^fullgen.c:5157:11: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(90); } ^fullgen.c:5166:6: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"Baue_Kuppe: Could not insert enough faces: "); ^plantri.c:17502:19: error: 'stdout' undeclared (first use in this function) outfile = stdout; ^fullgen.c:5168:6: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(91); } ^fullgen.c: In function 'bauchbinde':fullgen.c:33:18: error: 'USHRT_MAX' undeclared (first use in this function) #define KN_MAX USHRT_MAX ^fullgen.c:35:18: note: in expansion of macro 'KN_MAX' #define leer KN_MAX-1 ^fullgen.c:5215:21: note: in expansion of macro 'leer' code[1]=1; code[19]=leer; ^fullgen.c: In function 'suchestart':fullgen.c:33:18: error: 'USHRT_MAX' undeclared (first use in this function) #define KN_MAX USHRT_MAX ^fullgen.c:35:18: note: in expansion of macro 'KN_MAX' #define leer KN_MAX-1 ^fullgen.c:5291:34: note: in expansion of macro 'leer' for (i=0; i<7; i++) { sequenz[i]=leer; seqkanten[i]=nil; kan[i]=0; } ^plantri.c:17504:23: warning: assignment makes pointer from integer without a cast [enabled by default] else if ((outfile = fopen(outfilename, ^fullgen.c: In function 'insert_patch':fullgen.c:5521:6: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"Insert_patch: Could not insert enough faces: "); ^fullgen.c:5521:14: error: 'stderr' undeclared (first use in this function) { fprintf(stderr,"Insert_patch: Could not insert enough faces: "); ^plantri.c:17507:9: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr, ^fullgen.c:5523:6: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(92); } ^fullgen.c: In function 'main':plantri.c:17510:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:5968:15: error: storage size of 'buf' isn't known struct stat buf; ^fullgen.c:5972:3: error: unknown type name 'clock_t' clock_t savetime=0, buffertime; ^fullgen.c:5973:14: error: storage size of 'TMS' isn't known struct tms TMS; ^plantri.c:17514:9: error: 'write_graph' undeclared (first use in this function) write_graph = write_dual_graph = write_digits; ^fullgen.c:5997:13: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] if (argc<2) exit(93); ^fullgen.c:6001:42: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if ((knotenzahl%2) || (knotenzahl<20)) { fprintf(stderr,"Impossible vertex number. \n"); exit(94); } ^fullgen.c:6001:50: error: 'stderr' undeclared (first use in this function) if ((knotenzahl%2) || (knotenzahl<20)) { fprintf(stderr,"Impossible vertex number. \n"); exit(94); } ^fullgen.c:33:18: error: 'USHRT_MAX' undeclared (first use in this function) #define KN_MAX USHRT_MAX ^fullgen.c:35:18: note: in expansion of macro 'KN_MAX' #define leer KN_MAX-1 ^fullgen.c:6006:19: note: in expansion of macro 'leer' if (knotenzahl >= leer) { fprintf(stderr,"Number of vertices too large for the data-types used. \n"); exit(95); } ^plantri.c:17514:23: error: 'write_dual_graph' undeclared (first use in this function) write_graph = write_dual_graph = write_digits; ^fullgen.c:6006:27: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (knotenzahl >= leer) { fprintf(stderr,"Number of vertices too large for the data-types used. \n"); exit(95); } ^fullgen.c:6007:23: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (aussen >= leer) { fprintf(stderr,"Definition of \"S\" too large for the data-types used. \n"); exit(96); } ^plantri.c:17514:42: error: 'write_digits' undeclared (first use in this function) write_graph = write_dual_graph = write_digits; ^fullgen.c:32:18: error: 'UCHAR_MAX' undeclared (first use in this function) #define FL_MAX UCHAR_MAX ^fullgen.c:6008:12: note: in expansion of macro 'FL_MAX' if (S+12 > FL_MAX) { fprintf(stderr,"Definition of \"S\" too large for the data-types used for FLAECHENTYP. \n"); ^fullgen.c:6008:22: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (S+12 > FL_MAX) { fprintf(stderr,"Definition of \"S\" too large for the data-types used for FLAECHENTYP. \n"); ^fullgen.c:6011:22: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (sechsecke > S) { fprintf(stderr,"Fix the constant \"S\" to at least %d\n",sechsecke); exit(98); } ^fullgen.c:6019:14: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else { fprintf(stderr,"Nonidentified option: %s \n",argv[i]); exit(99); } ^plantri.c:17517:23: error: 'write_alpha' undeclared (first use in this function) write_graph = write_alpha; ^fullgen.c:6023:14: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else { fprintf(stderr,"Nonidentified option: %s \n",argv[i]); exit(100); } ^fullgen.c:6029:6: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"Impossible vertex number to start. \n"); exit(101); } ^plantri.c:17518:28: error: 'write_dual_alpha' undeclared (first use in this function) write_dual_graph = write_dual_alpha; ^fullgen.c:6054:34: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] strcat(symmstring,(char *)"_"); strcat(symmstring,name);} ^fullgen.c:6060:29: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,"Unknown symmetry identifier. \n"); exit(102);} ^plantri.c:17522:23: error: 'write_graph6' undeclared (first use in this function) write_graph = write_graph6; ^fullgen.c:6063:14: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else { fprintf(stderr,"Nonidentified option: %s \n",argv[i]); exit(103); } ^fullgen.c:6074:16: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: { fprintf(stderr,"No such case !\n"); exit(104); } ^fullgen.c:6077:14: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else { fprintf(stderr,"Nonidentified option: %s \n",argv[i]); exit(105); } ^plantri.c:17523:28: error: 'write_dual_graph6' undeclared (first use in this function) write_dual_graph = write_dual_graph6; ^fullgen.c:6079:50: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] case 'p': { if (strcmp(argv[i],"pid")==0) {fprintf(stdout,"%d\n",getpid()); fflush(stdout);} ^fullgen.c:6079:58: error: 'stdout' undeclared (first use in this function) case 'p': { if (strcmp(argv[i],"pid")==0) {fprintf(stdout,"%d\n",getpid()); fflush(stdout);} ^fullgen.c:6080:25: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else {fprintf(stderr,"Nonidentified option: %s \n",argv[i]); exit(119);} ^plantri.c:17527:23: error: 'write_sparse6' undeclared (first use in this function) write_graph = write_sparse6; ^fullgen.c:6084:25: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else {fprintf(stderr,"Nonidentified option: %s \n",argv[i]); exit(120);} ^fullgen.c:6093:12: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else { fprintf(stderr,"Nonidentified option: %s \n",argv[i]); exit(106); } ^plantri.c:17528:28: error: 'write_dual_sparse6' undeclared (first use in this function) write_dual_graph = write_dual_sparse6; ^fullgen.c:6099:13: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"Bad values for option mod \n"); exit(0); } ^fullgen.c:6101:14: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] else { fprintf(stderr,"Nonidentified option: %s \n",argv[i]); exit(106); } ^plantri.c:17532:23: error: 'write_edgecode' undeclared (first use in this function) write_graph = write_edgecode; ^fullgen.c:6106:18: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: { fprintf(stderr,"Nonidentified option: %s \n",argv[i]); exit(107); } ^fullgen.c:6115:19: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default] { if (IPR) sprintf(strpuf,"Full_codes_%d_ipr",i); ^fullgen.c:6117:51: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (do_case) { sprintf(strpuf2,"_c%d",do_case); strcat(strpuf,strpuf2); } ^plantri.c:17533:28: error: 'write_dual_edgecode' undeclared (first use in this function) write_dual_graph = write_dual_edgecode; ^fullgen.c:6118:52: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (mod) { sprintf(strpuf2,"_m_%d_%d",rest,mod); strcat(strpuf,strpuf2); } ^fullgen.c:6119:37: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (symm_len>0) {strcat(strpuf,symmstring);} ^plantri.c:17537:23: error: 'write_planar_code' undeclared (first use in this function) write_graph = write_planar_code; ^fullgen.c:6120:44: warning: assignment makes pointer from integer without a cast [enabled by default] if (to_stdout) fil[i]=stdout; else fil[i]=fopen(strpuf,"wb"); ^fullgen.c:6122:29: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil[i]==nil) { fprintf(stderr,"Can not open file %s. \n",strpuf); exit(109);} ^fullgen.c:6126:19: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default] { if (IPR) sprintf(strpuf,"Spiral_codes_%d_ipr",i); ^plantri.c:17538:28: error: 'write_dual_planar_code' undeclared (first use in this function) write_dual_graph = write_dual_planar_code; ^fullgen.c:6128:51: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (do_case) { sprintf(strpuf2,"_c%d",do_case); strcat(strpuf,strpuf2); } ^fullgen.c:6129:52: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (mod) { sprintf(strpuf2,"_m_%d_%d",rest,mod); strcat(strpuf,strpuf2); } ^plantri.c:17544:7: warning: incompatible implicit declaration of built-in function 'fwrite' [enabled by default] fwrite(PCODE,(size_t)1,PCODELEN,outfile) != PCODELEN) ^fullgen.c:6130:37: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (symm_len>0) {strcat(strpuf,symmstring);} ^fullgen.c:6131:44: warning: assignment makes pointer from integer without a cast [enabled by default] if (to_stdout) fil[i]=stdout; else fil[i]=fopen(strpuf,"wb"); ^fullgen.c:6133:29: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil[i]==nil) { fprintf(stderr,"Can not open file %s. \n",strpuf); exit(110);} ^plantri.c:17544:21: error: 'size_t' undeclared (first use in this function) fwrite(PCODE,(size_t)1,PCODELEN,outfile) != PCODELEN) ^fullgen.c:6142:12: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default] if (IPR) sprintf(strpuf,"Spiral_codes_%d_ipr",i); ^fullgen.c:6144:51: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (do_case) { sprintf(strpuf2,"_c%d",do_case); strcat(strpuf,strpuf2); } ^plantri.c:17544:28: error: expected ')' before numeric constant fwrite(PCODE,(size_t)1,PCODELEN,outfile) != PCODELEN) ^fullgen.c:6145:52: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (mod) { sprintf(strpuf2,"_m_%d_%d",rest,mod); strcat(strpuf,strpuf2); } ^plantri.c:17544:28: error: too few arguments to function 'fwrite'fullgen.c:6146:37: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (symm_len>0) {strcat(strpuf,symmstring);} ^fullgen.c:6147:44: warning: assignment makes pointer from integer without a cast [enabled by default] if (to_stdout) fil[i]=stdout; else fil[i]=fopen(strpuf,"wb"); ^plantri.c:17546:29: error: expected ')' before numeric constant fwrite(ECODE,(size_t)1,ECODELEN,outfile) != ECODELEN) ^plantri.c:17546:29: error: too few arguments to function 'fwrite'fullgen.c:6149:29: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil[i]==nil) { fprintf(stderr,"Can not open file %s. \n",strpuf); exit(111);} ^fullgen.c:6150:31: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default] lastcode[i]=(FLAECHENTYP **)malloc(sizeof(FLAECHENTYP *)); ^fullgen.c:6151:28: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (lastcode[i] ==nil) { fprintf(stderr,"Can not get memory for lastcode. \n"); exit(112); } ^plantri.c:17548:30: error: expected ')' before numeric constant fwrite(G6CODE,(size_t)1,G6CODELEN,outfile) != G6CODELEN) ^plantri.c:17548:30: error: too few arguments to function 'fwrite'fullgen.c:6159:19: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default] { if (IPR) sprintf(strpuf,"Full_codes_%d_ipr",i); ^fullgen.c:6161:51: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (do_case) { sprintf(strpuf2,"_c%d",do_case); strcat(strpuf,strpuf2); } ^plantri.c:17550:30: error: expected ')' before numeric constant fwrite(S6CODE,(size_t)1,S6CODELEN,outfile) != S6CODELEN)) ^plantri.c:17550:30: error: too few arguments to function 'fwrite'fullgen.c:6162:52: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (mod) { sprintf(strpuf2,"_m_%d_%d",rest,mod); strcat(strpuf,strpuf2); } ^fullgen.c:6163:37: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (symm_len>0) {strcat(strpuf,symmstring);} ^fullgen.c:6164:44: warning: assignment makes pointer from integer without a cast [enabled by default] if (to_stdout) fil[i]=stdout; else fil[i]=fopen(strpuf,"wb"); ^plantri.c:17552:13: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E %s: error writing header\n",cmdname); ^fullgen.c:6165:29: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (fil[i]==nil) { fprintf(stderr,"Can not open file %s. \n",strpuf); exit(113);} ^fullgen.c:6174:14: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] default: { fprintf(stderr,"No coding number %d. \n", codenumber); exit(114); } ^plantri.c:17554:13: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^fullgen.c:6178:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"The option \"hexspi\" must be used together with some code involving spiral checking \n"); ^plantri.c: In function 'simple_dispatch':fullgen.c:6182:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"The option \"spistat\" must be used only for fullerenes of ONE size \n"); ^fullgen.c:6189:40: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default] { if (min_sechsecke==max_sechsecke) sprintf(logfilename,"Full_gen_%d_ipr",knotenzahl); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17572:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",3,MAXN); ^fullgen.c:6192:40: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default] { if (min_sechsecke==max_sechsecke) sprintf(logfilename,"Full_gen_%d",knotenzahl); ^fullgen.c:6195:18: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default] if (do_case) { sprintf(strpuf2,"_c%d",do_case); strcat(logfilename,strpuf2); } ^fullgen.c:6195:51: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (do_case) { sprintf(strpuf2,"_c%d",do_case); strcat(logfilename,strpuf2); } ^plantri.c:509:12: error: 'stderr' undeclared (first use in this function) {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17572:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",3,MAXN); ^fullgen.c:6196:14: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default] if (mod) { sprintf(strpuf2,"_m_%d_%d",rest,mod); strcat(logfilename,strpuf2); } ^fullgen.c:6196:52: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] if (mod) { sprintf(strpuf2,"_m_%d_%d",rest,mod); strcat(logfilename,strpuf2); } ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17572:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",3,MAXN); ^fullgen.c:6197:22: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default] if (spiralcheck) { sprintf(no_spiral_filename,"No_spiral_"); ^fullgen.c:6198:8: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] strcat(no_spiral_filename,logfilename+9); ^fullgen.c:6202:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,"Could not execute system call.\n"); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17573:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minconnec,"-c",1,3); ^fullgen.c:6210:30: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,"Could not execute system call.\n"); ^fullgen.c:6214:17: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default] if (hexspi) { sprintf(no_hexa_spiral_filename,"No_hexagon_spiral_"); ^fullgen.c:6215:3: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] strcat(no_hexa_spiral_filename,logfilename+9); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17573:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minconnec,"-c",1,3); ^fullgen.c:6219:26: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,"Could not execute system call.\n"); ^fullgen.c:6226:5: warning: incompatible implicit declaration of built-in function 'strcat' [enabled by default] strcat(logfilename,".log"); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17574:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minimumdeg,"-m",1,3); ^fullgen.c:6227:34: warning: assignment makes pointer from integer without a cast [enabled by default] if (separate_logfile) logfile=fopen(logfilename,"w"); ^fullgen.c:6228:25: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] if (logfile==nil) { fprintf(stderr,"Can not open file %s. \n",logfilename); exit(118);} ^fullgen.c:6229:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(logfile,"Minimal vertex number: %d \n",(2*min_sechsecke)+20); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17574:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minimumdeg,"-m",1,3); ^fullgen.c:6244:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"Time for generating the patches: %.1f seconds \n",(double)savetime/time_factor); ^fullgen.c:6246:14: warning: assignment makes pointer from integer without a cast [enabled by default] logfile=fopen(logfilename,"a"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17576:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(edgebound[0]>=0,"without -p","-e"); ^fullgen.c:6260:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"Time for case 1 (Jordan-Curve Petrie Path): %.1f seconds \n",(double)(buffertime-savetime)/time_factor); ^fullgen.c:6262:14: warning: assignment makes pointer from integer without a cast [enabled by default] logfile=fopen(logfilename,"a"); ^fullgen.c:6278:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"Time for case 2 (Dumb-bell): %.1f seconds \n",(double)(buffertime-savetime)/time_factor); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17576:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(edgebound[0]>=0,"without -p","-e"); ^fullgen.c:6280:14: warning: assignment makes pointer from integer without a cast [enabled by default] logfile=fopen(logfilename,"a"); ^fullgen.c:6296:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] { fprintf(stderr,"Time for case 3 (Sandwich): %.1f seconds \n\n",(double)(buffertime-savetime)/time_factor); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17577:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(maxfacesize>=0,"without -p","-f"); ^fullgen.c:6298:14: warning: assignment makes pointer from integer without a cast [enabled by default] logfile=fopen(logfilename,"a"); ^fullgen.c:6312:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,"MAPLIST: number of patches: %d\n",mapliste.total_maps); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17577:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(maxfacesize>=0,"without -p","-f"); ^fullgen.c:6327:13: warning: assignment makes pointer from integer without a cast [enabled by default] logfile=fopen(logfilename,"a"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17578:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(minconnec == 3 && xswitch && minimumdeg == 3,"-c3","-x"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17578:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(minconnec == 3 && xswitch && minimumdeg == 3,"-c3","-x"); ^plantri.c:17582:9: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,">E %s: connectivity < 3 is restricted to n < %d\n", ^plantri.c:17584:9: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^plantri.c:17587:18: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] if (dswitch) strcpy(outtypename,"cubic graphs"); ^plantri.c:17644:9: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(msgfile,"By connectivity: "); ^plantri.c: In function 'polygon_dispatch':plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17686:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize-1,MAXN-1); ^plantri.c:509:12: error: 'stderr' undeclared (first use in this function) {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17686:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize-1,MAXN-1); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17686:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize-1,MAXN-1); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17688:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minconnec,"-c",2,3); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17688:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minconnec,"-c",2,3); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17689:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minimumdeg,"-m",2,3); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17689:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minimumdeg,"-m",2,3); ^plantri.c:514:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s\n",cmdname,msg); exit(1);} ^plantri.c:17690:5: note: in expansion of macro 'PERROR' PERROR(polygonsize==1||polygonsize==2||polygonsize>=maxnv, ^plantri.c:514:48: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s\n",cmdname,msg); exit(1);} ^plantri.c:17690:5: note: in expansion of macro 'PERROR' PERROR(polygonsize==1||polygonsize==2||polygonsize>=maxnv, ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17693:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(pswitch,"-P","-p"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17693:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(pswitch,"-P","-p"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17694:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(bswitch,"-P","-b"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17694:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(bswitch,"-P","-b"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17695:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-P","-t"); ^make: *** [makefile:50: fullgen] Error 1make: *** Waiting for unfinished jobs....plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17695:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-P","-t"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17696:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(qswitch,"-P","-q"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17696:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(qswitch,"-P","-q"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17697:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(edgebound[0]>=0,"-P","-e"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17697:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(edgebound[0]>=0,"-P","-e"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17698:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(maxfacesize>=0,"-P","-f"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17698:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(maxfacesize>=0,"-P","-f"); ^plantri.c:17702:18: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] if (dswitch) strcpy(outtypename,"duals of disk triangulations"); ^plantri.c:17736:13: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(msgfile," With %2d-gon: ",i); ^plantri.c: In function 'min4_dispatch':plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17767:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize,MAXN); ^plantri.c:509:12: error: 'stderr' undeclared (first use in this function) {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17767:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize,MAXN); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17767:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize,MAXN); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17768:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minconnec,"-c",3,4); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17768:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minconnec,"-c",3,4); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17769:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minimumdeg,"-m",4,4); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17769:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minimumdeg,"-m",4,4); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17771:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-m4 or -c4","-t"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17771:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-m4 or -c4","-t"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17772:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(qswitch,"-m4 or -c4","-q"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17772:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(qswitch,"-m4 or -c4","-q"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17773:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(edgebound[0]>=0,"-m4 without -p","-e"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17773:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(edgebound[0]>=0,"-m4 without -p","-e"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17774:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(maxfacesize>=0,"-m4 without -p","-f"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17774:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(maxfacesize>=0,"-m4 without -p","-f"); ^plantri.c:17776:18: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] if (dswitch) strcpy(outtypename,"cubic graphs"); ^plantri.c: In function 'min5_dispatch':plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17818:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize,MAXN); ^plantri.c:509:12: error: 'stderr' undeclared (first use in this function) {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17818:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize,MAXN); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17818:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize,MAXN); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17819:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minconnec,"-c",3,5); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17819:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minconnec,"-c",3,5); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17820:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minimumdeg,"-m",5,5); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17820:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minimumdeg,"-m",5,5); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17822:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-m5 or -c5","-t"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17822:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-m5 or -c5","-t"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17823:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(qswitch,"-m5 or -c5","-q"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17823:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(qswitch,"-m5 or -c5","-q"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17824:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(edgebound[0]>=0,"-m5 without -p","-e"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17824:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(edgebound[0]>=0,"-m5 without -p","-e"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17825:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(maxfacesize>=0,"-m5 without -p","-f"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17825:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(maxfacesize>=0,"-m5 without -p","-f"); ^plantri.c:17827:18: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] if (dswitch) strcpy(outtypename,"cubic graphs"); ^plantri.c:17854:13: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(msgfile,"By connectivity: "); ^plantri.c: In function 'polytope_dispatch':plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17928:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",2,MAXN); ^plantri.c:509:12: error: 'stderr' undeclared (first use in this function) {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17928:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",2,MAXN); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17928:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",2,MAXN); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17929:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",2,64); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17929:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",2,64); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17930:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minpolyconnec,"-c",1,3); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17930:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minpolyconnec,"-c",1,3); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17931:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minpolydeg,"-m",1,5); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17931:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minpolydeg,"-m",1,5); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17933:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(polygonsize>=0,"-p","-P"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17933:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(polygonsize>=0,"-p","-P"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17934:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(bswitch,"-p","-b"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17934:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(bswitch,"-p","-b"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17935:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(qswitch,"-p","-q"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17935:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(qswitch,"-p","-q"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17936:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-p","-t"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17936:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-p","-t"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17938:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(minpolyconnec == 3 && xswitch,"-c3","-x"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:17938:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(minpolyconnec == 3 && xswitch,"-c3","-x"); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17946:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(edgebound[0],"-e",0,maxundir); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17946:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(edgebound[0],"-e",0,maxundir); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17947:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(edgebound[1],"-e",0,maxundir); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17947:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(edgebound[1],"-e",0,maxundir); ^plantri.c:514:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s\n",cmdname,msg); exit(1);} ^plantri.c:17948:5: note: in expansion of macro 'PERROR' PERROR(edgebound[0] > edgebound[1], ^plantri.c:514:48: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s\n",cmdname,msg); exit(1);} ^plantri.c:17948:5: note: in expansion of macro 'PERROR' PERROR(edgebound[0] > edgebound[1], ^plantri.c:514:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s\n",cmdname,msg); exit(1);} ^plantri.c:17950:5: note: in expansion of macro 'PERROR' PERROR(maxnv*minpolydeg > 2*edgebound[1], ^plantri.c:514:48: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s\n",cmdname,msg); exit(1);} ^plantri.c:17950:5: note: in expansion of macro 'PERROR' PERROR(maxnv*minpolydeg > 2*edgebound[1], ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:17952:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxfacesize,"-f",3,MAXE); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:17952:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxfacesize,"-f",3,MAXE); ^plantri.c:17969:5: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] strcpy(outtypename,"polytopes"); ^plantri.c:18040:13: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(msgfile," With %2d edges and %2d faces: ",i,2+i-maxnv); ^plantri.c:18062:13: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(msgfile,"By connectivity: "); ^plantri.c: In function 'eulerian_dispatch':plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18105:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize,MAXN); ^plantri.c:509:12: error: 'stderr' undeclared (first use in this function) {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18105:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize,MAXN); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:18105:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize,MAXN); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18106:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minconnec,"-c",3,4); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:18106:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minconnec,"-c",3,4); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18107:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minimumdeg,"-m",4,4); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:18107:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minimumdeg,"-m",4,4); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18109:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(pswitch,"-b","-p"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18109:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(pswitch,"-b","-p"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18110:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(qswitch,"-b","-q"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18110:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(qswitch,"-b","-q"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18111:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(polygonsize>=0,"-b","-P"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18111:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(polygonsize>=0,"-b","-P"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18112:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-b","-t"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18112:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-b","-t"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18113:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(edgebound[0]>=0,"-b","-e"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18113:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(edgebound[0]>=0,"-b","-e"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18114:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(maxfacesize>=0,"-b","-f"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18114:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(maxfacesize>=0,"-b","-f"); ^plantri.c:18116:18: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] if (dswitch) strcpy(outtypename,"bipartite cubic graphs"); ^plantri.c: In function 'quadrangulation_dispatch':plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18156:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize,MAXN); ^plantri.c:509:12: error: 'stderr' undeclared (first use in this function) {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18156:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize,MAXN); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:18156:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",startingsize,MAXN); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18157:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minconnec,"-c",2,4); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:18157:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minconnec,"-c",2,4); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18158:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minimumdeg,"-m",2,3); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:18158:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minimumdeg,"-m",2,3); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18160:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(pswitch,"-q","-p"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18160:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(pswitch,"-q","-p"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18161:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(bswitch,"-q","-b"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18161:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(bswitch,"-q","-b"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18162:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(polygonsize>=0,"-q","-P"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18162:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(polygonsize>=0,"-q","-P"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18163:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-q","-t"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18163:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-q","-t"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18164:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(edgebound[0]>=0,"-q","-e"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18164:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(edgebound[0]>=0,"-q","-e"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18165:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(maxfacesize>=0,"-q","-f"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18165:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(maxfacesize>=0,"-q","-f"); ^plantri.c:18167:18: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] if (dswitch) strcpy(outtypename,"quartic graphs"); ^plantri.c: In function 'bipartite_dispatch':plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18252:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",(minpolydeg==1?2:startingsize),MAXN); ^plantri.c:509:12: error: 'stderr' undeclared (first use in this function) {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18252:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",(minpolydeg==1?2:startingsize),MAXN); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:18252:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",(minpolydeg==1?2:startingsize),MAXN); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18253:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",2,64); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:18253:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxnv,"n",2,64); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18254:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minpolyconnec,"-c",1,3); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:18254:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minpolyconnec,"-c",1,3); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18255:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minpolydeg,"-m",1,3); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:18255:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(minpolydeg,"-m",1,3); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18257:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(polygonsize>=0,"-pb","-P"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18257:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(polygonsize>=0,"-pb","-P"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18258:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(qswitch,"-pb","-q"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18258:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(qswitch,"-pb","-q"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18259:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-pb","-t"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18259:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(tswitch,"-pb","-t"); ^plantri.c:507:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18260:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(minpolyconnec == 3 && xswitch,"-c3","-x"); ^plantri.c:507:71: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s and %s are incompatible\n",cmdname,x,y); exit(1);} ^plantri.c:18260:5: note: in expansion of macro 'INCOMPAT' INCOMPAT(minpolyconnec == 3 && xswitch,"-c3","-x"); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18269:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(edgebound[0],"-e",0,maxundir); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:18269:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(edgebound[0],"-e",0,maxundir); ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18270:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(edgebound[1],"-e",0,maxundir); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:18270:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(edgebound[1],"-e",0,maxundir); ^plantri.c:514:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: %s\n",cmdname,msg); exit(1);} ^plantri.c:18271:5: note: in expansion of macro 'PERROR' PERROR(edgebound[0] > edgebound[1], ^plantri.c:514:48: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] {fprintf(stderr,">E %s: %s\n",cmdname,msg); exit(1);} ^plantri.c:18271:5: note: in expansion of macro 'PERROR' PERROR(edgebound[0] > edgebound[1], ^plantri.c:509:4: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] {fprintf(stderr,">E %s: the value of %s must be ",cmdname,varname); \ ^plantri.c:18273:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxfacesize,"-f",4,MAXE); ^plantri.c:512:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1);} ^plantri.c:18273:5: note: in expansion of macro 'CHECKRANGE' CHECKRANGE(maxfacesize,"-f",4,MAXE); ^plantri.c:18289:18: warning: incompatible implicit declaration of built-in function 'strcpy' [enabled by default] if (dswitch) strcpy(outtypename,"eulerian graphs"); ^plantri.c:18358:13: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(msgfile," With %2d edges and %2d faces: ",i,2+i-maxnv); ^plantri.c:18380:13: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(msgfile,"By connectivity: "); ^plantri.c: In function 'main':plantri.c:18441:16: error: storage size of 'timestruct0' isn't known struct tms timestruct0,timestruct1; ^plantri.c:18441:28: error: storage size of 'timestruct1' isn't known struct tms timestruct0,timestruct1; ^plantri.c:18449:2: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr,"Plantri version %s\n",VERSION); ^plantri.c:18449:10: error: 'stderr' undeclared (first use in this function) fprintf(stderr,"Plantri version %s\n",VERSION); ^plantri.c:18469:2: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(stderr, ^plantri.c:18471:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] exit(1); ^plantri.c:441:2: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(file,"%ld",big.lo); else fprintf(file,"%ld%09ld",big.hi,big.lo) ^plantri.c:18546:2: note: in expansion of macro 'PRINTBIG' PRINTBIG(msgfile,totalout); ^plantri.c:441:2: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default] fprintf(file,"%ld",big.lo); else fprintf(file,"%ld%09ld",big.hi,big.lo) ^plantri.c:18550:5: note: in expansion of macro 'PRINTBIG' PRINTBIG(msgfile,(oswitch ? totalout_op : totalout)); ^make: *** [makefile:11: plantri] Error 1==> ERROR: A failure occurred in build(). Aborting...