as reported in bug #905 tdebase cmake file does not
check
for long long support breaking stuff like memory info module.
To fix this I've added the following lines to
CMakeLists.txt:
include( CheckTypeSize )
CHECK_TYPE_SIZE("long long" LONG_LONG)
and this line to config.h.cmake:
#cmakedefine HAVE_LONG_LONG 1
I'm not a cmake guru, just looked at the cmake wiki page, so
please double-check.
Serghei or other cmake guru,
Would you please validate this proposal?
Leandro,
When validated, would you please attach a patch to bug report 905?
Darrell