trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

Re: [trinity-devel] bug #905 partial fix

From: Darrell Anderson <humanreadable@...>
Date: Sat, 31 Mar 2012 14:38:55 -0700 (PDT)
> 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