-
Notifications
You must be signed in to change notification settings - Fork 22
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
compilation errors for openmm 7.5 #19
Comments
This looks to me like an ABI inconsistency. It looks like you have a build of OpenMM that was compiled with the old (pre-C++11) ABI, and you're compiling the plugin with the new ABI. Can you try using the OpenMM 7.5 beta? I think that uses the modern ABI. |
I am getting the same errors (please see below). I was able to compile with an older version of OpenMM (7.2.1) The gcc version I am using is 4.8.5 . Should I try to compile OpenMM from source? Thanks!
|
@peastman I was able to compile the plugin by specifying a more recent version of the gcc compiler. Thanks! |
I am trying to compile the plugin for openmm 7.5, but I am getting "undefined reference" errors (please see below). I was able to compile with openmm 7.2.1. Is there a version more recent than 7.2.1 for which the plugin will work? Is there something I could do to make it work for the 7.5 version? Thanks!
The text was updated successfully, but these errors were encountered: