<div dir="ltr"><div>I am using version 2.8.8. I am running Windows 7 and do not use cygwin, only native CMake.<br></div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<span style="font-family:&#39;times new roman&#39;,serif">cd Z:/engine/src/mySDK<br></span><span style="font-size:13px;font-family:&#39;times new roman&#39;,serif">cmake -E tar xvf ../mySDK.tar.gz</span></blockquote></div>

<div><br></div><div style>That works. The tar is successfully extracted to the mySDK folder. As before, it appears it can only extract to the current directory.</div><div style><br></div><div style>- Saad</div></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Wed, Apr 3, 2013 at 2:08 AM, Eric Noulard <span dir="ltr">&lt;<a href="mailto:eric.noulard@gmail.com" target="_blank">eric.noulard@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"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div class="im">2013/4/3 Saad Khattak <span dir="ltr">&lt;<a href="mailto:saadrustam@gmail.com" target="_blank">saadrustam@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr"><div class="gmail_extra">That prints the directory in the console:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><span style="color:rgb(255,0,0)">Z:/engine/src/mySDK</span></div>

<div class="gmail_extra"><br><div class="gmail_quote">But did not extract to it. Note that mySDK exists, and the tar is in the &#39;src&#39; folder and I am able to extract in the &#39;src&#39; folder properly.</div></div>


</div></blockquote><div><br></div></div><div>Ok this is weird. <br></div><div><br>Which version of CMake are you using? (try cmake --version)<br></div><div>You seem to be running on a Windows host,<br></div><div>do you use native CMake or some combination of cygwin and cygwin cmake?<br>


<br></div><div>Which cmake generator are you using? (Visual Studio xxx, MinGW, ...)<br></div><div><br></div><div>Is cmake able to untar &quot;manually&quot; i.e. could you try that:<br><br></div><div><span style="font-family:times new roman,serif">cd Z:/engine/src/mySDK<span style="color:rgb(255,0,0)"><br>


</span></span></div><span style="font-family:times new roman,serif">cmake -E tar xvf ../mySDK.tar.gz</span><div><br><br></div><div><br></div></div></div></div>
</blockquote></div><br></div>