The problem is that you're trying to compile for a 32-bit target with a C 
compiler for 64-bit platforms. On your system, `sizeof(void*)` is 64. But 
`NIM_INTBITS` was 32.

Reply via email to