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

setup.py build error on macOS 10.13+ #19

Open
fredericpoitevin opened this issue Sep 11, 2018 · 0 comments
Open

setup.py build error on macOS 10.13+ #19

fredericpoitevin opened this issue Sep 11, 2018 · 0 comments

Comments

@fredericpoitevin
Copy link

Hi, compilation does not work on macOS 10.13+ with error
PythonTextInterp.C:30:10: fatal error: 'Python/errcode.h' file not found #include "Python/errcode.h"

Quick fix was to comment out a few lines around l.30 invmd-python/vmd/vmd_src/src/PythonTextInterp.C:

//#if defined(__APPLE__)
// use the Apple-provided Python framework
//#include "Python/errcode.h"
//#else
#include "errcode.h"
//#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant