I get this error while compiling with all version of the source.
karamba.cpp: In function `class QString PyString2QString(PyObject *)':
karamba.cpp:21: `PyString_CheckExact' undeclared (first use this function)
karamba.cpp:21: (Each undeclared identifier is reported only once
karamba.cpp:21: for each function it appears in.)
karamba.cpp:28: `PyUnicode_CheckExact' undeclared (first use this function)
make[3]: *** [karamba.o] Error 1
make[3]: Leaving directory `/home/brainfear/Downloads/superkaramba-0.28/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/brainfear/Downloads/superkaramba-0.28/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/brainfear/Downloads/superkaramba-0.28'
make: *** [all] Error 2
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I get this error while compiling with all version of the source.
karamba.cpp: In function `class QString PyString2QString(PyObject *)':
karamba.cpp:21: `PyString_CheckExact' undeclared (first use this function)
karamba.cpp:21: (Each undeclared identifier is reported only once
karamba.cpp:21: for each function it appears in.)
karamba.cpp:28: `PyUnicode_CheckExact' undeclared (first use this function)
make[3]: *** [karamba.o] Error 1
make[3]: Leaving directory `/home/brainfear/Downloads/superkaramba-0.28/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/brainfear/Downloads/superkaramba-0.28/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/brainfear/Downloads/superkaramba-0.28'
make: *** [all] Error 2