<div dir="ltr">I had the same problem as quoted below.<br><br>The relevant code is OlympusBuild.pm:1072:<br><br>    my $kitwareKey = $Win32::TieRegistry::Registry-&gt;{&#39;LMachine/SOFTWARE/Kitware/&#39;};<br><br>Actually, on my Windows 7/64bit, I have this key:<br>

<br><b>HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Kitware\CMake 2.8.8</b><br><br>So, maybe the check is invalid?<br><br><br>Anyway, I solved this by setting the environment variable &quot;CMAKE_HOME&quot; to &quot;C:\Program Files (x86)\CMake 2.8&quot;. I think this should be documented somewhere.<br>

<br>-- Erel<br><br><br><br>---------------------------<br><br><pre>That&#39;s weird, it really looks like you are missing Windows SDK, Visual 
Studio and CMake. Did you restart your computer in between the install 
of those and running the build script?

I&#39;m not sure how the scripts looks for those dependencies (whether it&#39;s 
a registry look-up, or uses the environment variable PATH), but that&#39;s 
probably what I would look into if I were you.  I know of people who 
successfully installed Olympus on Win 7 64 bits machine, so it&#39;s doable.

Gabriel

<a href="https://mailman.srv.cs.cmu.edu/mailman/listinfo/olympus-developers">apapangelis at iit.demokritos.gr</a> wrote:
&gt;<i> Hello,
</i>&gt;<i>
</i>&gt;<i> I&#39;ve been trying to install Olympus on my system, Windows 7 64bit - SP1. I
</i>&gt;<i> have installed everything, including cmake 2.6.4 and I keep getting an
</i>&gt;<i> error that cmake was not found. I&#39;ve tried later versions as well and
</i>&gt;<i> nothing works. I&#39;ve also checked the Path variable and it contains the
</i>&gt;<i> cmake path. Am I doing something wrong? The log is:
</i>&gt;<i>
</i>&gt;<i> BUILD_CONF... Release
</i>&gt;<i> BUILD_TYPE... Build
</i>&gt;<i> OLYMPUS_ROOT... .
</i>&gt;<i> BUILD_LOG... build.log
</i>&gt;<i> CMAKE_PARAMS...
</i>&gt;<i> LOGIOS_ROOT... Tools\logios
</i>&gt;<i> Detecting platform in use... Windows
</i>&gt;<i> Searching for File::Spec Perl Module... Found
</i>&gt;<i> Searching for File::Copy Perl Module... Found
</i>&gt;<i> Searching for IPC::Open3 Perl Module... Found
</i>&gt;<i> Searching for IO::Handle Perl Module... Found
</i>&gt;<i> Searching for Getopt::Long Perl Module... Found
</i>&gt;<i> Searching for Win32 Perl Module... Found
</i>&gt;<i> Searching for Win32::API Perl Module... Found
</i>&gt;<i> Searching for Win32::TieRegistry Perl Module... Found
</i>&gt;<i> Searching for Windows SDK 6.1 (for Windows Server 2008) or newer... Found
</i>&gt;<i> v7.0
</i>&gt;<i> Searching for the SimpleAudio SAPI Example Project... Not Found
</i>&gt;<i> Could not find the SimpleAudio DLL SAPI Example Solution.
</i>&gt;<i> Did you install the Win32 examples when installing the SDK for
</i>&gt;<i> Windows 7?
</i>&gt;<i>
</i>&gt;<i> Searching for Microsoft SAPI SDK... Found
</i>&gt;<i> Copying SAPI SDK Fixup... Can&#39;t copy SDK fixup
</i>&gt;<i> Do you have permission to write to C:\Program Files\Microsoft
</i>&gt;<i> SDKs\Windows\v7.0\?
</i>&gt;<i> Cannot find the Microsoft SAPI SDK 5.1 or newer.
</i>&gt;<i> Install the SAPI 5.3 SDK by installing the Microsoft Windows SDK for
</i>&gt;<i> Windows 7, along with the included Win32
</i>&gt;<i> samples, from <a href="http://msdn.microsoft.com/en-us/windows/bb980924.aspx">http://msdn.microsoft.com/en-us/windows/bb980924.aspx</a>
</i>&gt;<i>
</i>&gt;<i> Creating bin\x86-nt directory for build output... Done
</i>&gt;<i> Searching for TortoiseSVN... Found
</i>&gt;<i> Checking if the project is using CMake... Yes
</i>&gt;<i> Searching for CMake 2.6 or higher... Not Found
</i>&gt;<i> KitWare key: The handle is invalid
</i>&gt;<i> Did you install CMake?
</i>&gt;<i> <a href="http://www.cmake.org/cmake/cmake/resources/software.html">http://www.cmake.org/cmake/cmake/resources/software.html</a>
</i>&gt;<i> Searching for maximum valid Visual Studio version... Not Found
</i>&gt;<i> Please install Microsoft Visual Studio 2005 or 2008.
</i>&gt;<i> Searching for Sun Java JDK... Found
</i>&gt;<i> Searching for Apache Ant... Found
</i>&gt;<i>
</i>&gt;<i> Error during configure stage.  Please fix and run the script again.
</i>&gt;<i> *********************************************************************
</i>&gt;<i> SUMMARY:
</i>&gt;<i> Could not find the SimpleAudio DLL SAPI Example Solution.
</i>&gt;<i> Did you install the Win32 examples when installing the SDK for
</i>&gt;<i> Windows 7?
</i>&gt;<i>
</i>&gt;<i> Can&#39;t copy SDK fixup
</i>&gt;<i> Cannot find the Microsoft SAPI SDK 5.1 or newer.
</i>&gt;<i> Install the SAPI 5.3 SDK by installing the Microsoft Windows SDK for
</i>&gt;<i> Windows 7, along with the included Win32
</i>&gt;<i> samples, from <a href="http://msdn.microsoft.com/en-us/windows/bb980924.aspx">http://msdn.microsoft.com/en-us/windows/bb980924.aspx</a>
</i>&gt;<i>
</i>&gt;<i> KitWare key: The handle is invalid
</i>&gt;<i> Did you install CMake?
</i>&gt;<i> <a href="http://www.cmake.org/cmake/cmake/resources/software.html">http://www.cmake.org/cmake/cmake/resources/software.html</a>
</i>&gt;<i> Please install Microsoft Visual Studio 2005 or 2008.
</i>&gt;<i> Error during configure stage.  Please fix and run the script again.
</i>&gt;<i>
</i>&gt;<i> Total Build Time: 0:00
</i>&gt;<i> *********************************************************************
</i>&gt;<i>
</i>&gt;<i>
</i>&gt;<i> Thank you for your help,
</i>&gt;<i> Alexandros Papangelis
</i>&gt;<i>
</i>&gt;<i>   </i></pre><br></div>