I am trying to install pysnmp on a Windows 32-bit machine using easy_install with Mingw as my compiler. However, (after fixing numerous other issues) I get the error "unknown type name 'off64_t'"
This comes from "c:\mingw\include\io.h:301:1" as the first reported line, with 301:36,302:1,and 302:39 as the other three instances.
I have already read this thread Unknown type name ‘off64_t’ But as I am not on a Linux system nor do I have access to the source code of the easy_install package, I do not believe this helps me.