You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/conda/feedstock_root/build_artifacts/openmm_1650907696918/_build_env/x86_64-conda-linux-gnu/include/c++/10.3.0/istream:823:3: error: template with C linkage
I think something must have gone wrong while generating OpenMMCWrapper.h. Here is the very first error that appears:
[ 72%] Building CXX object CMakeFiles/OpenMM.dir/wrappers/OpenMMCWrapper.cpp.o
In file included from /home/conda/feedstock_root/build_artifacts/openmm_1650907696918/work/build/wrappers/OpenMMCWrapper.cpp:3:
/home/conda/feedstock_root/build_artifacts/openmm_1650907696918/work/build/wrappers/OpenMMCWrapper.h:2: error: unterminated #ifndef
2 | #ifndef OPENMM_CWRAPPER_H_
|
The very last line of the file should be an #endif closing it off. But the log reports it's missing, suggesting the file got truncated. In that case, it probably is also missing the } that closes off the extern "C" { block, which would account for the other errors.
I don't see any messages in the log indicating problems in generating OpenMMCWrappers.h. It's not clear what could have happened.
Comment:
See here: https://github.com/conda-forge/openmm-feedstock/runs/6163734566
@jchodera @peastman
The text was updated successfully, but these errors were encountered: