Hi,
I tried to compile the software with Python 3.7 on Windows 10. After 2to3 I get nevertheless an error (translated from German):
Parser.c(20): error C2039: "ob_type": is no element of "Parser"
python-sqlparser-master\Parser.h(11): note: see declaration of "Parser"
Parser.c(93): warning C4013: "PyInt_FromLong" undefined; Assumption: extern mwith return type int
Parser.c(93): warning C4047: "=": Number of de-references at "PyObject *" and "int" is different
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
I'm not sure wether this is coming from Python3 or another error.
Hi,
I tried to compile the software with Python 3.7 on Windows 10. After 2to3 I get nevertheless an error (translated from German):
I'm not sure wether this is coming from Python3 or another error.