Closed seanlis closed 7 years ago
I recently got the same error as you do. I followed the quick hack at the URL below and it's working fine. https://countchu.blogspot.co.uk/2014/09/use-python-pdbparse-to-parse-pdb-files.html
By adding the following snippet to the undname.c file.
char *init_undname(char *buffer, char *mangled, int buflen, unsigned short int flags)
{
return undname (buffer, mangled, buflen, flags);
}
thanks for the info :)
Hi,
I got the following errors while building wheel using python 3.6 32bit.