__LONG_BIT__ is undefined
In include/bits/limits.h
, LONG_BIT
is defined to __LONG_BIT__
which is undefined. This causes issues with the python cookbook recipe. Should we manually define this to 64 or is there a better way?
Edited by Paul Sajna