|
本帖最后由 xju-xin 于 2024-11-8 18:25 编辑
output.c: In function 'ReadRestartOutput':
output.c:7984:62: error: request for member '__pos' in something not a structure or union
7984 | if(((OutputFilePtr=fopen(buffer2,"r+"))!=NULL)||(pos.__pos<0))
| ^
output.c:8008:40: error: request for member '__pos' in something not a structure or union
8008 | if(feof(OutputFilePtr)||(pos.__pos>sz))
| ^
output.c:8015:99: error: request for member '__pos' in something not a structure or union
8015 | fprintf(stderr,"Failed to Reposition output-file at %ld ( beyond file-length %ld)\n",pos.__pos,sz);
| ^
output.c:8027:101: error: request for member '__pos' in something not a structure or union
8027 | fprintf(stderr,"Succesfully repositioned output-file of size %ld to position %ld\n",sz,pos.__pos);
| ^
make[1]: *** [Makefile:636: output.lo] Error 1
make[1]: Leaving directory '/cygdrive/d/Ruanjian/RASPA/RASPA2-master/src'
make: *** [Makefile:398: all-recursive] Error 1
|
|