<div dir="ltr"><div class="gmail_quote">With branch 2.5.1, and Visual Studio 2010 professional, I get the following error in build.log.<br><br>Is it possible that Olympus only works with VS 2008?<br><div dir="ltr"><br>---<div style="font-family:courier new,monospace" class="im">

<br>BUILD_CONF... Release<br>BUILD_TYPE... Build<br>
OLYMPUS_ROOT... .<br>BUILD_LOG... build.log<br>CMAKE_PARAMS... -D KALLIOPE_USE_FLITE:BOOL=yes -D KALLIOPE_USE_SAPI:BOOL=no<br>LOGIOS_ROOT... Tools\logios<br>Detecting platform in use... Windows<br>Searching for File::Spec Perl Module... Found<br>


Searching for File::Copy Perl Module... Found<br>Searching for IPC::Open3 Perl Module... Found<br>Searching for IO::Handle Perl Module... Found<br>Searching for Getopt::Long Perl Module... Found<br>Searching for Win32 Perl Module... Found<br>


Searching for Win32::API Perl Module... Found<br>Searching for Win32::TieRegistry Perl Module... Found<br>Creating bin\x86-nt directory for build output... Done<br></div><div style="font-family:courier new,monospace" class="im">

Searching for TortoiseSVN... Found<br>Checking if the project is using CMake... Yes<br>
Searching for CMake 2.6 or higher... Searching for maximum valid Visual Studio version... Visual Studio 2008 Found<br>Searching for Sun Java JDK... Found<br>Searching for NetBeans Ant... Found 7.1<br><br>Running command: &quot;C:\Program Files\TortoiseSVN\bin\SubWCRev.exe&quot; &quot;C:\olympus&quot; Build\SVN_Data_Template.h Build\SVN_Data.h -f<br>


<br>SubWCRev: &#39;C:\olympus&#39;<br><br></div><span style="font-family:courier new,monospace">Last committed at revision 3727</span><br style="font-family:courier new,monospace"><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">Updated to revision 3919</span><br style="font-family:courier new,monospace"><br style="font-family:courier new,monospace"><br style="font-family:courier new,monospace"><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">Running command: &quot;C:\Program Files (x86)\CMake 2.8\bin\cmake.exe&quot; -G &quot;Visual Studio 9 2008&quot; -D KALLIOPE_USE_FLITE:BOOL=yes -D KALLIOPE_USE_SAPI:BOOL=no ../..</span><br style="font-family:courier new,monospace">


<br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">CMake Error: CMake was unable to find a build program corresponding to &quot;Visual Studio 9 2008&quot;.  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.</span><br style="font-family:courier new,monospace">

<br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">CMake Error: Could not find cmake module file:C:/olympus/Build/cmake/</span><span style="font-family:courier new,monospace">CMakeFiles/CMakeCCompiler.</span><span style="font-family:courier new,monospace">cmake</span><br style="font-family:courier new,monospace">


<br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">CMake Error: Could not find cmake module file:C:/olympus/Build/cmake/</span><span style="font-family:courier new,monospace">CMakeFiles/CMakeCXXCompiler.</span><span style="font-family:courier new,monospace">cmake</span><br style="font-family:courier new,monospace">

<br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">-- Configuring incomplete, errors occurred!</span><br style="font-family:courier new,monospace"><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">CMake did not generate a Visual Studio solution</span><div><div class="h5"><br style="font-family:courier new,monospace"><br><br>
<div class="gmail_quote">On Sun, Jun 10, 2012 at 12:40 PM, yaron winter <span dir="ltr">&lt;<a href="mailto:yaron.winter@gmail.com" target="_blank">yaron.winter@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div dir="ltr">Hi Erel,<br><br>I started digging into your compilation messages.<br><br>I noticed that you use an older version than mine.<br>I remember that they (CMU people) instructed us specifically to use version 2.5.1 (which is not reffered to by the download page), as the regular 2.5 is liable to various issues.<br>




<br>So, here is the path for 2.5.1:<br><br><a href="http://trac.speech.cs.cmu.edu/repos/olympus/tags/2.5.1/" target="_blank">http://trac.speech.cs.cmu.edu/repos/olympus/tags/2.5.1/</a><br><br>Than it would be best to install and run also their test environment:<br>




<br><a href="http://trac.speech.cs.cmu.edu/repos/olympus/example-systems/POI1.0/" target="_blank">http://trac.speech.cs.cmu.edu/repos/olympus/example-systems/POI1.0/</a><br><br>The readme file in the POI applicatopm provides instructions for getting started.<br>



I would, thus, start by reinstalling the Olympus, using version 2.51.<br><br>Good luck and keep me posted,<br><br>Yaron<div><div><br><font color="#004080"><font><font face="Calibri"><br></font></font></font>On Sun, Jun 10, 2012 at 8:22 AM, Erel Segal Halevi <span dir="ltr">&lt;<a href="mailto:erelsgl@gmail.com" target="_blank">erelsgl@gmail.com</a>&gt;</span> wrote:<br>




<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-family:arial,helvetica,sans-serif">OK, I managed to solve this and many other problems, but now I&#39;m again against a wall.</span><br style="font-family:arial,helvetica,sans-serif">




<br style="font-family:arial,helvetica,sans-serif">

<pre style="font-family:arial,helvetica,sans-serif">I Googled for this error of missing atlbase.h, and found out that it is
usually associated with Visual Studio Express 2008, since the express
version does not include ATL.

However, I have Visual Studio 2010 Professional, and actually I DO have the
file &quot;atlbase.h&quot; in this path:
&quot;C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\atlmfc\include&quot;

Why does the compiler not find it?</pre><font size="4"><span style="font-family:arial,helvetica,sans-serif">-----</span><br style="font-family:arial,helvetica,sans-serif"><br style="font-family:arial,helvetica,sans-serif">






</font><pre><font size="4"><span style="font-family:arial,helvetica,sans-serif">Here is the relevant part of my build.log:</span></font>

BUILD_CONF... Release
BUILD_TYPE... Build
OLYMPUS_ROOT... .
BUILD_LOG... build.log
CMAKE_PARAMS...
LOGIOS_ROOT... Tools\logios
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... Searching for maximum valid Visual
Studio version... Visual Studio 2008 Found
Searching for Sun Java JDK... Found
Searching for NetBeans Ant... Found 7.1

Running command: &quot;C:\Program Files\TortoiseSVN\bin\SubWCRev.exe&quot;
&quot;C:\olympus&quot; Build\SVN_Data_Template.h Build\SVN_Data.h -f

SubWCRev: &#39;C:\olympus&#39;

Last committed at revision 3671

Updated to revision 3786

Local modifications found


Running command: &quot;C:\Program Files (x86)\Microsoft Visual Studio
9.0\VC\VCPackages\vcbuild.exe&quot; &quot;C:\Program Files\Microsoft
SDKs\Windows\v7.0\Samples\winui\speech\simpleAudio\SimpleAudio.sln&quot; /M2
&quot;Release|Win32&quot;

Microsoft (R) Visual C++ Project Builder - Command Line Version 9.00.30729
Copyright (C) Microsoft Corporation. All rights reserved.

1&gt;Build started: Project: SimpleAudio, Configuration: Release|Win32
1&gt;Creating Type Library...
1&gt;Processing .\SimpleAudio.idl
1&gt;SimpleAudio.idl
1&gt;Processing C:\Program Files\Microsoft SDKs\Windows\v7.0\\include\oaidl.idl
1&gt;oaidl.idl
1&gt;Processing C:\Program Files\Microsoft
SDKs\Windows\v7.0\\include\objidl.idl
1&gt;objidl.idl
1&gt;Processing C:\Program Files\Microsoft
SDKs\Windows\v7.0\\include\unknwn.idl
1&gt;unknwn.idl
1&gt;Processing C:\Program Files\Microsoft
SDKs\Windows\v7.0\\include\wtypes.idl
1&gt;wtypes.idl
1&gt;Processing C:\Program Files\Microsoft SDKs\Windows\v7.0\\include\basetsd.h
1&gt;basetsd.h
1&gt;Processing C:\Program Files\Microsoft SDKs\Windows\v7.0\\include\guiddef.h
1&gt;guiddef.h
1&gt;Processing C:\Program Files\Microsoft SDKs\Windows\v7.0\\include\ocidl.idl
1&gt;ocidl.idl
1&gt;Processing C:\Program Files\Microsoft
SDKs\Windows\v7.0\\include\oleidl.idl
1&gt;oleidl.idl
1&gt;Processing C:\Program Files\Microsoft
SDKs\Windows\v7.0\\include\servprov.idl
1&gt;servprov.idl
1&gt;Processing C:\Program Files\Microsoft
SDKs\Windows\v7.0\\include\urlmon.idl
1&gt;urlmon.idl
1&gt;Processing C:\Program Files\Microsoft SDKs\Windows\v7.0\\include\msxml.idl
1&gt;msxml.idl
1&gt;Processing C:\Program Files\Microsoft SDKs\Windows\v7.0\\include\sapi.idl
1&gt;sapi.idl
1&gt;Processing C:\Program Files\Microsoft SDKs\Windows\v7.0\\include\oaidl.acf
1&gt;oaidl.acf
1&gt;Processing C:\Program Files\Microsoft SDKs\Windows\v7.0\\include\ocidl.acf
1&gt;ocidl.acf
1&gt;Compiling...
cl : Command line warning D9035 : option &#39;Wp64&#39; has been deprecated and
will be removed in a future release
1&gt;StdAfx.cpp
1&gt;c:\program files\microsoft
sdks\windows\v7.0\samples\winui\speech\simpleaudio\stdafx.h(23) : fatal
error C1083: Cannot open include file: &#39;atlbase.h&#39;: No such file or
directory
1&gt;Build log was saved at &quot;<a>file://c:\Program</a> Files\Microsoft
SDKs\Windows\v7.0\Samples\winui\speech\simpleaudio\Release\BuildLog.htm&quot;
SimpleAudio has 1 errors
1&gt;SimpleAudio - 1 error(s), 1 warning(s)

Build complete: 0 Projects succeeded, 1 Projects failed, 0 Projects skipped
Problem building Visual Studio Solution: SimpleAudio.sln.
Problem building the required SAPI SimpleAudio DLL example.
Was it installed correctly?
<br><br><br></pre><div><div><br><br><div class="gmail_quote">On Sat, Jun 2, 2012 at 11:28 PM, yaron winter <span dir="ltr">&lt;<a href="mailto:yaron.winter@gmail.com" target="_blank">yaron.winter@gmail.com</a>&gt;</span> wrote:<br>







<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Erel,<br><br>Please read the forwarded message.<br><br>In short: try to check the *.pl script and to find the exact line that causes the error. It might be a simple matter of wrong path (where some resource is looked for) that can be corrected easily.<br>








<br>We haven&#39;t encountered this mistake, so if you still can&#39;t solve it, we may forward it to our contact in CMU (the team who developed and maintain the Olympus).<br><br>Keep me posted.<br><br>Yaron<br><br><br><div class="gmail_quote">







<div>
---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Ute Winter</b> <span dir="ltr">&lt;<a href="mailto:ute.winter68@gmail.com" target="_blank">ute.winter68@gmail.com</a>&gt;</span><br>Date: Sat, Jun 2, 2012 at 2:23 PM<br>








Subject: Re: Install Perl modules from CPAN<br></div>To: yaron winter &lt;<a href="mailto:yaron.winter@gmail.com" target="_blank">yaron.winter@gmail.com</a>&gt;<br><br><br><div bgcolor="#FFFFFF"><div>Hi Yaron,</div><div>







<br></div><div>I have never had the below problem. I have a 64 computer though, which makes me believe that this is</div>
<div>not the problem. I have had several problems with the build script where there are default paths</div><div>to file exe files or program files and my computer has a different path. Also you need to declare the</div><div>








peel in the path variable. I would try to understand what path the script is looking for and if this the right location.</div><div><br></div><div>Not sure this helps. If Erel doesn&#39;t manage, I can ask Alex Rudnicky and his students. Let me know.<br>








<br>Ute vom iPad</div><div><br>Am 31 במאי 2012 um 10:29 schrieb yaron winter &lt;<a href="mailto:yaron.winter@gmail.com" target="_blank">yaron.winter@gmail.com</a>&gt;:<br><br></div><div><div><div></div><blockquote type="cite">








<div><div dir="ltr">Hi Ute,<br><br>I wouldn&#39;t like to add any additional burden to you, so respond only if you have a straight answer.<br><br>Ido Dagan asked whether I could help one of his students to install the Olympus system for using the Phoenix.<br>









<br>He seemed to have quite the same problems as I did, so I forwarded him the instructions you had sent me back then.<br><br>Do you remember, thus, how to proceed after installing the perl modules?<br><br>Thanks and Love,<br>









Yaron<br><br><br><div class="gmail_quote"><div>---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Erel Segal Halevi</b> <span dir="ltr">&lt;<a href="mailto:erelsgl@gmail.com" target="_blank">erelsgl@gmail.com</a>&gt;</span><br>









Date: Thu, May 31, 2012 at 10:56 AM<br>Subject: Re: Install Perl modules from CPAN<br></div><div><div>To: yaron winter &lt;<a href="mailto:yaron.winter@gmail.com" target="_blank">yaron.winter@gmail.com</a>&gt;<br>
<br><br><div dir="ltr">
<div>Additionally, when I try to run perl Makefile.PL, i get the following message:<br>
<br><span style="font-family:courier new,monospace">C:\Win32-FileOp-0.16.00&gt;perl Makefile.PL</span><br style="font-family:courier new,monospace">

<br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">It looks like you don&#39;t have a C compiler on your PATH, so you will not be</span><br style="font-family:courier new,monospace">











<span style="font-family:courier new,monospace">able to compile C or XS extension modules.  You can install GCC from the</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">MinGW package using the Perl Package Manager by running:</span><br style="font-family:courier new,monospace">











<br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    ppm install MinGW</span><br style="font-family:courier new,monospace"><br><br></div><div>I tried to run &quot;ppm install MinGW&quot;, but got another error: <br>











   &quot;<span style="font-family:courier new,monospace">ppm install failed: Can&#39;t find any package that provides MinGW</span>&quot;<div><div><br><br><br><br><br><br><div class="gmail_quote">On Thu, May 31, 2012 at 10:26 AM, Erel Segal Halevi <span dir="ltr">&lt;<a href="mailto:erelsgl@gmail.com" target="_blank">erelsgl@gmail.com</a>&gt;</span> wrote:<br>











<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Yaron,<br><br>Trying to install Win32::FileOp, I got just the same error as you did: &quot;<code>the command &#39;make&#39; is not recognized by the cmd (dos), </code>&quot;. How did you solve this?<span><font color="#888888"><br>











<br>
-- Erel</font></span><div><div><br><br><div class="gmail_quote">On Wed, May 30, 2012 at 2:15 PM, yaron winter <span dir="ltr">&lt;<a href="mailto:yaron.winter@gmail.com" target="_blank">yaron.winter@gmail.com</a>&gt;</span> wrote:<br>











<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">I tried to call you but the line is busy...<br><br>I can&#39;t remember now every specific step, but the problem you describe might be related to the perl modules.<br>Try to follow the installation instructions of the perl modules, as it might resolve the problems.<span><font color="#888888"><br>













<br>Yaron</font></span><div><div><br><br><div class="gmail_quote">On Wed, May 30, 2012 at 2:01 PM, Erel Segal Halevi <span dir="ltr">&lt;<a href="mailto:erelsgl@gmail.com" target="_blank">erelsgl@gmail.com</a>&gt;</span> wrote:<br>












<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi Yaron,<br><br>I think I am stuck at a previous stage.<br><br>Here is the build log I get when I run OlympusBuildFlite.pl:<br><br><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">BUILD_CONF... Release</span><br style="font-family:courier new,monospace">















<span style="font-family:courier new,monospace">BUILD_TYPE... Build</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">OLYMPUS_ROOT... .</span><br style="font-family:courier new,monospace">















<span style="font-family:courier new,monospace">BUILD_LOG... build.log</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">CMAKE_PARAMS... -D KALLIOPE_USE_FLITE:BOOL=yes -D KALLIOPE_USE_SAPI:BOOL=no</span><br style="font-family:courier new,monospace">















<span style="font-family:courier new,monospace">LOGIOS_ROOT... Tools\logios</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Detecting platform in use... Windows</span><br style="font-family:courier new,monospace">















<span style="font-family:courier new,monospace">Searching for File::Spec Perl Module... Found</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Searching for File::Copy Perl Module... Found</span><br style="font-family:courier new,monospace">















<span style="font-family:courier new,monospace">Searching for IPC::Open3 Perl Module... Found</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Searching for IO::Handle Perl Module... Found</span><br style="font-family:courier new,monospace">















<span style="font-family:courier new,monospace">Searching for Getopt::Long Perl Module... Found</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Searching for Win32 Perl Module... Found</span><br style="font-family:courier new,monospace">















<span style="font-family:courier new,monospace">Searching for Win32::API Perl Module... Found</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Searching for Win32::TieRegistry Perl Module... Found</span><br style="font-family:courier new,monospace">















<span style="font-family:courier new,monospace">Creating bin\x86-nt directory for build output... Done</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">Requesting administrator permissions...</span><br style="font-family:courier new,monospace">















<br><br>At that point, the perl program halts, and I get a popup error message from Windows.<br><br>I tracked the problem to this line:<br><br><span style="font-family:courier new,monospace">                my $returnCode = Win32::API-&gt;new(&quot;shell32&quot;, &#39;ShellExecute&#39;, &#39;NPPPPI&#39;, &#39;N&#39;)-&gt;Call(0, &#39;runas&#39;, $this_perl, &quot;\&quot;$0\&quot; ob-elevated &amp; pause&quot;, $currDirectory, $self-&gt;SW_SHOWDEFAULT);</span><br style="font-family:courier new,monospace">















<br>However, I do have Win32::API installed, as you can see in the log.<br><br>I have a 64-bit machine - can this be the problem?<br><br>-- Thank you,<br>-- Erel<div><div><br><br><div class="gmail_quote">On Wed, May 30, 2012 at 1:30 PM, yaron winter <span dir="ltr">&lt;<a href="mailto:yaron.winter@gmail.com" target="_blank">yaron.winter@gmail.com</a>&gt;</span> wrote:<br>















<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Erel,<br><br>I forward you here both the instructions for the perl installation and the problems I encountered afterwards (which were all resolved, eventually).<br>















<br>I understood from you that you encountered similar problems, so let&#39;s start from here.<br>
<br>I might have some more references; I will try to locate them.<br><br>If I remember well, the steps I did for installing the Olympus were as follows:<br><br><ol><li>Follow the Olympus Download instruction (as explained in <a href="http://wiki.speech.cs.cmu.edu/olympus/index.php/Download" target="_blank">http://wiki.speech.cs.cmu.edu/olympus/index.php/Download</a>).</li>
















<li>Installing the perl modules (explained the the first forwarded email).</li><li>Download the missing modules (mentioned in the second forwarded email).</li><li>Mounting the iso GRMSDK_EN_DVD.iso (this iso is referred to in the Olympus Download instructions).</li>
















</ol><p>Let me know how how it goes, and I will try to assist you accordingly.</p><p></p><p>Yaron<br></p><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">yaron winter</b> <span dir="ltr">&lt;<a href="mailto:yaron.winter@gmail.com" target="_blank">yaron.winter@gmail.com</a>&gt;</span><br>
















Date: Thu, Mar 29, 2012 at 12:19 PM<br>Subject: Re: Install Perl modules from CPAN<br>To: Ute Winter &lt;<a href="mailto:ute.winter68@gmail.com" target="_blank">ute.winter68@gmail.com</a>&gt;<br><br><br><div dir="ltr">Hi Ute,<br>















<br>I tried to run SystemRun.bat from the command line (after installing and building the environment).<br>
<br>An immediate error message then prompted:<br><br>&quot;Windows cannot find &#39;C:\Yaron\Olympus\2.5.1\Agents\Pythia\dist\process_monitor.exe&#39;.<br>
Make sure you typed the name correctly and then try again&quot;.<br><br>Before that I had followd the installation and the building steps and everything seemd to go smoothly.<br>Attached are the build logs of both the Olympus and the POI application (which I try to run).<br>

















<br>Any idea?<br><br>Thanks,<br>Yaron<div><div><br><br><br><div class="gmail_quote">On Tue, Mar 27, 2012 at 11:08 AM, yaron winter <span dir="ltr">&lt;<a href="mailto:yaron.winter@gmail.com" target="_blank">yaron.winter@gmail.com</a>&gt;</span> wrote:<br>

















<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The installation of CPAN went well. Then there were five  modules that need to be installed:<br><br>(1) Win32::FileOp - went well <br>

















(2) File::Find        - Just prompted &quot;skipping &lt;file&gt;.tar.gz, so I&#39;m not sure that it was fine<br>
(3) LWP::Simple   - Just prompted &quot;up to date&quot;<br>(4) File:Spec        - Just prompted &quot;up to date&quot;<br>(5) URI::ESCAPE::XS - this was the most complicated:<br><br>The readme file under the root of the correspondent folders tree is not friendly at all.<div>

















<br>
So I just followed the commads you wrote:<br><br></div><pre><code><div> perl Makefile.PL
 make
 make test
 make install&quot;<br><br></div>The first line &quot;perl Makefile.PL&quot; went well.<br>But then, the command &#39;make&#39; is not recognized by the cmd (dos), so I&#39;m not sure whether it went well.<br><br><br></code></pre>

















<div><div>
<br><div class="gmail_quote">On Tue, Mar 27, 2012 at 8:57 AM, Ute Winter <span dir="ltr">&lt;<a href="mailto:ute.winter68@gmail.com" target="_blank">ute.winter68@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


















Hi Yaron,<br><br>CPAN is an Internet site, which maintains the downloads of perl modules.<br>For the installation go to:<br><br><a href="http://www.cpan.org/modules/INSTALL.html" target="_blank">http://www.cpan.org/modules/INSTALL.html</a><br>



















<br>and do what is written under &quot;Quick Start&quot; for every module from a command line.<br><br>For every module that you get an error, first try again. If you don&#39;t succeed, download the modules *.tar file manually.<br>



















I have given you the 2 tar files, which have failed to install for me and Ron.<br><br>Then what I used was the information from the following site:<br><a href="http://perl.about.com/od/packagesmodules/qt/perlcpan.htm" target="_blank">http://perl.about.com/od/packagesmodules/qt/perlcpan.htm</a><br>



















<br>It explains how to install the modules manually:<br>&quot;unzip the module into a directory, then you can move in and poke around -
 look for the README or INSTALL files. In most cases, installing a 
module by hand is still pretty easy, though (although not as easy as 
CPAN). Once you&#39;ve switched into the base directory for the module, you 
should be able to get it installed by typing:

<pre><code> perl Makefile.PL
 make
 make test
 make install&quot;<br></code><br><code> <font><br><font size="4">Depending on the C compiler in strawberry perl you may have to type <br><br>dmake, cmake or nmake instead of make.<br><br>It doesn&#39;t matter if the &quot;make test&quot; fails. The install needs to pass without<br>



















problem.<br><br>I hope that this will help,<br>Ute<br></font></font></code></pre><br>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</div><br></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div></div>
</div></div></div><br></div>
</div></blockquote></div></div></div></div><br></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div></div></div>
</div><br></div>