我正在开发一个使用mpi和openmp的项目。我正在尝试编译一个openmp程序,我收到以下错误:
(file /usr/include/i386-linux-gnu/bits/pthreadtypes.h, line 69, column 6):
syntax error, unexpected ';', expecting IDENTIFIER or '(' or '*' or ':'
(/usr/include/i386-linux-gnu/bits/pthreadtypes.h, line 69)
was expecting a declarator here.
你能帮忙吗?你知道解决方案吗?你能解释一下可能出错的吗?
THX