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
hi, I get the following error when compiling:
In file included from ../../gdb/python/py-arch.c:24:0:
../../gdb/python/python-internal.h:232:63: error: ‘PyObject* (* PyUnicode_FromFormat)(const char*, ...)’ redeclared as different kind of symbol
extern PyObject * (gdbpy_StringFromFormat) (const char , ...);
^
In file included from /root/anaconda3/include/python3.7m/Python.h:80:0,
from ../../gdb/python/python-internal.h:88,
from ../../gdb/python/py-arch.c:24:
/root/anaconda3/include/python3.7m/unicodeobject.h:879:24: error: previous declaration of ‘PyObject PyUnicode_FromFormat(const char, ...)’
PyAPI_FUNC(PyObject *) PyUnicode_FromFormat(
How to solve this?
The text was updated successfully, but these errors were encountered:
cuda-gdb seems to not like your python version. We don't really need python support anyways so I just deactivated it. Can you try again using the latest master?
hi, I get the following error when compiling:
In file included from ../../gdb/python/py-arch.c:24:0:
../../gdb/python/python-internal.h:232:63: error: ‘PyObject* (* PyUnicode_FromFormat)(const char*, ...)’ redeclared as different kind of symbol
extern PyObject * (gdbpy_StringFromFormat) (const char , ...);
^
In file included from /root/anaconda3/include/python3.7m/Python.h:80:0,
from ../../gdb/python/python-internal.h:88,
from ../../gdb/python/py-arch.c:24:
/root/anaconda3/include/python3.7m/unicodeobject.h:879:24: error: previous declaration of ‘PyObject PyUnicode_FromFormat(const char, ...)’
PyAPI_FUNC(PyObject *) PyUnicode_FromFormat(
How to solve this?
The text was updated successfully, but these errors were encountered: