Are you running cmake / CMakeSetup from a Visual Studio command prompt? If not, the PATH and other env variables need to be set the same as if you were... It's easiest to launch the VS command prompt and then launch CMakeSetup from inside of that so it simply inherits the correct environment.
<br><br>Can you type &quot;rc&quot; or &quot;rc /?&quot; from the VS command prompt? If so, then CMake should be able to find it ok...<br><br>HTH,<br>David<br><br><br><div><span class="gmail_quote">On 11/16/07, <b class="gmail_sendername">
Mike Jackson</b> &lt;<a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
CMake 2.4.7 on Windows XP with MSVC 7.Net 2003 and when I run<br>cmakesetup on a clean build directory and have it generate NMake files<br>I get errors of the following:<br><br>your RC compiler: &quot;CMAKE_RC_COMPILER-NOTFOUND&quot; was not found. Plase
<br>set CMAKE_RC_COMPILER to a valid compiler path or name.<br><br>So not being a windows guy, could someone shed some light on what I<br>might be doing wrong?<br><br>I have VS 2003 installed in the following location:<br>
C:\Program Files\Microsoft Visual Studio .NET 2003<br><br>Thanks<br>--<br>Mike Jackson<br>imikejackson _at_ gee-mail dot com<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">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>