Might it be a directory permissions issue?<div><br></div><div>&quot;The system cannot find the file specified&quot; might be telling you that untar cannot create the top level directory found in the tar file... Was the directory created by an admin, but you&#39;re running as a non-admin...?<br>
<br></div><div><br><div class="gmail_quote">On Fri, Dec 5, 2008 at 5:55 AM, Boudewijn Rempt <span dir="ltr">&lt;<a href="mailto:boud@valdyas.org">boud@valdyas.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
I&#39;m wondering whether I&#39;ve found a bug... If I execute the command<br>
<br>
cmake -E chdir data tar xvf ../../bla.tgz<br>
<br>
on XP, it works, but on Vista I get<br>
<br>
c:\WORK\HyvesDesktop\trunk\build&gt;cmake -E chdir data tar xfz ../../data/static_bundle.tgz<br>
The system cannot find the file specified<br>
<br>
Even though that file does exist, and if I try the cmake -e tar command<br>
separately, it also works.<br>
<br>
Any ideas?<br>
<br>
Boudewijn<br>
<br>
_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br></div>