We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I encounter this error at compile time.
/Users/lfr001/src/chemtensor/pymodule/pymodule.c:544:18: error: incompatible function pointer types initializing 'initproc' (aka 'int (*)(struct _object *, struct _object *, struct _object *)') with an expression of type 'int (PyOpChainObject *, PyObject *, PyObject *)' (aka 'int (PyOpChainObject *, struct _object *, struct _object *)') [-Wincompatible-function-pointer-types] 544 | .tp_init = PyOpChain_init, | ^~~~~~~~~~~~~~ 1 error generated. make[2]: *** [CMakeFiles/chemtensor_pymodule.dir/pymodule/pymodule.c.o] Error 1 make[1]: *** [CMakeFiles/chemtensor_pymodule.dir/all] Error 2 make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
BTW... I assume this is mac-related...
Sorry, something went wrong.
No branches or pull requests
I encounter this error at compile time.
The text was updated successfully, but these errors were encountered: