[Olympus developers 420]: Re: CMake error & invalid KiteWare Key when building Olympus

Nawaf Alsallami nawafnaim at gmail.com
Wed Nov 6 10:25:15 EST 2013


Specifically, on Windows 7 64-bit, the following line in OlympusBuild.pm
should be modified:
my $kitwareKey =
$Win32::TieRegistry::Registry->{'LMachine/SOFTWARE/Kitware/'};

to

my $kitwareKey =
$Win32::TieRegistry::Registry->{'LMachine/SOFTWARE/Wow6432Node/Kitware/'};


On Wed, Nov 6, 2013 at 1:57 AM, Nawaf Alsallami <nawafnaim at gmail.com> wrote:

> I've found the source of this error, OlympusBuild.pm is looking for
> information about CMake (such as location and version) inside Windows
> registry. But, there are no information about Kitware or CMake in the
> registry. After manually adding the information needed by the build script
> to the registry, OlympusBuild has successfully compiled.  :)
>
>
> On Tue, Nov 5, 2013 at 5:24 PM, Nawaf Alsallami <nawafnaim at gmail.com>wrote:
>
>> I'm getting a warning about missing CMake and an invalid KitWire key when
>> building Olympus on Windows 7. I've satisfied all dependencies listed in
>> the wiki and ensured that all required variables are on system path
>> including CMake. I don't know why I'm getting this error. I'd appreciate if
>> someone give me a lead here. Thank you.
>>
>> Please find attached below build.log.
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20131106/9964ac35/attachment.html>


More information about the Olympus-developers mailing list