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

Naiara Perez naiara.pme at gmail.com
Sat Dec 20 03:59:59 EST 2014


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/4ea23c1e/attachment.html>


More information about the Olympus-developers mailing list