Build of palp with android toolchain

The build took 00h 01m 01s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
16,692 ansic
37 makefile
16,729 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

List of Errors

Log

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:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

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/libexec

CMD: 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: palp 2.1-1 (Tue Apr 4 20:28:10 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o poly.o poly.c
# gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Coord.o Coord.c
# gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Rat.o Rat.c
# gcc -O3 -g -W -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -c -o Vertex.o Vertex.c
# cc1: error: no include path in which to search for stdc-predef.h
# In file included from poly.c:17:0:
# Global.h:1:19: error: no include path in which to search for stdio.h
# #include
# ^
# Global.h:2:20: error: no include path in which to search for stdlib.h
# #include
# ^
# Global.h:3:20: error: no include path in which to search for string.h
# #include
# ^
# Global.h:4:18: error: no include path in which to search for time.h
# #include
# ^
# Global.h:5:20: error: no include path in which to search for assert.h
# #include
# ^
# Global.h:96:1: error: unknown type name 'FILE'
# extern FILE *inFILE, *outFILE;
# ^
# poly.c:21:1: error: unknown type name 'FILE'
# FILE *inFILE, *outFILE;
# ^
# poly.c: In function 'PrintUsage':
# poly.c:66:3: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
# puts("");
# ^
# poly.c:67:3: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
# printf("This is '%s': computing data of a polytope P\n",c);
# ^
# poly.c:67:3: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# poly.c: In function 'main':
# poly.c:86:3: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
# CWS *CW=(CWS *) malloc(sizeof(CWS));
# ^
# poly.c:86:19: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default]
# CWS *CW=(CWS *) malloc(sizeof(CWS));
# ^
# poly.c:95:16: error: 'NULL' undeclared (first use in this function)
# FaceInfo *FI=NULL;
# ^
# poly.c:95:16: note: each undeclared identifier is reported only once for each function it appears in
# poly.c:101:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# puts("Allocation failure: Reduce dimensions!"); exit(0);}
# ^
# poly.c:101:53: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# puts("Allocation failure: Reduce dimensions!"); exit(0);}
# ^
# poly.c:116:44: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# else if(c=='h') { PrintUsage(fn[0]); exit(0);}
# ^
# poly.c:141:13: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# else {printf("Unknown option '-%c'; use -h for help\n",c); exit(0);}}}
# ^
# poly.c:141:66: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# else {printf("Unknown option '-%c'; use -h for help\n",c); exit(0);}}}
# ^
# poly.c:148:66: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# "\n-T: Please specify desired output, e.g. via -v or -p \n");exit(0);}
# ^
# poly.c:149:40: error: 'stdout' undeclared (first use in this function)
# if(FilterFlag) {inFILE=NULL; outFILE=stdout;}
# ^
# poly.c:151:5: warning: implicit declaration of function 'fopen' [-Wimplicit-function-declaration]
# if (narg > ++n) inFILE=fopen(fn[n],"r");
# ^
# poly.c:151:28: warning: assignment makes pointer from integer without a cast [enabled by default]
# if (narg > ++n) inFILE=fopen(fn[n],"r");
# ^
# poly.c:152:17: error: 'stdin' undeclared (first use in this function)
# else inFILE=stdin;
# ^
# poly.c:153:23: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# if (inFILE==NULL){printf("Input file %s not found!\n",fn[n]);exit(0);}
# ^
# poly.c:153:66: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if (inFILE==NULL){printf("Input file %s not found!\n",fn[n]);exit(0);}
# ^
# poly.c:154:28: warning: assignment makes pointer from integer without a cast [enabled by default]
# if (narg > ++n) outFILE=fopen(fn[n],"w");
# ^
# poly.c:159:70: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if (FI==NULL) {puts("Unable to allocate space for FaceInfo FI"); exit(0);}}
# ^
# poly.c:177:5: warning: implicit declaration of function 'fprintf' [-Wimplicit-function-declaration]
# if (D&&!R) {fprintf(outFILE,"Input not reflexive!\n"); continue;}
# ^
# poly.c:177:17: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# if (D&&!R) {fprintf(outFILE,"Input not reflexive!\n"); continue;}
# ^
# poly.c:185:6: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# { fprintf(stderr,"Transpose_PM failed because #eq=%d > VERT_Nmax\n",
# ^
# poly.c:185:14: error: 'stderr' undeclared (first use in this function)
# { fprintf(stderr,"Transpose_PM failed because #eq=%d > VERT_Nmax\n",
# ^
# poly.c:186:13: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# E->ne);exit(0);}
# ^
# poly.c:203:7: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# fprintf(outFILE,"No Span\n");
# ^
# poly.c:216:7: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration]
# assert(VP!=NULL);
# ^
# poly.c:218:7: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
# free(VP);}
# ^
# poly.c:218:7: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
# poly.c:214:19: warning: variable 'VPMSymNum' set but not used [-Wunused-but-set-variable]
# int SymNum, VPMSymNum; Long NF[POLY_Dmax][VERT_Nmax];
# ^
# poly.c:222:7: warning: implicit declaration of function 'sprintf' [-Wimplicit-function-declaration]
# if(g>1){sprintf(divi,"divisible by factor=%ld",g); Print_VL(_P,&V,divi);}}
# ^
# poly.c:222:15: warning: incompatible implicit declaration of built-in function 'sprintf' [enabled by default]
# if(g>1){sprintf(divi,"divisible by factor=%ld",g); Print_VL(_P,&V,divi);}}
# ^
# poly.c:225:46: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# Long vol=LatVol_Barycent(_P,&V,vB,&Z); printf("vol=%ld, baricent=(",vol);
# ^
# poly.c:238:5: warning: implicit declaration of function 'fflush' [-Wimplicit-function-declaration]
# fflush(outFILE); }
# ^
# make: *** [: poly.o] Error 1
# make: *** Waiting for unfinished jobs....
# cc1: error: no include path in which to search for stdc-predef.h
# In file included from Rat.c:1:0:
# Global.h:1:19: error: no include path in which to search for stdio.h
# #include
# ^
# Global.h:2:20: error: no include path in which to search for stdlib.h
# #include
# ^
# cc1: error: no include path in which to search for stdc-predef.h
# Global.h:3:20: error: no include path in which to search for string.h
# #include
# ^
# Global.h:4:18: error: no include path in which to search for time.h
# #include
# ^
# Global.h:5:20: error: no include path in which to search for assert.h
# #include
# ^
# cc1: error: no include path in which to search for stdc-predef.h
# Global.h:96:1: error: unknown type name 'FILE'
# extern FILE *inFILE, *outFILE;
# ^
# In file included from Coord.c:1:0:
# Global.h:1:19: error: no include path in which to search for stdio.h
# #include
# ^
# Global.h:2:20: error: no include path in which to search for stdlib.h
# #include
# ^
# Global.h:3:20: error: no include path in which to search for string.h
# #include
# ^
# Global.h:4:18: error: no include path in which to search for time.h
# #include
# ^
# Global.h:5:20: error: no include path in which to search for assert.h
# #include
# ^
# In file included from Vertex.c:1:0:
# Global.h:1:19: error: no include path in which to search for stdio.h
# #include
# ^
# Global.h:2:20: error: no include path in which to search for stdlib.h
# #include
# ^
# Global.h:3:20: error: no include path in which to search for string.h
# #include
# ^
# Global.h:4:18: error: no include path in which to search for time.h
# #include
# ^
# Global.h:5:20: error: no include path in which to search for assert.h
# #include
# ^
# Global.h:96:1: error: unknown type name 'FILE'
# extern FILE *inFILE, *outFILE;
# ^
# Global.h:96:1: error: unknown type name 'FILE'
# extern FILE *inFILE, *outFILE;
# ^
# Coord.c: In function 'IsNextDigit':
# Coord.c:17:3: warning: implicit declaration of function 'fgetc' [-Wimplicit-function-declaration]
# char c; c=fgetc(inFILE); ungetc(c,inFILE);
# ^
# Coord.c:17:3: warning: implicit declaration of function 'ungetc' [-Wimplicit-function-declaration]
# Rat.c: In function 'Rpr':
# Coord.c: In function 'Print_PPL':
# Rat.c:57:1: warning: implicit declaration of function 'fprintf' [-Wimplicit-function-declaration]
# { fprintf(outFILE,"%d/%d",(int) c.N, (int) c.D);
# ^
# Coord.c:24:5: warning: implicit declaration of function 'fprintf' [-Wimplicit-function-declaration]
# fprintf(outFILE,"%d %d %s\n",_P->np,_P->n,comment);
# ^
# Rat.c:57:6: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# { fprintf(outFILE,"%d/%d",(int) c.N, (int) c.D);
# ^
# Coord.c:24:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# Coord.c:29:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# fprintf(outFILE,"%d %d %s\n",_P->n,_P->np,comment);
# ^
# Vertex.c: In function 'Print_INCI':
# Vertex.c:72:3: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
# while(!INCI_EQ_0(X)) {printf("%d", (int) INCI_M2(X)); X=INCI_D2(X); i++;}
# ^
# Vertex.c:72:25: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# while(!INCI_EQ_0(X)) {printf("%d", (int) INCI_M2(X)); X=INCI_D2(X); i++;}
# ^
# Coord.c: In function 'Print_VL':
# Vertex.c: In function 'Print_FaceInfo':
# Coord.c:38:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# fprintf(outFILE,"%d %d %s\n",_V->nv,_P->n,comment);
# ^
# Vertex.c:79:3: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("Incidences as binary numbers [F-vector=(%d",_I->nf[0]);
# ^
# Vertex.c:80:3: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
# for(i=1;i<=M;i++)printf(" %d",_I->nf[i]); puts(")]:");
# ^
# Coord.c:43:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# fprintf(outFILE,"%d %d %s\n",_P->n,_V->nv,comment);
# ^
# Rat.c: In function 'W_to_GLZ':
# Coord.c: In function 'Print_EL':
# Rat.c:127:1: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration]
# { int i, j; Long G, *E=*GLZ, *B=GLZ[1]; for(i=0;i<*d;i++) assert(W[i]!=0);
# ^
# Coord.c:51:3: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# fprintf(outFILE,"%d %d %s\n",_E->ne,*n,comment);
# ^
# Vertex.c: In function 'Make_Incidence':
# Vertex.c:117:6: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration]
# assert(_E->ne<=VERT_Nmax);
# ^
# Coord.c: In function 'Print_Matrix':
# Coord.c:61:3: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# fprintf(outFILE,"%d %d %s\n",n_lines, n_columns, comment);
# ^
# Coord.c: In function 'CWSZerror':
# Coord.c:71:1: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
# { printf("Format error %s in Read_CWS_Zinfo\n",c);exit(0);
# ^
# Coord.c:71:6: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# { printf("Format error %s in Read_CWS_Zinfo\n",c);exit(0);
# ^
# Coord.c:71:1: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# { printf("Format error %s in Read_CWS_Zinfo\n",c);exit(0);
# ^
# Coord.c:71:54: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# { printf("Format error %s in Read_CWS_Zinfo\n",c);exit(0);
# ^
# Coord.c: In function 'Print_CWS_Zinfo':
# Coord.c:75:8: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# { fprintf(outFILE,"/Z%d: ",CW->m[i]);
# ^
# Coord.c: At top level:
# Coord.c:79:21: error: unknown type name 'FILE'
# int Read_CWS_Zinfo(FILE *inFILE,CWS *CW) /* return !EOF */
# ^
# Vertex.c:153:37: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# if(M!=2*(d%2)){for(i=0;inf[i]);puts("=F-vector");
# ^
# Coord.c: In function 'checkDimension':
# Rat.c: In function 'LRpr':
# Coord.c:107:2: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("Please increase POLY_Dmax to at least %d = %d + %d - 1\n",
# ^
# Rat.c:220:6: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# { fprintf(outFILE,"%lld/%lld",(LLong) c.N, (LLong) c.D);
# ^
# Coord.c:109:2: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
# puts("(nef.x requires POLY_Dmax >= dim N + codim - 1)");}
# ^
# Vertex.c: In function 'Sort_VL':
# Coord.c:110:12: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# else printf("Please increase POLY_Dmax to at least %d\n", polyDim);
# ^
# Vertex.c:168:1: warning: implicit declaration of function 'qsort' [-Wimplicit-function-declaration]
# void Sort_VL(VertexNumList *_V){qsort(_V->v, _V->nv, sizeof(int), &diff);}
# ^
# Coord.c:111:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# exit(0); }}
# ^
# Coord.c:113:5: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("Please increase POLY_Dmax to at least %d = %d + 1\n",
# ^
# Coord.c:116:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# exit(0);}
# ^
# Coord.c: In function 'ReadCwsPp':
# Coord.c:125:36: error: 'NULL' undeclared (first use in this function)
# { int i, j, FilterFlag=(inFILE==NULL);
# ^
# Coord.c:125:36: note: each undeclared identifier is reported only once for each function it appears in
# Coord.c:130:28: error: 'stdin' undeclared (first use in this function)
# if(FilterFlag) inFILE=stdin;
# ^
# Coord.c:137:8: warning: implicit declaration of function 'fscanf' [-Wimplicit-function-declaration]
# if(IsNextDigit()) fscanf(inFILE,"%d",&IN[i]); else break;
# ^
# Coord.c:137:26: warning: incompatible implicit declaration of built-in function 'fscanf' [enabled by default]
# if(IsNextDigit()) fscanf(inFILE,"%d",&IN[i]); else break;
# ^
# Coord.c:139:59: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if(i==0) { if(!InputOK){puts("-h gives you help\n"); exit(0);}
# ^
# Coord.c:141:67: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if(i==1) { puts("Error in INPUT: need at least 2 numbers!"); exit(0);}
# ^
# Coord.c:146:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# exit(0);}
# ^
# Vertex.c: In function 'Vec_Greater_Than':
# Vertex.c:246:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
# puts("Identical points in Vec_Greater_Than !!"); exit(0); return 0;
# ^
# Coord.c:149:61: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if(IN[1]>POINT_Nmax) {puts("Please increase POINT_Nmax"); exit(0);}
# ^
# Vertex.c:246:52: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# puts("Identical points in Vec_Greater_Than !!"); exit(0); return 0;
# ^
# Coord.c:151:4: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("Type the %d coordinates as %s=%d lines with %s=%d columns:\n",
# ^
# Coord.c:158:15: warning: incompatible implicit declaration of built-in function 'fscanf' [enabled by default]
# { int X; fscanf(inFILE,"%d",&X); _P->x[j][i]=X; }
# ^
# Coord.c:160:15: warning: incompatible implicit declaration of built-in function 'fscanf' [enabled by default]
# { int X; fscanf(inFILE,"%d",&X); _P->x[i][j]=X; }
# ^
# Coord.c:162:2: warning: implicit declaration of function 'feof' [-Wimplicit-function-declaration]
# while(fgetc(inFILE )-'\n') if(feof(inFILE)) return 0;/* read to EOL */
# ^
# Coord.c:165:6: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration]
# assert(i!=3);
# ^
# Coord.c:178:59: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# { if(S) { puts("Error in INPUT: degree vs. weights!"); exit(0);}
# ^
# Coord.c:183:56: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# { if(i%(1+_CW->N)) {puts("INPUT error: numbers?"); exit(0);}
# ^
# Coord.c:184:56: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# } if(j%(1+_CW->N)) {puts("INPUT error: degrees?"); exit(0);}
# ^
# Coord.c:190:39: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# { puts("Increase AMBI_Dmax!"); exit(0);
# ^
# Coord.c:201:4: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("Use poly.x -l for (single) WeightSystems with ");
# ^
# Coord.c:203:41: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# puts("PolyPointList in that case)"); exit(0);}
# ^
# Coord.c:206:6: warning: implicit declaration of function 'Read_CWS_Zinfo' [-Wimplicit-function-declaration]
# if(!Read_CWS_Zinfo(inFILE,_CW)) /* read Z to EOL */
# ^
# Coord.c: In function 'Read_PP':
# Coord.c:217:36: error: 'NULL' undeclared (first use in this function)
# { int i, j, FilterFlag=(inFILE==NULL);
# ^
# Coord.c:222:28: error: 'stdin' undeclared (first use in this function)
# if(FilterFlag) inFILE=stdin;
# ^
# Coord.c:224:8: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("`#lines #columns' (= `PolyDim #Points' or `#Points PolyDim'):\n");
# ^
# Coord.c:229:26: warning: incompatible implicit declaration of built-in function 'fscanf' [enabled by default]
# if(IsNextDigit()) fscanf(inFILE,"%d",&IN[i]); else break;
# ^
# Coord.c:231:59: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if(i==0) { if(!InputOK){puts("-h gives you help\n"); exit(0);}
# ^
# Coord.c:233:67: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if(i==1) { puts("Error in INPUT: need at least 2 numbers!"); exit(0);}
# ^
# Coord.c:238:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# exit(0);}
# ^
# Coord.c:240:52: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if(IN[0]>POLY_Dmax) {puts("increase POLY_Dmax!"); exit(0);}
# ^
# Coord.c:241:55: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if(IN[1]>POINT_Nmax) {puts("increase POINT_Nmax!"); exit(0);}
# ^
# Coord.c:243:4: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("Type the %d coordinates as %s=%d lines with %s=%d columns:\n",
# ^
# Coord.c:250:15: warning: incompatible implicit declaration of built-in function 'fscanf' [enabled by default]
# { int X; fscanf(inFILE,"%d",&X); _P->x[j][i]=X; }
# ^
# Coord.c:252:15: warning: incompatible implicit declaration of built-in function 'fscanf' [enabled by default]
# { int X; fscanf(inFILE,"%d",&X); _P->x[i][j]=X; }
# ^
# Coord.c:257:81: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if(i>2){puts("Error: expected input format is matrix of polytope points!");exit(0);}
# ^
# Coord.c: In function 'Read_CWS':
# Coord.c:262:36: error: 'NULL' undeclared (first use in this function)
# { int i, j, FilterFlag=(inFILE==NULL);
# ^
# Coord.c:268:28: error: 'stdin' undeclared (first use in this function)
# if(FilterFlag) inFILE=stdin;
# ^
# Coord.c:270:8: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("Degrees and weights `d1 w11 w12 ... d2 w21 w22 ...':\n");
# ^
# Coord.c:275:26: warning: incompatible implicit declaration of built-in function 'fscanf' [enabled by default]
# if(IsNextDigit()) fscanf(inFILE,"%d",&IN[i]); else break;
# ^
# Coord.c:277:59: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if(i==0) { if(!InputOK){puts("-h gives you help\n"); exit(0);}
# ^
# Coord.c:279:67: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if(i==1) { puts("Error in INPUT: need at least 2 numbers!"); exit(0);}
# ^
# Coord.c:280:62: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if(i==2) {puts("Error: expected input format is CWS!"); exit(0);}
# ^
# make: *** [: Rat.o] Error 1
# Coord.c:292:59: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# { if(S) { puts("Error in INPUT: degree vs. weights!"); exit(0);}
# ^
# Coord.c:296:56: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# { if(i%(1+_CW->N)) {puts("INPUT error: numbers?"); exit(0);}
# ^
# Coord.c:297:56: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# } if(j%(1+_CW->N)) {puts("INPUT error: degrees?"); exit(0);}
# ^
# Coord.c:303:39: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# { puts("Increase AMBI_Dmax!"); exit(0);
# ^
# Coord.c:309:8: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("Please increase POLY_Dmax to at least %d\n", _CW->N-_CW->nw);
# ^
# Coord.c:310:8: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# exit(0);} /* increase POLY_Dmax */
# ^
# Coord.c:315:11: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# if(sum){ printf("Use poly.x -w for (single) WeightSystems with ");
# ^
# Coord.c:317:40: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# puts("PolyPointList in that case)"); exit(0);}
# ^
# Coord.c: In function 'Print_CWH':
# Coord.c:329:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# fprintf(outFILE,"%d ",(int) _W->d[i]);
# ^
# Vertex.c: In function 'Find_Equations':
# Coord.c:334:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# fprintf(outFILE,"M:%d %d N:%d %d",_BH->mp,_BH->mv,_BH->np,_BH->nv);
# ^
# Vertex.c:624:3: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
# CEqList *CEq = (CEqList *) malloc(sizeof(CEqList));
# ^
# Vertex.c:624:30: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default]
# CEqList *CEq = (CEqList *) malloc(sizeof(CEqList));
# ^
# Coord.c:343:5: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# fprintf(outFILE,"M:%d %d F:%d",_BH->mp,_BH->mv,_BH->nv);
# ^
# Vertex.c:628:12: error: 'NULL' undeclared (first use in this function)
# if((CEq==NULL)||(CEq_I==NULL)||(F_I==NULL)) {
# ^
# Vertex.c:628:12: note: each undeclared identifier is reported only once for each function it appears in
# Coord.c: In function 'PrintBasis':
# Vertex.c:629:6: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("Allocation failure in Find_Equations\n"); exit(0);}
# ^
# Coord.c:363:29: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# { for(j=0;j<_B->N;j++) fprintf(outFILE,"%6d ",(int) _B->x[i][j]);
# ^
# Vertex.c:629:56: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# printf("Allocation failure in Find_Equations\n"); exit(0);}
# ^
# Vertex.c:633:5: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
# free(CEq); free(CEq_I); free(F_I);
# ^
# Vertex.c:633:5: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
# Vertex.c:638:7: warning: implicit declaration of function 'fprintf' [-Wimplicit-function-declaration]
# {fprintf(outFILE,"Bad CEq in Find_Equations"); exit(0);}
# ^
# Vertex.c:638:8: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# {fprintf(outFILE,"Bad CEq in Find_Equations"); exit(0);}
# ^
# Vertex.c:638:54: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# {fprintf(outFILE,"Bad CEq in Find_Equations"); exit(0);}
# ^
# Vertex.c:640:3: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
# free(CEq); free(CEq_I); free(F_I);
# ^
# Vertex.c: In function 'IP_Check':
# Vertex.c:657:30: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default]
# CEqList *CEq = (CEqList *) malloc(sizeof(CEqList));
# ^
# Vertex.c:660:12: error: 'NULL' undeclared (first use in this function)
# if((CEq==NULL)||(CEq_I==NULL)||(F_I==NULL)) {
# ^
# Vertex.c:661:5: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("Allocation failure in IP_Check\n"); exit(0);}
# ^
# Vertex.c:661:49: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# printf("Allocation failure in IP_Check\n"); exit(0);}
# ^
# Vertex.c:663:5: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
# free(CEq); free(CEq_I); free(F_I); return 0;}
# ^
# Vertex.c:666:8: warning: incompatible implicit declaration of built-in function 'fprintf' [enabled by default]
# {fprintf(outFILE,"Bad CEq in IP_Check"); exit(0);}
# ^
# Vertex.c:666:48: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# {fprintf(outFILE,"Bad CEq in IP_Check"); exit(0);}
# ^
# Vertex.c:669:3: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
# free(CEq); free(CEq_I); free(F_I);
# ^
# Vertex.c: In function 'Ref_Check':
# Vertex.c:686:30: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default]
# CEqList *CEq = (CEqList *) malloc(sizeof(CEqList));
# ^
# Vertex.c:689:12: error: 'NULL' undeclared (first use in this function)
# if((CEq==NULL)||(CEq_I==NULL)||(F_I==NULL)) {
# ^
# Vertex.c:690:5: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("Allocation failure in Ref_Check\n"); exit(0);}
# ^
# Vertex.c:690:50: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# printf("Allocation failure in Ref_Check\n"); exit(0);}
# ^
# Coord.c: In function 'Old_Make_CWS_Points':
# Coord.c:537:41: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# else {puts("Increase POINT_Nmax");exit(0);}
# ^
# Vertex.c:692:5: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
# free(CEq); free(CEq_I); free(F_I); return 0;}
# ^
# Vertex.c:696:3: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
# free(CEq); free(CEq_I); free(F_I);
# ^
# Vertex.c: In function 'Complete_Poly':
# Vertex.c:803:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# exit(0);}}}
# ^
# Coord.c: In function 'Make_CWS_Points':
# Coord.c:650:41: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# else {puts("Increase POINT_Nmax");exit(0);}
# ^
# Vertex.c: In function 'PrintFaceIPs':
# Vertex.c:870:5: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("ip[%d]:",i);
# ^
# Vertex.c:874:5: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# printf("dip[%d]:",i);
# ^
# Vertex.c: In function 'RC_Calc_BaHo':
# Vertex.c:900:30: warning: incompatible implicit declaration of built-in function 'malloc' [enabled by default]
# FaceInfo *_FI=(FaceInfo *) malloc(sizeof(FaceInfo));
# ^
# Vertex.c:901:11: error: 'NULL' undeclared (first use in this function)
# if(_FI==NULL) {printf("RC_Calc_BaHo: Unable to allocate _FI\n"); exit(0);}
# ^
# Vertex.c:901:18: warning: incompatible implicit declaration of built-in function 'printf' [enabled by default]
# if(_FI==NULL) {printf("RC_Calc_BaHo: Unable to allocate _FI\n"); exit(0);}
# ^
# Vertex.c:901:68: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
# if(_FI==NULL) {printf("RC_Calc_BaHo: Unable to allocate _FI\n"); exit(0);}
# ^
# Vertex.c:907:3: warning: incompatible implicit declaration of built-in function 'free' [enabled by default]
# free(_FI);
# ^
# make: *** [: Coord.o] Error 1
# make: *** [: Vertex.o] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...