<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} p
        {margin-top:0;
        margin-bottom:0}--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>I spoke too soon.  I saw the install proceeding successfully, and leapt to the conclusion that it was putting the files in the right place (I'd got the mistaken idea that C:/Program Files/ITK4.12.2 was the default install directory, by misinterpreting cmake_install.cmake).
  So the directories - bin, include, lib, share - were all created under D:/.  No big deal to copy them to C:/Program Files/ITK4.12.2, but this is clearly an issue.  Has anybody else encountered this?<br>
</p>
<div dir="ltr" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Insight-users <insight-users-bounces@itk.org> on behalf of Gib Bogle <g.bogle@auckland.ac.nz><br>
<b>Sent:</b> Saturday, 16 December 2017 10:49 a.m.<br>
<b>To:</b> insight-users<br>
<b>Subject:</b> [FORGED] Re: [ITK-users] Install problem on Windows 7</font>
<div> </div>
</div>
<div>
<p>If I leave the CMAKE_INSTALL_PREFIX blank, it installs correctly (in the same place I specified).  It must be a cmake bug - no problem once you know how to avoid it.<br>
</p>
<div dir="ltr" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Insight-users <insight-users-bounces@itk.org> on behalf of Gib Bogle <g.bogle@auckland.ac.nz><br>
<b>Sent:</b> Saturday, 16 December 2017 10:14 a.m.<br>
<b>To:</b> insight-users<br>
<b>Subject:</b> [FORGED] [ITK-users] Install problem on Windows 7</font>
<div> </div>
</div>
<div>
<p>I've been using ITK4.8.0, which I built two years ago, so I decided to build 4.12.2, in case something has been fixed since then.</p>
<p><br>
</p>
<p>Following exactly the same procedure with cmake-gui as before, and setting CMAKE_INSTALL_PREFIX as</p>
<p>C:/Program Files/ITK4.12.2</p>
<p>everything goes fine (building with VS2010 Win64) until the actual install step of copying the files to the install directory.  The error message is:</p>
<p><br>
</p>
<p>135>  -- Install configuration: "Release"<br>
135>  CMake Error at cmake_install.cmake:31 (file):<br>
135>    file cannot create directory: C:/Program<br>
135>    Files/ITK4.12.2/lib/cmake/ITK-4.12.  Maybe need administrative privileges.</p>
<p><br>
</p>
<p>Clearly the CMAKE_INSTALL_PREFIX is not being treated correctly, and the space is terminating the directory name.  I tried putting quotes around it, but that produced a similar but even more strange result - cmake had inserted a ';', making the directory
 C:/Program;Files/ITK4.12.2<br>
</p>
<p>Is this an issue with the cmake version?  I am using cmake 3.0.2.</p>
<p><br>
</p>
<p>I considered copying all the files by hand, but I'm not sure if that's really feasible.<br>
</p>
</div>
</div>
</div>
</div>
</body>
</html>