Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Last build had errors #75

Open
jaimergp opened this issue May 3, 2022 · 2 comments
Open

Last build had errors #75

jaimergp opened this issue May 3, 2022 · 2 comments
Labels
question Further information is requested

Comments

@jaimergp
Copy link
Member

jaimergp commented May 3, 2022

Comment:

See here: https://github.com/conda-forge/openmm-feedstock/runs/6163734566

/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

@jchodera @peastman

@jaimergp jaimergp added the question Further information is requested label May 3, 2022
@peastman
Copy link
Contributor

peastman commented May 4, 2022

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.

@jaimergp
Copy link
Member Author

Let's see if rerunning fixes it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants