<html><head><style type="text/css">body {word-wrap: break-word; background-color:#ffffff;}</style></head><body><div style="font-family: sans-serif; font-size: 16px">I was abbreviating for conciseness on the path.&nbsp; I've tried running this in an MSYS cmd window and get the same error.<br><br>I've spent the morning trying to dump out as many environment variables that may be related as possible.<br><br>This is really frustrating as the build just works on Linux...<br><br><font face="sans-serif"><span style="font-size: 14px"><i><font color="#333333">Sent via DROID on Verizon Wireless</font></i></span></font></div><br><br>-----Original message-----<br><blockquote style="; border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><div style="font-family: sans-serif; font-size: 14px"><b>From: </b>David Cole &lt;david.cole@kitware.com&gt;<b><br>To: </b>David Henderson &lt;dnadavewa@yahoo.com&gt;<b><br>Cc: </b>cmake@cmake.org<b><br>Sent: </b>Tue, May 3, 2011 10:25:23 GMT+00:00<b><br>Subject: </b>Re: [CMake] cmake not found<br><br></div><div>I guess the &quot;<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">/cygdrive/e/workspace/GSDesignGUI&quot; must be from the MSYS make program then...</span><div>
<font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Are you really doing a &quot;cmake ../src/explorergui&quot; from the root of the E: drive? Or were you just abbreviating in your email?</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font>Has anybody else seen this error with the MSYS Makefiles generator?<br><div class="gmail_quote">
<br></div><div class="gmail_quote">The E:&gt; suggests you&#39;re running it in a Windows command prompt. Are you running in an MSYS prompt? If not, try it from an MSYS prompt, and let us know how that goes.</div><div class="gmail_quote">
<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">On Mon, May 2, 2011 at 5:21 PM, David Henderson <span dir="ltr">&lt;<a href="mailto:dnadavewa@yahoo.com">dnadavewa@yahoo.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><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div style="font-family:times new roman, new york, times, serif;font-size:12pt">Hello David:<br><br>I do not have cygwin installed.  Anywhere.  I also did a search for cmake.exe and the only one available is the one in the cmake installation.  I have version 2.8.4 installed.<br>
<br>Thanks!!<br><br>Dave H<br><div class="hm"><br></div><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div class="hm"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight:bold">From:</span></b> David Cole &lt;<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>&gt;<br>
<b><span style="font-weight:bold">To:</span></b> David Henderson &lt;<a href="mailto:dnadavewa@yahoo.com" target="_blank">dnadavewa@yahoo.com</a>&gt;<br><b><span style="font-weight:bold">Cc:</span></b> <a href="mailto:cmake@cmake.org" target="_blank">cmake@cmake.org</a><br>
<b><span style="font-weight:bold">Sent:</span></b> Mon, May 2, 2011 7:l28:00 AM<br><b><span style="font-weight:bold">Subject:</span></b> Re: [CMake] cmake not found<br></font></div><div><div></div><div class="h5"><br>
Looks to me like you&#39;re using the cygwin cmake.<br><br>Use the native Windows cmake instead for generating with the &quot;MSYS Makefiles&quot; generator.<br><br>They differ in how they treat paths to file names.<br><br>

<br><div class="gmail_quote">On Fri, Apr 29, 2011 at 9:01 PM, David Henderson <span dir="ltr">&lt;<a rel="nofollow" href="mailto:dnadavewa@yahoo.com" target="_blank">dnadavewa@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">

I&#39;m having trouble compiling a project using cmake.  Here is the output from the<br>
command line execution of the offending line of my Makefile on Windows 7 64bit:<br>
<br>
<br>
E:&gt; cmake -G &quot;MSYS Makefiles&quot; ../src/explorergui -DR_LIBRARIES=${LIBR}<br>
CMakeCache.txt -DR_INCLUDES=${R_INCLUDE_DIR}<br>
-DCMAKE_INSTALL_PREFIX=../inst/libs/<br>
-- The C compiler identification is GNU<br>
-- The CXX compiler identification is GNU<br>
-- Check for working C compiler: C:/Rtools/MinGW/bin/gcc.exe<br>
-- Check for working C compiler: C:/Rtools/MinGW/bin/gcc.exe -- broken<br>
CMake Error at C:/CMake-2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52<br>
(MESSAGE):<br>
  The C compiler &quot;C:/Rtools/MinGW/bin/gcc.exe&quot; is not able to compile a<br>
  simple test program.<br>
<br>
  It fails with the following output:<br>
<br>
   Change Dir:<br>
E:/workspace/GSDesignGUI/package/gsDesignExplorer/explorergui-build/CMakeFiles/CMakeTmp<br>
<br>
<br>
<br>
<br>
  Run Build Command:C:/Rtools/bin/make.exe &quot;cmTryCompileExec/fast&quot;<br>
<br>
  /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make<br>
  CMakeFiles/cmTryCompileExec.dir/build<br>
<br>
  make[1]: Entering directory<br>
  `/cygdrive/e/workspace/GSDesignGUI/package/gsDesignExplorer/explorergui-build/<br>
CMakeFiles/CMakeTmp&#39;<br>
<br>
<br>
  /C/CMake-2.8/bin/cmake.exe -E cmake_progress_report<br>
  /E/workspace/GSDesignGUI/package/gsDesignExplorer/explorergui-build/CMakeFiles<br>
/CMakeTmp/CMakeFiles<br>
  1<br>
<br>
  /C/CMake-2.8/bin/cmake.exe: not found<br>
<br>
  make[1]: Leaving directory<br>
  `/cygdrive/e/workspace/GSDesignGUI/package/gsDesignExplorer/explorergui-build/<br>
CMakeFiles/CMakeTmp&#39;<br>
<br>
<br>
  make[1]: *** [CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj] Error<br>
  127<br>
<br>
  make: *** [cmTryCompileExec/fast] Error 2<br>
<br>
<br>
<br>
<br>
<br>
  CMake will not be able to correctly generate this project.<br>
Call Stack (most recent call first):<br>
  CMakeLists.txt:3 (project)<br>
<br>
<br>
-- Configuring incomplete, errors occurred!<br>
<br>
E:&gt;<br>
<br>
<br>
<br>
cmake is in C:\CMake-2.8\bin, so why am I getting this error?  I initially<br>
thought the problem was with the space used in Program Files, but moving cmake<br>
2.8 to the root didn&#39;t seem to fix the error.  Any idea on what is going on?<br>
<br>
Thanks!!<br>
<br>
Dave H<br>
_______________________________________________<br>
Powered by <a rel="nofollow" href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br><span>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a></span><br>
<br><span>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a></span><br>
<br>
Follow this link to subscribe/unsubscribe:<br><span>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a></span><br>
</blockquote></div><br>
</div></div></div></div></div></div></blockquote></div><br></div>
</div></blockquote></body></html>