[Olympus developers 506]: Re: Olympus 2.6 rc1 available

Alex Rudnicky Alex.Rudnicky at cs.cmu.edu
Sat Dec 20 12:39:54 EST 2014


Not sure why you are having this problem. The build script looks for the Kitware key in several places, as per find_appKey(), including  LMachine/SOFTWARE/WoW6432Node/  find_appKey() also logs which keys it looks under however  I don’t see that line in your log. Could you check that you have the latest version from http://trac.speech.cs.cmu.edu/repos/olympus/branches/2.6_rc1

Thank you for reporting an issue. Do let me know what happens.

Alex



From: Naiara Perez [mailto:naiara.pme at gmail.com]
Sent: Saturday, December 20, 2014 4:00 AM
To: Alex Rudnicky
Cc: olympus-developers at mailman.srv.cs.cmu.edu
Subject: Re: [Olympus developers 504]: Olympus 2.6 rc1 available

Hi,
just wanted to let you know that I am having a problem with the building process of the latest version of Olympus. My OS is Windows 7 (x64). I have CMake 2.8.8 installed. The first time I tried to build, the resulting log was:
CMAKE_PARAMS...
BUILD_CONF... Release
BUILD_LOG... build.log
BUILD_TYPE... Build
LOGIOS_ROOT... Tools\logios
OLYMPUS_ROOT... .
Detecting platform in use... Windows
Searching for File::Spec Perl Module... Found
Searching for File::Copy Perl Module... Found
Searching for IPC::Open3 Perl Module... Found
Searching for IO::Handle Perl Module... Found
Searching for Getopt::Long Perl Module... Found
Searching for Win32 Perl Module... Found
Searching for Win32::API Perl Module... Found
Searching for Win32::TieRegistry Perl Module... Found
Searching for Windows SDK 6.1 (for Windows Server 2008) or newer... Found v7.0
Searching for the SimpleAudio SAPI Example Project... Found
Creating bin\x86-nt directory for build output... Done
Searching for TortoiseSVN... Found
Checking if the project is using CMake... Yes
Searching for CMake 2.6 or higher... Not Found
KitWare key: Controlador no válido
Did you install CMake?
http://www.cmake.org/cmake/cmake/resources/software.html
Searching for maximum valid Visual Studio version... Visual Studio 2008 Found
Searching for Sun Java JDK... Found
Searching for NetBeans' Apache Ant... *********************************************************************
SUMMARY:
KitWare key: Controlador no válido
Did you install CMake?
http://www.cmake.org/cmake/cmake/resources/software.html

Total Build Time: 0:00
*********************************************************************

So I set an environment variable for CMake and also changed the registry line in OlympusBuild.pm, following this: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers<http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/2013-November/000416.html>/2013-November/000416.html , as it had worked for me with the previous Olympus version (on a different computer, but same OS):

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/'};

Now, this is what I get:
CMAKE_PARAMS...
BUILD_CONF... Release
BUILD_LOG... build.log
BUILD_TYPE... Build
LOGIOS_ROOT... Tools\logios
OLYMPUS_ROOT... .
Detecting platform in use... Windows
Searching for File::Spec Perl Module... Found
Searching for File::Copy Perl Module... Found
Searching for IPC::Open3 Perl Module... Found
Searching for IO::Handle Perl Module... Found
Searching for Getopt::Long Perl Module... Found
Searching for Win32 Perl Module... Found
Searching for Win32::API Perl Module... Found
Searching for Win32::TieRegistry Perl Module... Found
Searching for Windows SDK 6.1 (for Windows Server 2008) or newer... Found v7.0
Searching for the SimpleAudio SAPI Example Project... Found
Creating bin\x86-nt directory for build output... Done
Searching for TortoiseSVN... Found
Checking if the project is using CMake... Yes
Searching for CMake 2.6 or higher... Found CMake 2.8.8
Searching for maximum valid Visual Studio version... Visual Studio 2008 Found
Searching for Sun Java JDK... Found
Can't use an undefined value as an ARRAY reference at C:/Perl164/lib/Win32/TieRegistry.pm line 718.
Searching for NetBeans' Apache Ant... *********************************************************************
SUMMARY:

Total Build Time: 0:00
*********************************************************************

Do you think there is something I am doing wrong?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20141220/26ad8d8b/attachment.html>


More information about the Olympus-developers mailing list