计算化学公社

标题: 请问RASPA安装过程中的"make"步骤出现以下错误应该怎么解决呢 [打印本页]

作者
Author:
xju-xin    时间: 2024-11-8 18:16
标题: 请问RASPA安装过程中的"make"步骤出现以下错误应该怎么解决呢
本帖最后由 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







欢迎光临 计算化学公社 (http://bbs.keinsci.com/) Powered by Discuz! X3.3