trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2011

Re: [trinity-devel] kpowersave on x86_64 - pkg_search_module( XSCRNSAVER xscrnsaver ) fails??

From: "David C. Rankin" <drankinatty@...>
Date: Sat, 12 Mar 2011 22:56:24 -0600
On 03/12/2011 10:51 PM, David C. Rankin wrote:
> Guys,
>
> I can't explain this one. On i686, kpowersave built fine, but on x86_64, the
> build fails due to:
>
> CMake Error at cmake/modules/TDEMacros.cmake:20 (message):
> #################################################
>
> xscrnsaver are required, but not found on your system
>
> #################################################
> Call Stack (most recent call first):
> ConfigureChecks.cmake:42 (tde_message_fatal)
> CMakeLists.txt:40 (include)
>
>
> -- Configuring incomplete, errors occurred!
>
> In ConfigureChecks.cmake, we have:
>
> # check for xscrnsaver
> pkg_search_module( XSCRNSAVER xscrnsaver )
> if( NOT XSCRNSAVER_FOUND )
> tde_message_fatal( "xscrnsaver are required, but not found on your system" )
> endif()
>
<snip>

Correction - this isn't just an x86_64 issue -- it effects all architectures. So 
it is a dependency issue. On the box that works, I have no problem getting:

<snip>
-- checking for one of the modules 'xext'
-- checking for one of the modules 'xtst'
-- checking for one of the modules 'xscrnsaver'
<snip>

   What makes the check for 'xscrnsaver' succeed?

-- 
David C. Rankin, J.D.,P.E.