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
We reported an error at this place. What happened?
main.cpp:112:8: error: ‘PyModuleDef’ does not name a type
static PyModuleDef cfarmodule = {
^
main.cpp: In function ‘void PyInit_cfar()’:
main.cpp:125:36: error: ‘cfarmodule’ was not declared in this scope
PyObject* m = PyModule_Create(&cfarmodule);
The text was updated successfully, but these errors were encountered:
We reported an error at this place. What happened?
main.cpp:112:8: error: ‘PyModuleDef’ does not name a type
static PyModuleDef cfarmodule = {
^
main.cpp: In function ‘void PyInit_cfar()’:
main.cpp:125:36: error: ‘cfarmodule’ was not declared in this scope
PyObject* m = PyModule_Create(&cfarmodule);
The text was updated successfully, but these errors were encountered: