Description
This is happening because __int128 isn't on gcc < 4.6.0 which is the compiler available on Centos 6. We fixed this with preprocessors in the c++ client a while back, but it looks like we need some preprocessors for cython too.
This is happening because __int128 isn't on gcc < 4.6.0 which is the compiler available on Centos 6. We fixed this with preprocessors in the c++ client a while back, but it looks like we need some preprocessors for cython too.